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

Description
Description
I have 2 software systems, each of them with a group "backend" and "frontend". When creating a dynamic view, containers of software system 2 are placed inside of software system 1 (probably because the groups in software system 1 have the same name).
When giving the groups different names (e.g. "backend software system 1") everything works as expected.
Steps to reproduce
run code sample
Screenshot

Code sample
workspace {
model {
s1 = softwareSystem "S1" {
b1 = group "backend" {
c1b = container "C1 Backend"
}
f1 = group "frontend" {
c1f = container "C1 Frontend"
}
c1f -> c1b "call"
}
s2 = softwareSystem "S2" {
b2 = group "backend" {
c2b = container "C2 Backend"
}
f2 = group "frontend" {
c2f = container "C2 Frontend"
}
c2f -> c2b "call"
}
}
views {
dynamic s2 test {
c1f -> c1b
c2f -> c2b
}
}
Configuration
structurizr CLI 1.30.0 (via docker)
Severity
Minor
Priority
Low
Resolution
I have no budget, please fix this for free
More information
No response