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

Introduce a mechanism for storing individual user preferences #3294

Closed
jeremystretch opened this issue Jun 24, 2019 · 0 comments · Fixed by #4532
Closed

Introduce a mechanism for storing individual user preferences #3294

jeremystretch opened this issue Jun 24, 2019 · 0 comments · Fixed by #4532
Assignees
Labels
status: accepted This issue has been accepted for implementation

Comments

@jeremystretch
Copy link
Member

Environment

  • Python version: 3.6.8
  • NetBox version: 2.6.0

Proposed Functionality

Introduce a model for storing the preferences of an individual user. A simple model providing arbitrary JSON data storage associated one-to-one with user accounts is probably sufficient. This will allow a user to set a preferred item (e.g. the default status for new prefixes) that will persist indefinitely.

Use Case

This has been highlighted as a requirement for several other features:

Database Changes

Introduce a new model under the users app, e.g. UserPreferences.

External Dependencies

None

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: minor feature labels Jun 24, 2019
@jeremystretch jeremystretch added this to the v2.7 milestone Jun 24, 2019
@jeremystretch jeremystretch removed this from the v2.7 milestone Oct 7, 2019
@jeremystretch jeremystretch modified the milestone: v2.7 Dec 10, 2019
@jeremystretch jeremystretch added this to the v2.9 milestone Mar 11, 2020
@jeremystretch jeremystretch self-assigned this Apr 23, 2020
jeremystretch added a commit that referenced this issue Apr 24, 2020
jeremystretch added a commit that referenced this issue Apr 24, 2020
@jeremystretch jeremystretch removed this from the v2.9 milestone Jul 21, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant