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] Basic transaction system and endpoints #5

Open DeadlyFirex opened 9 months ago

DeadlyFirex commented 9 months ago

Description Automatize the transaction_log table implemented in prior versions, This is the main feature the microservice should support, this is it's first implementation. Allow users and administrators to track the changes they have made to their balance. Furthermore, add endpoints to leverage this table to users and administrators.

Context As of right now, similar to the audit_log prior versions have implemented the tables, but lack the endpoints to provide and interact with the tables.

Expected Behavior

Use Case Examples

Requirements

Considerations

Additional Information N/A

Dependencies

Related