Tag: audit
2 resources tagged with "audit" on StackPractices.
Soft Deletes
How to implement soft deletes to preserve data while hiding records from normal queries.
Event Sourcing Pattern
Store the state of an application as a sequence of events rather than storing only the current state. An architectural pattern for audit-friendly systems.