Changes between Version 25 and Version 26 of SummerOfCode2006


Ignore:
Timestamp:
Apr 19, 2006, 8:06:50 PM (18 years ago)
Author:
bjorn@…
Comment:

Added notes about a worthwhile goal for the Admin interface; to bring it closer to the way you build database apps in, e.g., MicrosoftAccess

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2006

    v25 v26  
    5151 * Implement SchemaEvolution.
    5252
    53  * Implement a set of reusable AJAX components using Dojo and Django as a backend.
     53 * Implement a set of reusable AJAX components using Dojo and Django as a backend, including:
     54   * Non-admin widgets
     55   * Admin widgets to bring Django closer to, e.g., MicrosoftAccess for creating database applications:
     56      * MultiSelectComboBox that works for thousands of rows and can display the results in rows
     57      * Easily create any levels of inlined editing widgets
     58      * Compose admin pages of AjaxPortlets that can be connected together
    5459
    5560 * ...
Back to Top