pages-core
pages-core copied to clipboard
Evaluate generic audit logging for all database events in Pages Core
Background (Optional)
Evaluate generic audit logging for all database events in Pages Core, ie something like https://www.npmjs.com/package/sequelize-paper-trail potentially utilizing the newer node Async Hooks API instead of https://github.com/othiym23/node-continuation-local-storage, ex. https://blog.besson.co/nodejs_async_hooks_to_get_per_request_context/#getting-something-useful
Acceptance Criteria
- [ ] evaluate path forward for logging user actions in database
- [ ] identify path forward
After evaluating, edit this part:
Level of effort - <low/medium/high>
Implementation outline (if higher than "low" effort):
- [ ] TBD