You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #15 is completed, there should be a mechanism for storing and syncing user based preferences across devices for settings such as dark mode and saved searches.
The text was updated successfully, but these errors were encountered:
Implementing a client side setting store would eventually need to be reworked to use a server side database solution and change how the application works. Instead, we can use SQLite server side and make queries via a database management tool that abstracts specific database engine workings like SQLAlchemy. Later we can simply switch the database backend while keeping the logic for the API and frontend the same.
After #15 is completed, there should be a mechanism for storing and syncing user based preferences across devices for settings such as dark mode and saved searches.
The text was updated successfully, but these errors were encountered: