How to have all child relationship description display on parent context view? #300
Replies: 1 comment
-
The following DSL will generate this view (see https://docs.structurizr.com/java/implied-relationships#implied-relationships and https://docs.structurizr.com/dsl/cookbook/implied-relationships/ for an explanation of how the implied relationships feature works):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
First of all, I think structurizr is really great, thanks for the efforts.
I'm trying to achieve certain views where relationship would be modified to be clearer for the viewer, here goes.
Considering that I have this code
The diagram I got looks like this
But in fact, what I want to achieve is like either of this, on the container (parent level), without changing the children relations (modifying only the views)
The goal is to depict and reuses all child relationship to display on the parent level so that it can be understood also on the parent level for what functionality it is trying to reaches for.
Is this possible?
If not, then another way I'm thinking is to find a way to somehow "just remove the relationship description" from the parent level. So that it wouldn't be misleading for the viewer.
Please help, thanks in advance!
PS. The other part I noticed is how, on the parent with children-to-children relationship like this, "only the 1st description" of the relationship get displayed, not sure if this is intentional or a bug? because as you can see on the parent level it becomes misleading.
Beta Was this translation helpful? Give feedback.
All reactions