Skip to content

Commit c0d7e33

Browse files
committed
Updated TODO
1 parent 8384b5e commit c0d7e33

3 files changed

Lines changed: 30 additions & 16 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.mat-display-1 {
2-
/*background-color: goldenrod;*/
3-
padding: 20px;
2+
padding: 20px 30px;
43
}

src/assets/Markdown Files/TODO-central-loader.md

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,42 @@
1-
# ToDo
2-
31

42
## Doing
3+
- Heatmap: Local Storage details
4+
- Heatmap: Fix: don't store 'Not started'
5+
- Heatmap: Fix: asterisk marks when modified
56

67
## Next
78
- Export TeamProgress yaml
8-
- Read boolean from backwards compatibility storage
9+
- Read previous local storage for backwards compatibility
910
- Filters
1011
- filter teams
1112
- filter none => all
1213

1314

14-
1515
## Later
16-
- Merge in experiment's way of generating circ heat
17-
- Fix dependsOn that is uuid (e.g. 83057028-0b77-4d2e-8135-40969768ae88)
18-
- Sort linear list of activities (sorted by level, dim)
19-
- Move META_FILE constant from data service to main app
20-
- Filter: tags: Fix update on SPACE key (trouble)
21-
- Circular, Card: Add Complete symbol per activity
22-
16+
### Dependency graph
2317
- Dependency graph: Add to CircularHeatmap Details
2418
- Dependency graph: Make it clickable
19+
### Mapping
20+
- Mapping: Refactor to adhere to new data structure. (Page currently broken)
21+
### Matrix
2522
- Matrix: Remember filters, when moving back from details
26-
23+
### Teams
2724
- Teams: Allow editing teams names in browser
2825
- Teams: Store teams names in localstorage
2926
- Teams: Export teams YAML from teams page
30-
- Teams: View timeline for a team
27+
- Teams: View timeline for a team (?)
28+
## Documentation
29+
- Doc: Update `Usage`
30+
- Doc: Update `README.md`
31+
- Doc: Update `About Us`
32+
- Doc: Update `Development.md`
33+
- Doc: Update `INSTALL.md`
34+
## Misc
35+
- Fix dependsOn that is uuid (e.g. 83057028-0b77-4d2e-8135-40969768ae88)
36+
- Sort linear list of activities (sorted by level, dim)
37+
- Move META_FILE constant from data service to main app
38+
- Filter: tags: Fix update on SPACE key (trouble)
39+
- Circular, Card: Add Complete symbol per activity
3140

3241
# Done
3342
- Store TeamProgress to localStorage
@@ -56,4 +65,6 @@
5665
- Make 1st draft of Activity model
5766
- Load Activities
5867
- Substitute refs
59-
- Load Yaml
68+
- Load Yaml
69+
70+
For details and dates, please see the [GitHub log](https://github.com/vbakke/DevSecOps-MaturityModel/commits/experiment/).

src/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
html, body { height: 100%; }
1010
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
1111

12+
.mat-typography h1.mat-display-1 {
13+
margin: 0;
14+
}
15+
1216
/* Slider styling */
1317
.mat-slider-track-background {
1418
background-color: var(--slider-track) !important;

0 commit comments

Comments
 (0)