aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-03-11 19:35:16 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-03-11 19:35:16 +0000
commitafd1c9107ea545e6a6627eb350da3d6982130094 (patch)
treec5f6dd766598e3543169910ab8adf220f021448a /TODO
parent841351770e59124bf86902c07d9534383a57a991 (diff)
downloadreaction-afd1c9107ea545e6a6627eb350da3d6982130094.tar.gz
reaction-afd1c9107ea545e6a6627eb350da3d6982130094.zip
TODO update
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index 54d831b..eb9b036 100644
--- a/TODO
+++ b/TODO
@@ -13,4 +13,10 @@
* 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