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

feat: Audit Approvals #51

Merged
merged 2 commits into from
Feb 17, 2024
Merged

feat: Audit Approvals #51

merged 2 commits into from
Feb 17, 2024

Conversation

cjmellor
Copy link
Owner

This PR introduces the ability to "audit" who approves/postpones/rejects a Model.

A new audited_by column is added to the approvals table and the logged-in User's ID is tracked.

Check the UPGRADE.md file for instructions on how to add this if you need this functionality.

The commit introduces tracking for which user sets the approval state for a model. This is accomplished by adding an 'audited_by' column to the 'approvals' table, and updating the approval setter to include auditing data. Migration and publishing steps for upgrading to this version are documented in UPGRADE.md file.
@cjmellor cjmellor self-assigned this Feb 17, 2024
@cjmellor cjmellor added the enhancement New feature or request label Feb 17, 2024
@cjmellor cjmellor merged commit b716e4e into main Feb 17, 2024
5 checks passed
@cjmellor cjmellor deleted the feat/add-approver branch February 17, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant