Skip to content
szeke edited this page Jan 7, 2012 · 11 revisions

Welcome to the Web-Karma wiki! Pedro does not know how to create new pages, so he's going to write what he wants to write here.

Project Plans

Implement joins

High priority new feature that we can deliver to Chevron.

Simple cleaning capability

Integrate a simple version of the cleaning code using s small grammar, for example a restricted version of the delete that we can make to work efficiently, and we can use to demonstrate the cleaning capabilities.

Outlier detection and highlighting

Use the information provided by the CRF model to highlight cell entries that the CRF model thinks are different from the semantic type assigned to the column.

Service invocation

Implement a simple REST service invocation so we can show a capability similar to Google Refine where we can, for example, take a column of addresses and create a new column with the corresponding latitude/longitude. Need to work with Mohsen to determine how we will model services and how we can invoke them once modeled. The idea would be that once modeled, it should be like adding a new column that auto-magically gets populated from the existing columns.

Selecting/filtering rows

The idea is to enable users to select a subset of rows. Need to think how we would do this in a simple way.

Restricting the number of columns exported

The idea here is to enable the user to specify which columns should be published. A simple way would be to implement the ability to hide/show columns, which we want anyway, and to enable users to publish "all columns" or "only columns shown".