Replies: 3 comments 2 replies
-
This maybe related to https://github.com/orgs/openfga/discussions/122 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion @KamalAman - yes, we recognize there's a lot of deficiencies in our types previewer. Our current visualization predates the What would help us here is collecting ideas for what you imagine this would look like. As you said, for any production-grade model, showing all the links would make the graph unreadable, and there's a question on how to show the links. Please feel free to add your suggestions if you have them, anything would help, and it might spark further conversation from the community |
Beta Was this translation helpful? Give feedback.
-
Yeah, only show direct relationships by default. I believe that should provide the user all of the context without overloading them. Use case: If I hover/click on |
Beta Was this translation helpful? Give feedback.
-
Checklist
Describe the problem you'd like to have solved
Right now it is difficult to visualize how a specific Type Definition is compose of direct and implied relationships.
Describe the ideal solution
Ideally there would be some way to visual the implied relationship / the complete relationship hierarchy for a given Type Definitions.
The example would be the
Repo:Admin -> Org:Repo Admin
I don't think just showing all relationships N-degrees away makes sense since it would be chaotic. When you hover a Type, then show the Types full definition with direct and implied relationships
Alternatives and current workarounds
Currently, I don't think there is any easy way way to see the implied relationships. You have to to read the model and assertions and reason about it / draw it out.
Additional context
As a model gets more complex, it is hard to reason about the implied relationships. Having visualizations for implied definitions would definitely help being simplicity back
Beta Was this translation helpful? Give feedback.
All reactions