aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-03-12 01:01:13 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-03-12 01:01:13 +0000
commitb9c9838d0760a51643e87b995a3db65dd8cb94a3 (patch)
tree7c8a3cf74d261586071e4f4381601b7d21aee3b8 /TODO
parente675ccb0a1aaa0e2e386e4cffb02e64df6399c73 (diff)
downloadreaction-b9c9838d0760a51643e87b995a3db65dd8cb94a3.tar.gz
reaction-b9c9838d0760a51643e87b995a3db65dd8cb94a3.zip
add some stuffto TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 18 insertions, 7 deletions
diff --git a/TODO b/TODO
index eb9b036..9a10b52 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,16 @@
+#--------#---------#---------#---------#---------#---------#---------#---------
* General
- - Explore NYTProf to see if it can tell us anything about places where we could improve speed
- - Should we set up some kind of ticketing application to keep track of issues as the project becomes larger and more complex?
+ - Explore NYTProf to see if it can tell us anything about places where we
+ could improve speed
+ - Should we set up some kind of ticketing application to keep track of issues
+ as the project becomes larger and more complex?
- If so, move all comments beginning with #XXX to proper tickets
* Reaction::UI::View
- - Add an environment variable that disables caching of compiled templates to facilitate template tweaking on a development environment
- - Add an API call to clear caching of compiled templates. Most likely a simple clearer.
+ - Add an environment variable that disables caching of compiled templates to
+ facilitate template tweaking on a development environment
+ - Add an API call to clear caching of compiled templates. Most likely a
+ simple clearer.
* Reaction::UI::Controller::*
- Develop a REST controller that works with the default IM Actions
@@ -16,7 +21,13 @@
- 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 ...
+ - Improve Field vp to take a option for ordering (wreis: please elaborate)
+ <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
+
+* Reaction::UI::ViewPort::Field
+ - Why did the check for non lazy_fail lazy attrs go away? it breaks my IMs
+ code is commented out, but does anyone know why? \ No newline at end of file