Move related objects to separate tabs under each object detail view #11517
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v3.4.2
Feature type
Change to existing functionality
Proposed functionality
The intent of this FR is to optimize and standardize the display of related objects when viewing an object in NetBox. It was prompted partly by discussion under #11228 and partly to capture patterns identified during the implementation of #8184. There are currently three mechanisms in place for listing related objects:
ObjectChildrenView
Each approach has benefits and drawbacks, however there is currently no firm structure in place asserting when each should be employed. I'd like to propose the following guidelines.
ObjectChildrenView
to apply specific rendering logic within the context of the object being viewed (for example, to annotate available VLAN IDs within a VLAN group).Use case
Embracing a standardized approach for displaying related objects minimizes unnecessary screen clutter and instills a sense of confidence in the user that they'll always know where to look for related objects. It will also address several related object views that are currently missing from the UI.
Database changes
N/A
External dependencies
N/A
The text was updated successfully, but these errors were encountered: