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

Update plugin development documentation to prefer NautobotUIViewSet approaches #2658

Closed
Tracked by #1569
glennmatthews opened this issue Oct 20, 2022 · 0 comments · Fixed by #2696
Closed
Tracked by #1569
Labels
type: documentation Improvements or additions to documentation

Comments

@glennmatthews
Copy link
Contributor

glennmatthews commented Oct 20, 2022

Currently the Adding Web UI Views section of the plugin development documentation first introduces creation of generic Django views, then introduces Nautobot's generic view classes and their approach to templates and URL registration, and only third introduces NautobotUIViewSet and its usage. We should be strongly encouraging new plugin development to use NautobotUIViewSet; personally I'd vote for removing the generic Django and generic Nautobot views entirely from the forward-looking plugin dev docs, but at the very least NautobotUIViewSet should be the first approach introduced.

@glennmatthews glennmatthews added the type: documentation Improvements or additions to documentation label Oct 20, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: documentation Improvements or additions to documentation
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant