rules_score: Add static_view section to architecture_design - #435
rules_score: Add static_view section to architecture_design#435bemerybmw wants to merge 2 commits into
Conversation
df11c40 to
f5e6858
Compare
Coverage ReportCoverage report was generated. Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run). Overall coverage rate: |
Coverage ReportCoverage report was generated. Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run). Overall coverage rate: |
f5e6858 to
e31f76c
Compare
Coverage ReportCoverage report was generated. Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run). Overall coverage rate: |
Coverage ReportCoverage report was generated. Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run). Overall coverage rate: |
0e5e13d to
97fd0de
Compare
Coverage ReportCoverage report was generated. Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run). Overall coverage rate: |
`static_view` is an optional additional section for component diagrams that present a partial view of the static architecture (e.g. a diagram scoped to a subsystem). Diagrams passed to `static_view` are parsed like `static`, but are never used to define the units/components validated against the Bazel component graph. Instead, every component/unit defined in a `static_view` diagram must also be defined, under the same parent, in `static`: it may only contain a subset of the units/components of the matching `static` diagram. The `static_view` section can be used for creating additional diagrams that provide a view onto the architecture which make the design easier to view / understand. E.g. you can create a diagram which shows a subset of components as showing all components in one view may be too "busy". It can also be useful when showing the interfaces between components. Adding all the interfaces in the diagrams in the `static` view may result in too many interface lines which is not readable. Instead, a view can be created with a subset of components and only the interfaces between these chosen components can be shown. Co-authored-by: GitHub Copilot <copilot@github.com>
Co-authored-by: GitHub Copilot <copilot@github.com>
97fd0de to
380bac1
Compare
Coverage ReportCoverage report was generated. Full report can be downloaded from the CI artifacts (expand Artifacts at the bottom of the run). Overall coverage rate: |
|
part of #437 |
No description provided.