Skip to content
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

Open
Ruborcalor opened this issue Feb 24, 2019 · 4 comments
Open

Add a settings page. #23

Ruborcalor opened this issue Feb 24, 2019 · 4 comments
Labels
enhancement New feature or request frontend Suspected problem with frontend (client-side code in public directory)
Milestone

Comments

@Ruborcalor
Copy link
Member

Ruborcalor commented Feb 24, 2019

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.

@Ruborcalor Ruborcalor added the enhancement New feature or request label Feb 24, 2019
@tektaxi
Copy link
Collaborator

tektaxi commented Oct 30, 2020

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.

@psvenk psvenk mentioned this issue Oct 30, 2020
@kdk1616
Copy link
Collaborator

kdk1616 commented Nov 11, 2020

Since we're hiding the clock tab, settings could allow user to manually select their lunch. (Again stored in localstorage).

@notrodes
Copy link
Collaborator

At this point you are going to want to use IndexedDB to save settings for multiple accounts.

@psvenk
Copy link
Member

psvenk commented Dec 15, 2020

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.

@psvenk psvenk added this to the 2.7.0 milestone Dec 23, 2020
@psvenk psvenk added the frontend Suspected problem with frontend (client-side code in public directory) label Dec 24, 2020
@psvenk psvenk modified the milestones: 2.6.2, 2.7.0 Jan 25, 2021
@psvenk psvenk modified the milestones: 2.7.0, 2.8.0 Feb 22, 2021
@psvenk psvenk modified the milestones: 2.8.0, 2.8.1 May 7, 2021
@psvenk psvenk modified the milestones: 2.8.2, 2.9.0 Sep 28, 2021
@psvenk psvenk modified the milestones: 2.9.0, 2.10.0 Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Suspected problem with frontend (client-side code in public directory)
Projects
None yet
Development

No branches or pull requests

5 participants