{% extends "base.html" %} {% block title %}QDC Remediation — ICDEV™{% endblock %} {% block content %}
CUI // SP-CTI

Quality Gap Analysis

← Back to Canvas
{{ gaps|length }}
Total Gaps
{{ cat1_count }}
CAT1 (Critical)
{{ cat2_count }}
CAT2 (High)
{{ cat3_count }}
CAT3 (Medium)
{% for g in gaps %} {% endfor %} {% if not gaps %} {% endif %}
Rule ID Title Severity Category Recommendation
{{ g.rule_id }} {{ g.title }} {% if g.severity == 'CAT1' %}CAT1 {% elif g.severity == 'CAT2' %}CAT2 {% else %}CAT3{% endif %} {{ g.category }} {{ g.recommendation }}
No quality gaps found. All checks passed.
{% endblock %}