-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Substitute the default Admin Class for User objects
Brainstorming of features
- custom filters; see https://github.com/Mischback/django-miniuser/blob/development/miniuser/admin.py#L18 and https://github.com/Mischback/django-miniuser/blob/development/miniuser/admin.py#L80
- default ordering of the list; see https://github.com/Mischback/django-miniuser/blob/development/miniuser/admin.py#L83 and https://github.com/django/django/blob/master/django/contrib/auth/admin.py#L63
- remove Django's default bulk delete-action; see https://github.com/Mischback/django-miniuser/blob/development/miniuser/admin.py#L103
- provide a condensed way to provide the user's status
- by a simple string; see https://github.com/Mischback/django-miniuser/blob/development/miniuser/admin.py#L118
- by coloring the username; see https://github.com/Mischback/django-miniuser/blob/development/miniuser/admin.py#L130
- by tagging the username; see https://github.com/Mischback/django-miniuser/blob/development/miniuser/admin.py#L144
- provide a legend, if color-status or tagged-status is used
- combine the email-address with the respective verification status
- see https://github.com/Mischback/django-miniuser/blob/development/miniuser/admin.py#L158
- probably the biggest challenge, because here the original
User
-model is connected toUserEnhancement
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request