{% extends "base.html" %} {% block title %}SDD+ - Metrics{% endblock %} {% block content %}
| Timestamp | Phase | Role | From | To |
|---|---|---|---|---|
| {{ t.timestamp[:19] if t.timestamp else "-" }} | {{ t.phase }} | {{ t.role }} | {{ t.from_state }} | {{ t.to_state }} |
| Timestamp | Phase | Verdict | Coverage | Findings |
|---|---|---|---|---|
| {{ a.timestamp[:19] if a.timestamp else "-" }} | {{ a.phase }} | {{ a.verdict }} | {{ a.coverage_pct | default(0) }}% | {{ a.finding_count | default(0) }} |
No metrics data found. Run sdd transition or sdd audit to generate telemetry.