File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010</ head >
1111< body >
1212< h2 >
13- Data Quality and Utility assessment comments
13+ Data Quality and Utility assessment issues
1414</ h2 >
1515< hr >
1616
2727 < br >
2828 {% for metric in dimension.metrics %}
2929 {% if not metric.is_metric_ok %}
30- < small > {{ metric.metric_label }}: {{ metric.definition }}</ small >
31- {% else %}
3230 < small class ="bg-warning text-dark "> {{ metric.metric_label }}: {{ metric.definition }}</ small >
31+ {% else %}
32+ < small > {{ metric.metric_label }}: {{ metric.definition }}</ small >
3333 {% endif %}
3434 < br >
3535 {% endfor %}
Original file line number Diff line number Diff line change 2020
2121< small class ="mt-3 ">
2222 {% for dimension_name, dimension in maturity_assessment.items() %}
23- < small > < b > {{ dimension_name }}</ b > </ small >
23+ < small > < b > {{ loop.index }}. {{ dimension_name }}</ b > </ small >
2424 < br >
2525 {% if dimension.value %}
2626 < small > {{ dimension.value_text }} ({{ dimension.value }} / 5)</ small >
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ <h2>Maturity assessment scores</h2>
6363 < tbody >
6464 {% for dimension_name, dimension in maturity_assessment.items() %}
6565 < tr >
66- < td > {{ dimension_name }}</ td >
66+ < td > {{ loop.index }}. {{ dimension_name }}</ td >
6767 {% if dimension.value %}
6868 < td > {{ dimension.value }}</ td >
6969 {% else %}
You can’t perform that action at this time.
0 commit comments