opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
144 stars 7 forks source link

feature: Separated the StandardGroup from the other in the `manager group` form/view #3738

Open BeArchiTek opened 2 days ago

BeArchiTek commented 2 days ago

Component

Frontend UI

Describe the Feature Request

As a user, I would like to understand faster which groups are "managed" by me, versus the ones autogenerated by Infrahub due to Transformations or other internal Models.,

Describe the Use Case

When clicking on the manage group button on a Node, we end up with CoreGraphQLQueryGroup and CoreStandardGroup mixed, which is confusing, and quite lengthy.

We may want to either split the groups per Model or remove the "auto-generated" group from this form/view

image

Additional Information

No response