feat(dashboard): launch supervised competence tests

This commit is contained in:
Dom
2026-06-01 12:09:09 +02:00
parent 1a58a0d1f1
commit 335d576830
4 changed files with 476 additions and 3 deletions

View File

@@ -160,6 +160,9 @@ def _pause_action(competence: CompetenceSummary, *, phase: str) -> dict[str, Any
"attendu": failure.get("attendu", ""),
"demande": failure.get("demande", ""),
"phase": phase,
"verdict_required": phase == "after",
"verdict_endpoint": f"/api/v1/lea/competences/{competence.id}/verdict",
"competence_id": competence.id,
"write_back_enabled": False,
},
}