Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

What are perspective [values] ? #371

Closed Answered by simonbrowndotje
asos-alexwhite asked this question in Q&A
Discussion options

You must be logged in to vote

It's a mostly undocumented work in progress, providing a way to modify element styles when a perspective is enabled. For example:

workspace {
    
    model {
        softwareSystem "A" {
            perspectives {
              "Technical Debt" "Tebt debt of system A is high because of X" "High"
            }
        }
    }
    
    views {
        styles {
            element "Perspective:Technical Debt[value==Low]" {
              background green
              color white
            }
            element "Perspective:Technical Debt[value==Medium]" {
              background orange
              color white
            }
            element "Perspective:Technical Debt[value==High]" {…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@simonbrowndotje
Comment options

@asos-alexwhite
Comment options

@simonbrowndotje
Comment options

@asos-alexwhite
Comment options

@adaflexer
Comment options

Answer selected by asos-alexwhite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants