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

User options #258

Open
sde1000 opened this issue May 18, 2023 · 0 comments
Open

User options #258

sde1000 opened this issue May 18, 2023 · 0 comments

Comments

@sde1000
Copy link
Owner

sde1000 commented May 18, 2023

At the moment all the data we store about users is set by "the system" or "the management":

  • Name and short name
  • Web username
  • Are they enabled?
  • Are they a superuser?
  • What's their current (register, transaction) tuple?
  • A message to display on their next visit
  • What groups they are a member of (and by extension, what permissions they have)

It may be useful to have some space to store options that can be changed by the user, for example:

  • Left or right-handed (eg. for touchscreen)
  • Colour scheme
  • Level of help given (turn off extra prompts once they are no longer needed and have become annoying)
  • Text size (and other accessibility options)

There may be more!

Perhaps (yet another) key/value store attached to users?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant