Manual implied transitive relation for views #397
dzharikhin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Sometimes it is useful to "simplify" relations on a view for the sake of the view main focus
For example: async relation between two containers via kafka could be presented just as a direct relation between services
At the moment if you want to do it - you have to create these simplified relations manually which is hard to keep in sync with actual model
If there was a way to map real relation scheme to the implied transitive one we could support actual model consistent, because if real relations will disappear - we can see it and show to the user that this relation is used
Priority
Low (I'm willing to make a pull request - please confirm approach first)
More information
It seems that is pretty similar to how dynamic view works - where you "implement" the relation, but if you remove it from the model - the view will break
Beta Was this translation helpful? Give feedback.
All reactions