]> git.decadent.org.uk Git - maypole.git/blob - wishlist.txt
added preprocess_location method
[maypole.git] / wishlist.txt
1 2.12/3.0 wishlist\r
2 =================\r
3 \r
4 Not for inclusion in the MANIFEST. \r
5 \r
6 2.11\r
7 ====\r
8 Fix factory roots, document and explain behaviour\r
9 send_output() should return a status code\r
10 Move template test out of process() and into handler_guts() - maybe\r
11 Fix bug 14570 - returning error codes breaks CGI::Maypole\r
12 Write Maypole::Manual::Exceptions\r
13 Test and refactor external_redirect()\r
14 \r
15 Fix Mp::P::USC. \r
16 \r
17 2.12\r
18 ====\r
19 Maypole::instance()\r
20 Better plugin architecture, for models and bits of models. \r
21 Investigate problems reported with adopt() - rt 15598\r
22 Re-implement Maypole::Cache as Maypole::Plugin::Cache, probably using \r
23     start_request_hook, and not overriding handler_guts()\r
24 Handle repeat form submissions.\r
25 Implement internal_redirect().\r
26 Build a more sophisticated app for testing. \r
27 Move class_of() to the controller - need to do this to support multiple models \r
28     - maybe\r
29 Multiple model support - URLs like /$base/$model/$table/$action/$id.\r
30 Refactor M-P-USC and M-P-Session into M-P-User, M-P-Session, and M-P-Cookie\r
31 \r
32 \r
33 3.0\r
34 ====\r
35 Encapsulate all request data in HTTP::Request object, and all response data \r
36 in HTTP::Response object\r
37 \r
38 Look at HTTP::Body\r
39 \r
40 Easier file uploads - look at incorporating Mp::P::Upload\r
41 \r
42 Add email handling - like Rails - via model plugins. \r
43 \r
44 An e-commerce model plugin would be nice - or proof of concept - maybe look \r
45 at Handel.  \r
46 \r
47 Add validation layer(s), or just an API\r
48 \r
49 killer apps: SVN model; mitiki; Pet Shop; adventure builder \r
50 \r
51 Multiple views - HTML, text-only, PDF, SOAP, XML  - use request data to switch\r
52 to an alternate view_object - switch via a factory method.\r
53 \r
54 Maybe rename the model to PModel (Presentation Model)?\r
55 \r
56 Pseudo-continuations...\r