DeadlyFirex / PrimoTracker

Suite of tools to track your income over time of primo's.
GNU Affero General Public License v3.0
1 stars 0 forks source link

[Feature] Audit logging, tracking and endpoints #4

Open DeadlyFirex opened 9 months ago

DeadlyFirex commented 9 months ago

Description Automatize the audit_log table implemented in prior versions, This will allow the project to "journal" actions of users and administrators. Furthermore, add endpoints to leverage this table to administrators.

Context As of right now, prior versions have implemented the tables, but lack integration with the audit and transaction tables. This feature specifically focuses on the audit_log.

Expected Behavior

Use Case Examples

Requirements

Considerations

Additional Information N/A

Dependencies

Related