Changes between Version 17 and Version 18 of BluePrintFramework
- Timestamp:
- 07/04/10 18:40:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintFramework
v17 v18 32 32 * Login widget on frontpage of site when logged-out 33 33 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 34 43 === MVC Separation === 35 44 Whilst 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.