From d10a5895789ac26efd264f328f1dff9f6aed84df Mon Sep 17 00:00:00 2001 From: dsc Date: Mon, 5 Mar 2012 00:04:58 -0800 Subject: [PATCH] notes --- docs/notes/notes.md | 7 +++++++ docs/todo.md | 16 ++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/notes/notes.md b/docs/notes/notes.md index c4746e5..0bccaef 100644 --- a/docs/notes/notes.md +++ b/docs/notes/notes.md @@ -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 + + diff --git a/docs/todo.md b/docs/todo.md index a7cf8b8..135365f 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -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 @@ -41,13 +36,14 @@ ### 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 -- 1.7.0.4