@@ -64,7 +64,8 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)
64
64
65
65
[2.2]
66
66
67
- * Maintenance and missing stuff? ~notes~->comments..., info metadata (html/url), etc...
67
+ * Info metadata (html/url), etc...
68
+ * Django views admin -> include CubesViewer
68
69
* Scroll to recently open view on GUI (also provide function to do it from code for standalone views).
69
70
* Fact Viewer and fact templates (html/url/angular template?), i.e. including links to documents or etc...
70
71
* Data formatters (color, decimals, abbreviations, units, etc...). Allow client side changes?
@@ -81,8 +82,16 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)
81
82
82
83
[2.1]
83
84
84
- * Update screenshots showing map chart (ie from views.html).
85
- * Create views.html page for site, showing a full story w/ source code ("start with a blank cube", "exploration", "series", "chart", "map"...)
85
+ * Site, demos and data:
86
+ * Update screenshots showing map chart (ie from views.html).
87
+ * Create views.html page for site, showing a full story w/ source code ("start with a blank cube", "exploration", "series", "chart", "map"...)
88
+ * Site (second iteration). Show a couple of charts view, a table, and an enabled-controls view.
89
+ SAME views to be automatically opened in the explorer sample.
90
+ * Add product subcategory to demo data. Add some formatters (correctly from dims via CubeETL).
91
+ * Update & simplify demo views JSON.
92
+ * Review site and doc links.
93
+
94
+ * Comments system.
86
95
87
96
* Chart series view/hide selection is serialized using label instead of key. Normalize.
88
97
* Issue #55 (chart shows measure name, not measure label).
@@ -111,10 +120,6 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)
111
120
* _Firefox_ menu wrap in Studio menu (not in Chrome nor View menu?)
112
121
* Submenu loading issue.
113
122
114
- * Site (second iteration). Show a couple of charts view, a table, and an enabled-controls view.
115
- SAME views to be automatically opened in the explorer sample.
116
- * Add product subcategory to demo data. Add some formatters (correctly from dims via CubeETL).
117
- * Update & simplify demo views JSON.
118
123
* Size change when switching views is very irritating. Hack that (fix height during changes/reloads?).
119
124
* Sorting issues.
120
125
@@ -129,5 +134,4 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)
129
134
130
135
* Announcement (Cubes list, twitter, reddit, etc.).
131
136
* Remove -devel from version, Disable debug mode, Release notes, Tag repo (release), Move this todo item to next release top.
132
- * Review all site and doc links.
133
137
* Site bug when changing chart modes: implement API and mode change correctly (watch? event? repeated events?)
0 commit comments