superset/TODO.md

49 lines
1.8 KiB
Markdown
Raw Normal View History

2015-07-15 13:12:32 -04:00
# TODO
List of TODO items for Superset
2015-09-22 19:53:06 -04:00
2016-03-01 10:47:13 -05:00
## Important
* **Getting proper JS testing:** unit tests on the Python side are pretty
solid, but now we need a test suite for the JS part of the site,
testing all the ajax-type calls
* **Viz Plugins:** Allow people to define and share visualization plugins.
ideally one would only need to drop in a set of files in a folder and
Superset would discover and expose the plugins
2016-02-04 20:01:40 -05:00
2015-12-29 16:47:21 -05:00
## Features
* **Dashboard URL filters:** `{dash_url}#fltin__fieldname__value1,value2`
2016-03-01 10:47:13 -05:00
* **Default slice:** choose a default slice for the dataset instead of
default endpoint
* **Widget sets / chart grids:** a way to have all charts support making
a series of charts and putting them in a grid. The same way that you
can groupby for series, you could chart by. The form field set would be
common and use a single field to "grid by", a limit number of chart as
an N * N grid size.
* **Advanced dashboard configuration:** currently you can define which
slices in a dashboard are immune to filtering.
2016-01-29 13:29:23 -05:00
* **Annotations layers:** allow for people to maintain data annotations,
2016-03-01 10:47:13 -05:00
attached to a layer and time range. These layers can be added on top of
some visualizations as annotations. An example of a layer might be
"holidays" or "site outages", ...
2016-02-04 20:01:40 -05:00
* **Slack integration** - TBD
2016-03-16 23:25:41 -04:00
* **Comments:** allow for people to comment on slices and dashes
2015-12-29 16:47:21 -05:00
2015-12-29 16:47:21 -05:00
## Easy-ish fix
* Build matrix to include mysql using tox
2016-02-04 20:01:40 -05:00
* CREATE VIEW button from SQL editor
* Test button for when editing SQL expression
* Slider form element
2015-12-14 19:38:54 -05:00
* [druid] Allow for post aggregations (ratios!)
2016-03-01 10:47:13 -05:00
* in/notin filters autocomplete (druid)
2015-09-25 18:43:50 -04:00
2015-12-29 16:47:21 -05:00
## New viz
2016-02-04 20:01:40 -05:00
* Maps that use geocodes
* Time animated scatter plots
2015-12-29 16:47:21 -05:00
* Horizon charts
2016-03-01 10:47:13 -05:00
* Calendar heatmap
2015-12-29 16:47:21 -05:00
* Chord diagram
* ...
2015-12-14 19:38:54 -05:00
## Community
2016-04-09 23:17:43 -04:00
* Turorial vids