Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin improvements #5

Closed
djm opened this issue Feb 16, 2023 · 0 comments · Fixed by #8
Closed

Admin improvements #5

djm opened this issue Feb 16, 2023 · 0 comments · Fixed by #8

Comments

@djm
Copy link

djm commented Feb 16, 2023

We had an unexpected CSP-related outage due to an addition of a new rule, and the admin was not as helpful as it could be in an emergency. I would suggest the following changes.

  1. The "Rules" admin does not showcase when the rules were created. Doing so would have given us the ability to see which new ones were added and thus find the problematic ones fast. Looking at the models this will require a new field(s) as there are no db-timestamp fields present.

  2. The "Rules" admin should be sorted by the time they were created, so new rules appear at the top. This would have aided in resolution time.

  3. When you have many "Rules", finding the one you're after over multiple pages in the Django admin is tricky. We should enable searching, so that searching for a certain hostname would find rules related to that hostname.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant