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

feat: add user accounts #260

Open
diogogmatos opened this issue Nov 12, 2024 · 0 comments
Open

feat: add user accounts #260

diogogmatos opened this issue Nov 12, 2024 · 0 comments

Comments

@diogogmatos
Copy link
Member

diogogmatos commented Nov 12, 2024

Add user accounts to allow saving user preferences (selected filters, selected shifts, selected theme, selected configuration of a custom theme) in a database instead of relying on local storage.

Benefits:

  • Same preferences across devices.
  • Reduce bugs and complexity of managing local storage information.
  • Local storage information can be messed with by the user, database storage can't.

Cons:

  • Anonymous users would need to sign in for their changes to be persistent.
    • Possible solutions for this con:
      • Store information from anonymous users temporarily (for maintainability purposes) on the database, identifying them with a random token.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📝 To do
Development

No branches or pull requests

1 participant