--- trunk/TODO 2008/10/28 18:33:53 195 +++ trunk/TODO 2009/05/07 09:46:10 1074 @@ -9,8 +9,85 @@ + 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 ++ filter warnings output to browser and console ++ version bump [0.22] ++ collect executed actions in Frey::Web ++ make reload - /reload and /exit ++ track introspected objects in Frey::Introspect ++ fix warn log/popup ++ add revert and commit to Frey::SVK ++ use xdotool to switch between termnial and firefox screen (super+Tab) ++ one fully functional server implementation (seems that Mojo wins this round!) ++ fix checkboxes ++ fix reload link with Frey::Pipe (include params in url) ++ version bump [0.23] ++ Frey::SVK is fully functional ++ version bump [0.24] ++ various refactoring of namespace ++ upgrade to unmodified Mojo 0.9 - fixed with upstream b81f1094122e2d15c9587ed7186f9847ede5490d ++ fix Frey::SVK commmit_path to accept more than one path as argument ++ rewrite static/Frey/Web/IFrame.js to something nicer ++ call depends on each part of pipe in Frey::Pipe ++ introduce Sponge in Frey::Types to present tabular data [0.25] ++ Frey::View::Exhibit now has configurable Frey::Pipe source ++ radio buttons with free-form enter supported ++ add different sort order in Frey::ClassBrowser ++ complete port of Frey::View::NoPager ++ remove defunct Continuity and HTTP::Engine server ++ version bump [0.26] ++ Frey::ScrapBook sponge generator +- remove Fey parts +- implement RDBMS support with DBIx::Class +- test every single peace of existing code +- version bump [0.27] +- command-line runner using MooseX::Getopt +- rename Frey::Web::re_html -> html_regex for better readability +- fix request_url to pass current url to actions +- 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 [mostly fixed] - 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 Scope::Guard (or something similar) to expire objects +? use Sub::Introspect for extra introspection ? 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 VCI +- document style, qq|| for html with strange vertical markup, warn about syntax? +- jquery gestures: http://friggeri.net/blog/2008/12/21/jquery-gestures +- http://www.smashingmagazine.com/2007/10/18/charts-and-graphs-modern-solutions/ +- Canvas GraphViz http://canviz.googlecode.com/svn/canviz/trunk/ +- http://halobrite.com/blog/jquery-pageslide/ +- Devel::Caller or http://www.perlmonks.org/?node_id=25807 +- http://www.quirksmode.org/presentations/VTM2007/javascriptRescue.pdf +- http://motherrussia.polyester.se/jquery/panview/ for Frey::Class::Graph +- http://raphaeljs.com/ for vector graphics +- http://teethgrinder.co.uk/open-flash-chart-2/ Open Flash chart 2 +- http://blog.html.it/layoutgala/ layout gala CSS layouts +- http://www.trirand.com/blog/ jQuery Grid Plugin +- http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/ +- DBIx::Class::Indexed http://bricas.vox.com/library/post/dbixclassindexed.html +- sparklines http://omnipotent.net/jquery.sparkline/ +? Class::Sniff for Frey::Introspect?