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

Create Audit Trail in DB #113

Open
1 of 4 tasks
jthompson-arcus opened this issue Oct 16, 2024 · 0 comments
Open
1 of 4 tasks

Create Audit Trail in DB #113

jthompson-arcus opened this issue Oct 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jthompson-arcus
Copy link
Collaborator

jthompson-arcus commented Oct 16, 2024

Create a built in audit trail within the user database.

  • Review process
    • Add DB logging table
    • Add triggers to populate logging table
    • Modify processes to update instead of append
    • Process to update old DBs
    • Added tests
  • Query process
    • Separate query table from comments
    • Add DB logging tables
    • Modify processes to update instead of append
    • Process to update old DBs
    • Added tests
  • DB version
    • Function to help migrate between DB versions
    • Add checking in app for DB version
    • Add unit test to check function
  • Simplify app process
    • Makes calls in the application more natural
    • Depend less on reactive objects, pull from DB
@jthompson-arcus jthompson-arcus added the enhancement New feature or request label Oct 16, 2024
@jthompson-arcus jthompson-arcus mentioned this issue Oct 16, 2024
6 tasks
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

No branches or pull requests

1 participant