TODO update
wreis [Tue, 11 Mar 2008 19:35:16 +0000 (19:35 +0000)]
TODO

diff --git a/TODO b/TODO
index 54d831b..eb9b036 100644 (file)
--- a/TODO
+++ b/TODO
 * groditi
   - Improve and finish code generator.
   - Run Autodoc on any files without documentation. Stubs are better than nothing.
-    - Improve how pretty code is, which is the main problem ATM. 
\ No newline at end of file
+    - Improve how pretty code is, which is the main problem ATM.
+
+* Reaction::UI::ViewPort::*
+  - Improve Field vp to take a option for ordering
+    <groditi> sort => 'lexical', sort => 'numberical' sort => sub {...} comes to mind
+    <groditi> isa => 'Sort', required => 0; subtype Sort => as 'CodeRef'; coerce Coderef => from Str ...
+  - Fix HiddenArray