From 6a40e9a4c07f3fa8522b90b9c0cf9e71f50d6f26 Mon Sep 17 00:00:00 2001 From: Hermann_Kitio Date: Mon, 20 Apr 2026 23:19:36 +0300 Subject: [PATCH] =?UTF-8?q?docs(changelog):=20t=C3=A2che=20G1=20=E2=80=94?= =?UTF-8?q?=20affichage=20consigne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 40b9634..3cd9dd6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -37,6 +37,22 @@ Chaque entrée suit ce format : - Code source de `src/entities/user/access.ts` et `lib.ts` avec tests +## 2026-04-21 — Tâche G1 — Affichage de la consigne + +### Ajouté +- Interface SujetData dans entities/production/types.ts +- Production enrichie avec sujet: SujetData | null +- Composant SujetDisplay — affiche consigne, rôle, contexte, doc1, doc2 selon le sujet retourné +- useSimulation expose sujet dans son retour +- SimulationForm intègre SujetDisplay au-dessus de la textarea +- FTD-21 tracée (persistance session simulation) + +### Tests +- Typecheck : 0 erreur +- Vitest : 59/59 passés +- Test manuel : consigne affichée sur /simulation/ee + + ## 2026-04-20 — Audit frontend ↔ backend — alignement types Report ### Modifié