aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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