Description
My organization is highly interested in this tool for mapping our security controls. However, we require one specific feature to make it more effective for our use case.
We propose adding the ability to visually highlight separate target maturity levels per category and per team/team group on the circular heatmap. This enhancement will help teams focus on specific maturity goals efficiently and allow for more tailored insights.
Example Use Case
A team sets distinct target maturity levels for different categories:
Team A Targets:
Level 3 for "Build"
Level 4 for "Deployment"
Level 2 for "Patch Management"
Activities at the specified target levels for each category will be highlighted (e.g., using a different color ).
The target levels can be defined in the meta.yaml with configurations for each category and team.
target_maturity:
build:
team_a: 3
team_b: 2
deployment:
team_a: 4
team_b: 3
patch_management:
team_a: 2
team_b: 3