#1390: Add app name to title and navigation-bar in admin interface
-----------------------------------------+----------------------------------
   Reporter:  rfroger[at]estrate[dot]nl  |                Owner:  ext           
 
     Status:  new                        |            Component:  Admin 
interface
    Version:  newforms-admin             |           Resolution:                
 
   Keywords:                             |                Stage:  Accepted      
 
  Has_patch:  1                          |           Needs_docs:  0             
 
Needs_tests:  0                          |   Needs_better_patch:  0             
 
-----------------------------------------+----------------------------------
Changes (by ext):

  * has_patch:  0 => 1
  * version:  SVN => newforms-admin

Comment:

 The patch I attached extends admin's (newforms-admin) breadcrumbs placing
 app_label between Home and model name. It now looks as suggested by
 reporter:
 
 'Home > Book > Categories'
 
 I also introduced a new admin view which shows all models for one app so
 the app_label (Book in above example) is clickable.
 
 The solution makes it easy to get to know what application a specific
 model belongs to, but I think that there are some design decisions needed
 to choose whether:
 1. Should app_label be clickable? Is it really useful to have a view on
 application specific models only?
 2. Should app_label visibility be configurable? Are there any situations
 when one doesn't want to see an application name? Maybe app_label should
 have also something like model's verbose_name?
 3. Does it still makes sense to add an application name to title? I think
 no, so I discontinued my work on it.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/1390#comment:6>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to