notes
authordsc <dsc@less.ly>
Mon, 5 Mar 2012 08:04:58 +0000 (00:04 -0800)
committerdsc <dsc@less.ly>
Mon, 5 Mar 2012 08:04:58 +0000 (00:04 -0800)
docs/notes/notes.md
docs/todo.md

index c4746e5..0bccaef 100644 (file)
@@ -8,3 +8,10 @@
     - Object, Array, Function -> textarea
 
 
+
+## Start Server in Screen & Tee Logs
+
+    screen -dr kraken
+    ./lib/server/server.co | tee -a logs/kraken.log
+
+
index a7cf8b8..135365f 100644 (file)
@@ -3,18 +3,13 @@
 
 ## bugs
 
-- huge issues coordinating subview insertion of HTML blocks -- need to add events and provide an abstraction
+- defaults should only be filtered out for toURL() and toJSON()
+- redraw button!
+- valueFormatter, axisLabelFormatter
 - (Safari) dygraph on safari has a bug parsing dates, bug http://code.google.com/p/dygraphs/issues/detail?id=287
 - (Chrome) When changing a checkbox, the graph doesn't seem to get updated. The model is updated though, and when a non-checkbox option is modified the checkbox-option is also updated in the view
     - E.g. when setting showRoller=true , the input doesn't get displayed right away. Also, when resetting to showRoller=false it doesn't disappear 
-
-
-
-##### ohai #####
-
-[Other Business]
-- Need to write documentation about how to use this and gather feedback
-- **dsc** to email Moeller and figure out schedule
+- huge issues coordinating subview insertion of HTML blocks -- need to add events and provide an abstraction
 
 
 ## ux
 
 ### later
 
-- Add cascade to graph option presets
+- Add cascade (presets) to graph options
 - [Graph Edit UI]
     - Filter/Sort attributes, datasets, etc
     - Outline all changed options
 - Dashboard
     - How should they be laid out?
 - Stacked bar charts seem to be something a lot of us are into, but dygraphs won't be doing that. (tho d3 does)
+- Sort by custom tag order
 
 
 ## features