Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Model Tree to visually indicate either an element if a parent/container or child/contained #1107

Open
flippinnora opened this issue Dec 23, 2024 · 0 comments

Comments

@flippinnora
Copy link

Description

Enjoying using the tool folks.

When reviewing model trees to it was a little bit time consuming to orientate myself around which things I had "grouped" via the containerisation feature.

I wonder if you could consider the following to provide a clue/filterable property on the model tree?

ParentElementHasChildren (+)
ChildElementIsAlsoParent (+-)
ChildElementIsLeaf (-)

So example - say I was capturing a decomposition of requirements:

MyLevel 0 Requirement (+)
MyLevel 1 Requirement (+-) - which tells me this element is part of a nesting relationship but isnt the root or the final leaf
MyLevel 2 Requirement (-)

The presence of the (+) or (-) or (+-) indicates some "contains" relationship to be aware of and whether I am at the root or a leaf node. The symbols themselves don't matter of course - these seemed useful shorthand.

This would be even more exciting if there was a "jump to" feature on right mouse but I know I can go to the analysis pane anyway for that - but this suggested visual indicator felt like something that could be an extension of the italicisation code ?

Thanks

Steve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant