Closed Dalfonso06 closed 9 months ago
Look into using core data, swift data, and just raw sqlite for the local database. (Plans in the future using an api to update local storage)
Setup and create a database manager that will initialize a database at the start of the application.
This issue should be done after the API, for now we will have the application work online only as a majority of the core is to be online.
Setup models that will be used for the sqlite database. This database will be used for the following:
Setup services to manage these features.