{% extends "dashboard/base.html" %} {% block title %}Health - Cyborg Dashboard{% endblock %} {% block content %}
Saved health checks and risk assessment for projects that have been scanned
| PROJECT | HEALTH SCORE | RISK LEVEL | ISSUES | LAST CHECKED | ACTIONS |
|---|---|---|---|---|---|
|
▲
{{ project.title or 'Untitled Project' }}
{{ project.id[:8] }}
|
|
{{ project.risk_level|upper }} |
{% if project.blocked_tasks > 0 %}
◈ {{ project.blocked_tasks }} blocked task(s)
{% endif %}
{% if project.failed_tasks > 0 %}
✖ {{ project.failed_tasks }} failed task(s)
{% endif %}
|
{{ project.last_checked|relative_time if project.last_checked else 'Never' }}
|
View Details |
No projects require attention at this time