{% extends "base.html" %} {% block title %}Quality Design Canvas - ICDEV Dashboard{% endblock %} {% block content %}
Visual design tool for NIST SA-11 compliant software quality architecture.
| Name | Classification | UQS Score | Last Updated | Actions |
|---|---|---|---|---|
| {{ d.name }} | {{ d.classification or 'CUI' }} | {% set uqs = d.get('uqs_score', None) if d.get is defined else None %} {% if uqs is not none and uqs %} {{ '%.1f'|format(uqs) }} {% else %} — {% endif %} | {{ d.updated_at or d.created_at }} | Open |
| No designs yet. Create one or start from a template. | ||||
{{ t.description }}
{% if t.compliance_target %} {{ t.compliance_target }} {% endif %}