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

Improve Settings page UX #131

Closed
kristoferlund opened this issue Mar 3, 2022 · 2 comments · Fixed by #399
Closed

Improve Settings page UX #131

kristoferlund opened this issue Mar 3, 2022 · 2 comments · Fixed by #399
Assignees
Labels
dashboard enhancement New feature or request

Comments

@kristoferlund
Copy link
Member

No description provided.

@kristoferlund kristoferlund added the enhancement New feature or request label Mar 3, 2022
@mattyg
Copy link
Collaborator

mattyg commented Apr 15, 2022

I think the simplest change is sort by order:

  • add an integer field 'order' to SettingsModel & PeriodSettingsModel, and their associated types
  • sort the settings fields by their 'order' on the frontend

And the next simplest change is to group by category:

  • add a new db collection 'settingscategories' to specify the categories
  • add a ref field 'category' to SettingsModel and PeriodSettingsModel
  • group the settings fields by their category on the frontend, and sort by order within their groups

@kristoferlund
Copy link
Member Author

kristoferlund commented Apr 15, 2022

VSCode uses this format for the keys:

editor.formatOnSave
prettier.configPath

We could use that format straight up and group accordingly. The filtering/grouping would happen in the frontend based on the keys.

common.logo
quantification.duplicatePraisePercentage
discord-bot.praiseSentSuccessMessage

image

This was referenced Apr 21, 2022
@mattyg mattyg changed the title Take the settings screen to the next step Improve Settings page UX May 2, 2022
@mattyg mattyg self-assigned this May 17, 2022
@kristoferlund kristoferlund mentioned this issue May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dashboard enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants