X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=e1ff849a686bb218b50f8cf5d8a1da1b44d422ac;hb=fce142bbcc216ecb8a9e906000be683e9b4ccff9;hp=eb9b036f25414d5754f2e352bbfec14f7a14a845;hpb=afd1c9107ea545e6a6627eb350da3d6982130094;p=catagits%2FReaction.git diff --git a/TODO b/TODO index eb9b036..e1ff849 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,18 @@ - Improve how pretty code is, which is the main problem ATM. * Reaction::UI::ViewPort::* - - Improve Field vp to take a option for ordering - sort => 'lexical', sort => 'numberical' sort => sub {...} comes to mind - isa => 'Sort', required => 0; subtype Sort => as 'CodeRef'; coerce Coderef => from Str ... + - Improve Field vp to take a option for ordering (wreis: please elaborate) + sort => 'lexical', sort => 'numberical' sort => sub {...} + comes to mind + 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? + +* Reaction::Types::* + - Eliminate the ones we can spin into external MooseX::Types stuff + - re-export the types from MooseX::Types::Common as Reaction types + - same thing but with the DateTime and MooseX::Types::DateTime \ No newline at end of file