Admin backend cleanup and convenience #99

Closed
opened 2022-01-31 15:32:21 +01:00 by mpeltriaux · 1 comment
Owner

Status quo

The admin backend grew during development a little too much.

ToDo

  1. Reevaluate which admin views are really needed for a regular admin and un-register the rest. Keep their ModelAdmin class in code for emergencies.
  2. Add some conviniences to the admin backend:
    1. Search for user on user admin view
    2. Speedup admin detail views (some are very slow!)
    3. Make created or modified fields non-editable and filled by default, once a new model is saved. Only important for backend-only models like ServerMessages
    4. ...
# Status quo The admin backend grew during development a little too much. # ToDo 1. Reevaluate which admin views are really needed for a regular admin and un-register the rest. Keep their `ModelAdmin` class in code for emergencies. 1. Add some conviniences to the admin backend: 1. Search for user on user admin view 1. Speedup admin detail views (some are very slow!) 1. Make `created` or `modified` fields non-editable and filled by default, once a new model is saved. **Only important for backend-only models like `ServerMessages`** 1. ...
mpeltriaux added the
backlog
label 2022-01-31 15:32:21 +01:00
mpeltriaux self-assigned this 2022-01-31 15:32:21 +01:00
Author
Owner

Merged in #102

# Merged in #102
btuelek referenced this issue from a commit 2024-12-05 13:18:37 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: IT-Naturschutz/konova#99
No description provided.