File tree Expand file tree Collapse file tree 3 files changed +36
-11
lines changed
Expand file tree Collapse file tree 3 files changed +36
-11
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,22 @@ <h3> {{saf_dimension.title}}</h3>
7575
7676< table >
7777< tr >
78- < th style ="width:5%; ">
79- Complete
78+ < th style ="width:3%; ">
79+ Item
80+ </ th >
81+ < th style ="width:10%; ">
82+ Title
83+ </ th >
84+ < th style ="width:20%; ">
85+ Notes
8086 </ th >
81- < th style ="width:5%; ">
87+ < th style ="width:3%; ">
88+ Complete ✅ / ❌
89+ </ th >
90+ < th style ="width:3%; ">
8291 Score < br /> (0-5)
8392 </ th >
84- < th style ="width:5%; ">
85- Item
86- </ th >
93+
8794 < th >
8895 Description
8996 </ th >
@@ -93,18 +100,25 @@ <h3> {{saf_dimension.title}}</h3>
93100{% continue %}
94101{% endif %}
95102< tr >
96- < td style ="width:5%; ">
103+ < td style ="width:3%; ">
104+ < b > {{ saf.title }}</ b >
105+ </ td >
106+ < td style ="width:10%; ">
107+ {{ saf.description }}
108+ </ td >
109+ < td style ="width:20%; ">
97110
98111 </ td >
99- < td style ="width:5 %; ">
112+ < td style ="width:3 %; ">
100113
101114 </ td >
102- < td style ="width:5 %; ">
103- {{ saf.title }}
115+ < td style ="width:3 %; ">
116+
104117 </ td >
118+
105119 < td >
106120
107- {% include saf_content.html summary_only=true saf=saf % }
121+ {{saf.requirement | default: saf.content | markdownify | remove: ' < p > ' | remove: ' </ p > ' } }
108122 </ td >
109123
110124</ tr >
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ description: Roadmap
88requirement : |
99 A well-formed and maintained product vision & roadmap **MUST** exist with appropriate detail around architecture elements
1010
11+ todos :
12+ - examples of good and bad product visions
13+ - who should you be working with
14+ - who should own those documents (vision and roadmap)
15+ - what is the appropriate level of detail?
16+
1117more_info : |
1218 asd
1319 asd
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ description: Objectives
88requirement : |
99 The solution design **MUST** be able to meet the stated user needs and overall business objectives/drivers
1010
11+ todos :
12+ - what are examples of what those needs look like
13+ - how to critique those needs
14+ - where to find the current overall business drivers?
15+
1116more_info : |
1217 asd
1318 asd
You can’t perform that action at this time.
0 commit comments