Currently, the app just takes in trade data and dumps it into a private google sheet. This is just experimental and cannot be like this in a live environment. We need to create a data persistence architecture.
To do:
Figure out which DB technology to use. Do we want relational database or document storage? What are free options for now?
Implement generic, DB agnostic CRUD DB layer in the app.
Acceptance
Upon taking in trade data and calculation, the app store and log the trade data into a database for persistent storage.
Currently, the app just takes in trade data and dumps it into a private google sheet. This is just experimental and cannot be like this in a live environment. We need to create a data persistence architecture.
To do:
Acceptance