Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Creating a view of elements that only have direct/indirect connection with selected element(s) #376

@AndreiPashkin

Description

@AndreiPashkin

Question

Let's suppose I have a big complex diagram and I want to present only the part of it that is related to a relevant element of the system. Is it possible to create a view which would include only those elements of the model that have direct or indirect relationships with the element that I select?

I believe it would have been possible if there was a way to somehow filter by "ancestor" in an expression:
https://docs.structurizr.com/dsl/expressions

Or maybe it should be possible currently using expressions like element.parent==<identifier> || element.parent.parent==<identifier> || element.parent.parent.parent==<identifier> || element.parent.parent.parent.parent==<identifier> ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions