{{ project }} dashboard
Queue status and calibration context for this project.
{{ pending_count }}
Pending
{{ completed_count }}
Completed
{{ cal_state.scale_factor | round(4) }}
Scale Factor
{{ cal_state.reviews_since_last_calibration }}
Reviews Since Calibration
Pending Reviews
{% if pending %}| ID | Module | Raw Score | Calibrated | Trigger | Created |
|---|---|---|---|---|---|
| {{ item.id[:8] }}… | {{ item.module_type }} | {{ item.raw_score | round(4) }} | {{ item.calibrated_score | round(4) }} | {{ item.trigger_reason }} | {{ item.created_at.strftime('%Y-%m-%d %H:%M') }} |
No pending reviews. ✓
Completed Reviews
{% if completed %}| ID | Module | Raw Score | Calibrated | Completed At |
|---|---|---|---|---|
| {{ item.id[:8] }}… | {{ item.module_type }} | {{ item.raw_score | round(4) }} | {{ item.calibrated_score | round(4) }} | {{ item.completed_at.strftime('%Y-%m-%d %H:%M') if item.completed_at else '—' }} |
No completed reviews yet.