Differences between revisions 2 and 3
Revision 2 as of 2003-07-23 06:40:58
Size: 810
Editor: Gregory Bond
Comment: Add Default Macro Agrs and Simple Macro Args
Revision 3 as of 2003-07-24 01:00:53
Size: 838
Editor: Gregory Bond
Comment: Add Page Object Access
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
  * ["Page Object Access"]

Ideas for how to improve Albatross. Please note that anything that appears here may or may not get implemented, that's largely up to the Object Craft developers and those willing to contribute to the project.

  • Give random applications the same page lifecycle support (page_enter/page_leave) that non-random apps have.
  • Make ctx.redirect() and ctx.set_page() work in both random and non-random modes. ctx.set_page() should allow the application to change the page half way through processing; redirect() should send a 'Location' header to the browser which would cause the new page to display.
  • More request adapters. Twisted and SCGI are the obvious missing ones.
  • Refactor the page mixins to allow a RandomPageObject mixin equivalent.

  • ["Default Macro Args"]
  • ["Simple Macro Args"]
  • ["Page Object Access"]

None: FeatureRequests (last edited 2011-02-15 06:05:17 by localhost)