Skip to content

Introduce a mechanism for storing individual user preferences #3294

@jeremystretch

Description

@jeremystretch

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

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions