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

Implement audit log for Grants actions #3971

Open
4 tasks
estyxx opened this issue Aug 9, 2024 · 1 comment
Open
4 tasks

Implement audit log for Grants actions #3971

estyxx opened this issue Aug 9, 2024 · 1 comment
Labels

Comments

@estyxx
Copy link
Member

estyxx commented Aug 9, 2024

Implement an audit log for all significant actions related to grants. This will allow us to track changes in grant status and actions like sending emails or generating vouchers. The goal is to maintain a detailed record of what happened and who performed each action.

  • Use the existing utility in custom_admin/audit.py (create_change_admin_log_entry) to log changes.
  • Log an audit entry every time a grant's status changes.
  • Log an audit entry for key actions, such as sending emails or generating vouchers.
  • Ensure all relevant actions are consistently logged to maintain a complete history.
@estyxx estyxx added the grants label Aug 9, 2024
@patrick91
Copy link
Member

Ensure all relevant actions are consistently logged to maintain a complete history.

Do we also want to keep the actual history? 😊

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

No branches or pull requests

2 participants