Changes between Version 17 and Version 18 of BluePrintFramework


Ignore:
Timestamp:
07/04/10 18:40:22 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintFramework

    v17 v18  
    3232 * Login widget on frontpage of site when logged-out
    3333
     34 * Context
     35  * Staff autocomplete (dropdown) in Projects should be filtered to those for this Organisation by default with a checkbox which can be unticked to 'View all'
     36  * Persons dropdown in staff should be filtered to those for this Organisation by default with a checkbox which can be unticked to 'View all'
     37  * Add/Edit Pledges menu item should just show you those relevant to (again a view filtered by default which can be unfiltered? Checkbox state dependent on role?):
     38   * Your Organisation(s)
     39   * Your Office(s)
     40   * Your Project(s)
     41
     42
    3443=== MVC Separation ===
    3544Whilst Web2Py is fundamentally an MVC framework, 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.