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

Feature: view changes to model records #908

Open
DrumsnChocolate opened this issue Nov 13, 2024 · 0 comments
Open

Feature: view changes to model records #908

DrumsnChocolate opened this issue Nov 13, 2024 · 0 comments

Comments

@DrumsnChocolate
Copy link
Contributor

DrumsnChocolate commented Nov 13, 2024

I think it would be neat to implement a page where we can select a model class and a record of that model, to inspect the changes that have recently been applied to the record and by whom. This should be feasible to implement, because we make use of paper trail in the backend.

That way, we can find out who's the culprit if undesirable changes to models occur, and we can revoke relevant edit rights.

Context: it has happened plenty of times that records are edited in a joking way by someone who should not be authorized to do so. We don't need to punish these people in any way, we just need to not let it happen indefinitely.

Other use cases can also be thought of, besides enforcement of proper permissions.

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

No branches or pull requests

1 participant