--- trunk/TODO 2008/11/08 23:33:55 338 +++ trunk/TODO 2008/11/19 14:39:10 454 @@ -12,9 +12,21 @@ + 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 -- dispatch which method to invoke to Frey::Run -- 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 ++ 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 +- 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 @@ -24,3 +36,4 @@ ? 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