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

Allow users to save settings profiles #56

Closed
WesleyBranton opened this issue May 9, 2021 · 1 comment · Fixed by #58
Closed

Allow users to save settings profiles #56

WesleyBranton opened this issue May 9, 2021 · 1 comment · Fixed by #58
Assignees
Labels
enhancement New feature or request P3 This issue is considered medium priority

Comments

@WesleyBranton
Copy link
Owner

WesleyBranton commented May 9, 2021

Users should be able to save different groups of settings (profiles). This will give the ability for the user to easily change between two groups of settings. This would also be a good way to eventually implement a "per website" system (see #10), which has been requested for some time.

CURRENT STORAGE STRUCTURE:

  • width
  • colorTrack
  • colorThumb
  • allowOverride
  • customWidthValue
  • customWidthUnit

NEW STORAGE STRUCTURE:

  • schema
  • defaultProfile
  • profile_TIMESTAMP
    • name
    • width
    • colorTrack
    • colorThumb
    • allowOverride
    • customWidthUnit
    • customWidthValue
@WesleyBranton WesleyBranton added enhancement New feature or request P3 This issue is considered medium priority labels May 9, 2021
@WesleyBranton WesleyBranton self-assigned this May 10, 2021
@WesleyBranton
Copy link
Owner Author

This feature will need an introduction page when the add-on updates and some documentation on the wiki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P3 This issue is considered medium priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant