mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Merge pull request #94 from audreyr/design-goals-18
Outline UI goals - part of issue #18
This commit is contained in:
commit
f416998e27
1 changed files with 8 additions and 1 deletions
|
|
@ -17,4 +17,11 @@ Workflow
|
|||
2. Loop through the Apps then models per App
|
||||
3. Admin2s are created from models: djadmin2.models.register(Poll)
|
||||
4. Admin2s contain methods/properties necessaey for UI
|
||||
5. Views
|
||||
5. Views
|
||||
|
||||
UI Goals
|
||||
---------
|
||||
|
||||
1. Replicate the old admin UI as closely as possible in the bootstrap/ theme. This helps us ensure that admin2/ functionality has parity with admin/.
|
||||
|
||||
2. Once (1) is complete and we have a stable underlying API, experiment with more interesting UI variations.
|
||||
|
|
|
|||
Loading…
Reference in a new issue