Version 5 (modified by Rob Hudson, 15 years ago) ( diff )

--

Things needed for Admin-UI:

In general, commits should be broken up into a series of patches -- 1 for each incremental improvement or feature (e.g. autocomplete, selector inlines, etc).

  • Docs
    • SelectorInlines
  • All the JS for the admin should be minified, but we need to ship maximized versions too, for ease of editing, and then have a build process do the minification.
    • Note: This is better saved for last.
  • Updating the old Javascript to use jQuery is an end goal, but not one required to get admin-ui merged.

Features on the soc2009/admin-ui branch:

  1. jQuery itself
  2. Stacked Inline add new inline dynamically.
  3. Selector Inlines (based on Wilson Miner's mockup http://media.wilsonminer.com/images/django/related-objects-stacked.gif)
Note: See TracWiki for help on using the wiki.
Back to Top