Changes between Initial Version and Version 1 of BluePrintFramework


Ignore:
Timestamp:
01/05/09 03:44:46 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintFramework

    v1 v1  
     1== !BluePrint for the S3 Framework ==
     2
     3This area is to develop & enhance the S3 Framework wich is built on top of T2/Web2Py.
     4
     5Current framework features are documented here: [wiki:DeveloperGuidelinesSahana3Framework DeveloperGuidelinesSahana3Framework]
     6
     7=== Sub-menus ===
     8Currently the left-hand navbar has only 2 levels of hierarchy: Modules & Module Options[[BR]]
     9Some modules (e.g. DVI) need more.[[BR]]
     10This is also discussed in the [wiki:BluePrintCSS BluePrintCSS]
     11
     12=== MVC Separation ===
     13Whilst Web2Py is fundamentally an MVC framework, it makes it encourages pushing back as much as possible into the Controller, Model or even Module to gain the benefits of re-use of code & massively simplified prototyping.
     14
     15If we think this could become problematic then we could choose to avoid this.
     16
     17There is already support in the framework for this:
     18 * [wiki:DeveloperGuidelinesCRUDManual Manual Forms]
     19 * Form Field fragments: e.g. {{{views/form_name.html}}}
     20
     21Q: Is it worth developing a version of the [wiki:BluePrintREST RESTful controller] which uses Manual Forms instead of T2?
     22
     23----
     24[BluePrints]