You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the handling of fields which return a set of multiple values derived from a given pattern, i.e. ExpandableNameField and ExpandableIPAddressField. These are currently handled explicitly as an anti-pattern e.g. under ComponentCreateView.
I still need to do some research to determine our options, but I wanted to get this initiative documented.
Justification
The way these "expanded" fields are handled currently requires intervention within the view logic, and does not scale well to include additional implementations, such as the expansion of module bay positions under #7844.
The text was updated successfully, but these errors were encountered:
Proposed Changes
Improve the handling of fields which return a set of multiple values derived from a given pattern, i.e. ExpandableNameField and ExpandableIPAddressField. These are currently handled explicitly as an anti-pattern e.g. under ComponentCreateView.
I still need to do some research to determine our options, but I wanted to get this initiative documented.
Justification
The way these "expanded" fields are handled currently requires intervention within the view logic, and does not scale well to include additional implementations, such as the expansion of module bay positions under #7844.
The text was updated successfully, but these errors were encountered: