-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a settings page. #23
Comments
potentially we could save the user's preferences with localstorage, if we can't store data on the server. That way at least it would be by computer, though not saved to your account. |
Since we're hiding the clock tab, settings could allow user to manually select their lunch. (Again stored in localstorage). |
At this point you are going to want to use IndexedDB to save settings for multiple accounts. |
@notrodes The plan (at least for now) is to use localStorage so that we do not need a database; however, this can be revisited later with ICTS approval. |
Add a settings page that allows user to personalize their aspine experience. This would include settings like showing categories grade page, possibly coloring. These settings would ideally save with the username so they wouldn't have to make the changes everytime they log in.
The text was updated successfully, but these errors were encountered: