diegoborbadev / expense-manager

💸 Expense Manager
MIT License
1 stars 0 forks source link

Model Abstractions #6

Closed diegoborbadev closed 2 weeks ago

diegoborbadev commented 2 weeks ago

Implement abstractions for database models that include audit fields to track the creation and modification of records. These audit fields will ensure that important metadata regarding the life cycle of the data is captured and maintained automatically.

Audit fields:

diegoborbadev commented 2 weeks ago

Important: the audit isn't completed yet, see: https://github.com/diegoborbadev/expense-manager/pull/7#issuecomment-2219662002