- Updating the teams names and groups in
meta.yamlshould be visible in the browser after a refresh
-
Clone the repo
git clone https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel.git -
Install dependencies
cd DevSecOps-MaturityModel
npm install -
Download the default teams setup
curl https://raw.githubusercontent.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/main/src/assets/YAML/generated/generated.yaml -o src/assets/YAML/generated/generated.yaml -
Start the web server
ng server(or maybenpx ng server) -
Open incognito mode os a web browser and visit
http://localhost:4200/circular-heatmap -
Verify that the teams are 'Default', 'B' and 'C'
-
Fill in data for some of the teams
- Click on a sector in the circle (e.g. Build Level 1)
- Expand Defined build process
- Tick all three teams
- Click on another sector in the circle (e.g. Deployment Level 1)
- Expand Defined deployment process
- Tick 'Default' and 'B' only
-
Download
generated.yaml
-
Open
src\assets\YAML\meta.yaml -
Edit team names in 'meta'
- Rename
DefaulttoAinteamsandteamGroups - Add
DonteamsandteamGroups.GroupA - Add
GroupD: ['C', 'D']underteamGroups
- Rename
-
Update team names in 'generated'
- Rename all
Default:toA:in the downloadedgenerated.yaml - Add
D: trueon line 130 for Defined build process
- Rename all
-
Replace
src/assets/YAML/generated/generated.yamlwith the newly modified version
- Refresh your browser
- The team filters are showing the new names
- But expanding the activity cards only show
BandC