Open Zemanzo opened 4 years ago
Given issues #85 #87 and what we're currently storing in the database, I wonder if it's worth it to define an entirely new database from scratch. Right now, there's data in there we don't need, or isn't implemented, or is missing. It might be easier to start fresh and get it all set up properly in one go, rather than make several database changes over time.
Description The serverside database code is relatively old, and does not adhere to the structure we defined in our style guide. Furthermore, we would likely want to switch to a more scalable database engine. SQLite is great, but will eventually run into problems when it comes to performance.
Minimum Acceptance Criteria