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

Add a comment field for tags #2791

Closed
jeremystretch opened this issue Jan 16, 2019 · 2 comments
Closed

Add a comment field for tags #2791

jeremystretch opened this issue Jan 16, 2019 · 2 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Milestone

Comments

@jeremystretch
Copy link
Member

Environment

  • Python version: 3.5.2
  • NetBox version: 2.5.3

Proposed Functionality

Extend the Tag model to include an arbitrary comment/description field.

Use Case

It would be very helpful to have the ability to record a description or note for each tag. For example, a tag foobar9k might have the description "This resource is monitored by the FooBar9000 NMS."

A description can be set only once a tag has been created.

Database Changes

This will involve migrating away from the stock model provided by the django-taggit package. Further research is needed to determine how disruptive this will be, but probably not very.

External Dependencies

None

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application labels Jan 16, 2019
@jeremystretch
Copy link
Member Author

Related: #2324

@jeremystretch jeremystretch added this to the v2.6 milestone Jan 16, 2019
@lampwins
Copy link
Contributor

Implemented in the develop-2.6 branch.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 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 type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

2 participants