--- trunk/TODO 2008/06/29 16:24:41 23 +++ trunk/TODO 2008/11/26 02:35:59 527 @@ -1 +1,50 @@ + dispatch to views with params [0.01] ++ fix double result in Strix::View->user ++ pager [0.10] ++ page creation [0.11] ++ role introspection [0.12] ++ partial label editor [0.13] ++ label editor with save to disk as yaml ++ generate "static" html pages from methods with markup call [0.14] ++ embed small css files in page as optimization for round-trips to server ++ create required params form for ->markup calls [0.15] ++ remove HTTP::Engine and port Frey::Designer to Frey::Run [0.16] ++ refactor callback types into Frey::Run [0.17] ++ rename all package references to class as Moose calls them [0.18] ++ display source roles in Frey::Inspector ++ jump to editor in confess dumps (only for Frey::Pod for now) ++ dispatch which method to invoke to Frey::Run ++ Frey::Pod now uses Pod::Find to locate all pods on system ++ move form params generation into Frey::Action to share between Frey::Run and Frey::Pipe ++ fix Frey::Action->param_form second invication which mungled params with config values ++ implement PPI parser to save order of attributes and collect statistics about usage, fix t/02-frey-ppi.t and remove Frey::Run cludge ++ implement pipe REST API ++ edit any line from source view ++ platform-specific editor stuff is not in Frey::Editor ++ version bump [0.19] ++ implement Frey::Session to store class usage ++ implement sort by class usage in Frey::ClassBrowser [0.20] ++ prefix runnable methods with as_ so we can have input parameters of same type as output [0.21] ++ rename Frey::Dumper and Fray::JSON -> Frey::View:: ++ color warn output in popup ++ fix Frey::Action markup for attributes with config values, making code more general and correct ++ make status clases visible in Frey::Run ++ favicon.ico support with add_icon +- rename Frey::Encode -> Frey::Web::Encode +- fix reload link with Frey::Pipe +- collect executed actions in Frey::Web +- track introspected objects in Frey::Introspect and sort by them in Frey::ClassBrowser +- filter warnings output to browser and console +- rename tests for Frey::View(s) +- check pipe invocation is valid for next pipe element +- fix markup return value to return, err.. page object? instead of wantarray which doesn't really work +- make Mojo real alternative, expect for request +- implement HTTP::Engine server again +- check why Frey::Types Uri work while MooseX::Types::URI doesn't +- make reaload actually work (need to mungle with path-based Continuity session or something) +- browse forward/next widget +- use Scope::Guard (or something similar) to expire objects? +? use HTML::AsSubs or Template::Refine for tempating +- YUI compressor http://beardscratchers.com/journal/compressing-css-and-javascript-with-yui-compressor +- GeoRSS examples http://geoserver.org/display/GEOSDOC/GeoRSS +- http://code.google.com/p/codeswarm/ visualisation for SourceSnoop