Roadmap
As you can see there is a lot of things left to implement.
0.1.9
- General: use object prototypes, sanitize type system (finish)
- Behavior test automation
- Table Registry vs App data
- MainWindow: menu system
- MainWindow: contextual menu: remove item
- MainWindow: handle large datasets better (progress bars...) ?
- Transformations ui for table merge - JP
- TreeViews: refactor AppTreeView
0.2.0 - charts, reports
- Simple graph - Martin
- Quick import, reverts to normal if problem is encountered
- Instrument in-page table for multi-column sorting - Brett
- DataObjects, DataTableItem: implement data modification
- DataObjects, DataTableItem: implement table schema modifications
- Implement table validation
0.2.1
- Implement spreadsheet
- reportTemplate.htm: support dynamic styling
- Report: report config dialog
0.2.2
- chartTemplate.htm: refactor code
- Chart: chart config dialog, remove config from wizard
- Chart: new points symbol plus (+), cross (x), dot (.), star (*)
- ChartConfig: Axis options (min, max, interval, grid)
0.2.3
- Chart: background, swim lanes, etc
- Chart: new type: bubble, horizontal bar, etc
- Chart options: config dependant on values
0.2.3
- Per group chart
- Draggable chart editor
0.3.0 - import
- General: configuration dialog
- ImportWizard: handle real (messed up) data
- ImportWizard: spreadsheet edit
- ImportWizard: advanced schema options
0.3.1
- ImportWizard: append to table
- ImportWizard: change selection
- ImportWizard: preview top, bottom of data
- ImportWizard: test invalid data types
- ImportWizard: implement final tasks
0.3.2
- ImportWizard: ask on problems
- ImportWizard: save config templates
0.3.3
- ImportSource: clipboard
- ImportSource: file
0.3.4
- ImportFormat: text tables
0.3.5
- ImportFormat: combo items
- ImportFormat: ul tag items
0.4.0 - storage, export
- MainWindow: save, load: tables, views, reports, graphs, code
functions
- Export data: Html, TextTable, etc
- Export graph: web page
0.5.0 - code editor
- Code editor: edit (instead of only adding)
- Code editor: DataAnalytics namespace reference
- Code editor: handle tab key
- Code editor: ui for unit test
- Processing: add unit tests to custom APIs
0.6.0 - statistics
- Statistics: normality test
- Statistics: distribution calculator
- Statistics: others
0.7.0 - database
- ImportSource: database
- DataObjects, general: Data table relations
0.8.0 - web service
- ImportSource: web service
0.9.0 - other features
- Data cubes
- HTML dynamic table generator (report)
- HTML dynamic graph generator (graph)
1.0.0 - candidate release
- General: write help
- General: optimizations for large data sets