better error reporting and some sugar for upcoming code generator.
[catagits/Reaction.git] / TODO
CommitLineData
6447c1dd 1* General
2 - Explore NYTProf to see if it can tell us anything about places where we could improve speed
3 - Should we set up some kind of ticketing application to keep track of issues as the project becomes larger and more complex?
4 - If so, move all comments beginning with #XXX to proper tickets
5
6* Reaction::UI::View
7 - Add an environment variable that disables caching of compiled templates to facilitate template tweaking on a development environment
8 - Add an API call to clear caching of compiled templates. Most likely a simple clearer.
9
10* Reaction::UI::Controller::*
11 - Develop a REST controller that works with the default IM Actions
12
13* groditi
14 - Improve and finish code generator.
15 - Run Autodoc on any files without documentation. Stubs are better than nothing.
afd1c910 16 - Improve how pretty code is, which is the main problem ATM.
17
18* Reaction::UI::ViewPort::*
19 - Improve Field vp to take a option for ordering
20 <groditi> sort => 'lexical', sort => 'numberical' sort => sub {...} comes to mind
21 <groditi> isa => 'Sort', required => 0; subtype Sort => as 'CodeRef'; coerce Coderef => from Str ...
22 - Fix HiddenArray