{% extends "base.html" %} {% set active_page = "score_explain" %} {% block title %}FaultRay - Score Breakdown{% endblock %} {% block page_title %}Resilience Score Breakdown{% endblock %} {% block page_subtitle %}Understand exactly what drives your resilience score{% endblock %} {% block top_actions %} {% endblock %} {% block content %}
Run the analysis to see results.
{% endif %}| Factor | Points | Description | Remediation |
|---|---|---|---|
| {{ f.name }} | {{ "%+.1f"|format(f.points) }} | {{ f.description[:80] }} | {{ f.remediation or "N/A" }} |
| Factor | Description |
|---|---|
| {{ f.name }} | {{ f.description }} |
| # | Action | Component | Impact | Effort | Description |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ imp.action }} | {{ imp.component_id }} | +{{ "%.1f"|format(imp.estimated_improvement) }} | {% if imp.effort == "low" %} Low {% elif imp.effort == "medium" %} Medium {% else %} High {% endif %} | {{ imp.description[:50] }} |