todo.txt in dogviz-0.0.18 vs todo.txt in dogviz-0.0.19
- old
+ new
@@ -1,7 +1,9 @@
-* render generic output (sigma.js json) for ingestion -> unity
-* move from inheritance -> better encaps
+* spike 'autostrap': automatically strap-on reader methods using normalised name
+* [DONE] render generic output (sigma.js json) for ingestion -> space-dog
* sort out fore vs back color
-* move out any graphviz specifics from main models, e.g. colorize
+* [DONE] move 'cluster_' prefix to graphviz renderer
* clean up init options + render attributes - not v clear / overlapping
-* separate style from domain-specific elements (can use same view-manipulation selection mechanisms)
* make style attributes well defined -> less leaky + explicit graphviz passthroughs
+* separate style from domain-specific elements (can use same view-manipulation selection mechanisms)
+* move out any graphviz specifics from main models, e.g. colorize
+* move from inheritance -> better encaps