edp-doc/likec4/views/high-level-concept/platform-context/developer-landscape.c4

33 lines
No EOL
638 B
Text

views {
view landscape {
title 'Developer Landscape View'
autoLayout LeftRight 100 100
include *
exclude developer, localbox, edp, otherProductLifecycleRoles
exclude element.kind = workflow
group 'developer-scope' {
color green
opacity 20%
border none
include developer
include otherProductLifecycleRoles
group 'Devops inner-loop' {
color gray
opacity 30%
border none
include localbox
}
group 'Devops outer-loop' {
color gray
opacity 30%
border none
include edp
}
}
}
}