Feature request
Focusing on an element should provide more details than before. For example let us say I want to know more about the inner structure of the CodeCharta "SonarImporter" and focus on it. The result is this:
It is bigger, yes, but where are the folders of the inner structure? By comparison this is the result of using modify to set the root to the sonarimporter:
This shows a lot more details. If I reset the root again to src/main/kotlin/... I could see even more details:
Description
As an auditor, I want the focus to show the details of whatever I focus on.
Acceptance criteria
Make focus work the same way that --set-root does for modify:
- On focus, show a squarified tree map for focused folder, with floor labels and everything
Assumptions & Exclusions
Development notes (optional Task Breakdown)
Open questions
Feature request
Focusing on an element should provide more details than before. For example let us say I want to know more about the inner structure of the CodeCharta "SonarImporter" and focus on it. The result is this:
It is bigger, yes, but where are the folders of the inner structure? By comparison this is the result of using
modifyto set the root to the sonarimporter:This shows a lot more details. If I reset the root again to src/main/kotlin/... I could see even more details:
Description
As an auditor, I want the focus to show the details of whatever I focus on.
Acceptance criteria
Make focus work the same way that --set-root does for
modify:Assumptions & Exclusions
Development notes (optional Task Breakdown)
Open questions