X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=TODO;h=e9c8f832736b673292939c16e4a4305dfa9cbc85;hb=23a69af2f53b2b1a79bd59124c8b15ef7bd9fd67;hp=aca6d3232d3d0ebbce8399062bc0578e531324a9;hpb=ca686e907626db505e8e4c8d95f9c70627f6ad03;p=maypole.git diff --git a/TODO b/TODO index aca6d32..e9c8f83 100644 --- a/TODO +++ b/TODO @@ -1,38 +1,6 @@ -=head1 TODO List - -=head2 Advanced searching - -I'm already using AbstractSearch, so I need to put the operators as form -fields in the templates, then extract them again in the search method. -The code is almost there. - -=head2 Ordering of columns - -What order do the columns appear in the lists and edit boxes? It B -already possible to customize this by overriding C in an -individual model class, but it might be better to do that in the config. - -Excluding some columns from list display might be worth doing. Again, it -can be done in the templates, but might be better in config. - -=head2 Pages with several ?(different kinds) of objects? - -I don't know if this is actually a useful concept. Maybe someone will -find a case for it. - -=head2 ACLs? Users? Last-updated? - -Probably not. These are handled in subclasses - -=head2 Error handling - -When happens if authentication is denied, for instance? Currently we -just get an Apache 403. - -=head2 Many-to-many relationships - -Beers are on pumps in pubs. How do I say which pubs have what beers on -and vice versa? A multiple select seems the right way to do it from the -CGI point of view, so we need to do something with edit, create, search -and view pages to enable this. Maybe another C-style hack -required. +--- The Future +* Tests +* Better documentation and more complex examples +* Much more warnings +* Multiple Models +* clean logging