X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=wishlist.txt;h=7ee5bfbb76034566236441a483c9573736a0d972;hb=394a7a18e5ed1231ae53c52690bd602b49328c66;hp=63e0ba3fa9732b6c6fa55620a86345e30c4ab529;hpb=dc0c8b4a91ac443404c0a397cd53d2a78f23f97e;p=maypole.git diff --git a/wishlist.txt b/wishlist.txt index 63e0ba3..7ee5bfb 100644 --- a/wishlist.txt +++ b/wishlist.txt @@ -24,12 +24,18 @@ Re-implement Maypole::Cache as Maypole::Plugin::Cache, probably using Handle repeat form submissions. Implement internal_redirect(). Build a more sophisticated app for testing. +Move class_of() to the controller - need to do this to support multiple models. +Multiple model support. 3.0 ==== Encapsulate all request data in HTTP::Request object, and all response data in HTTP::Response object +Look at HTTP::Body + +Easier file uploads - look at incorporating Mp::P::Upload + Add email handling - like Rails - via model plugins. An e-commerce model plugin would be nice - or proof of concept.