diff --git a/docs/23_LISTE-TICKETS.md b/docs/23_LISTE-TICKETS.md index ab31cfe..3251059 100644 --- a/docs/23_LISTE-TICKETS.md +++ b/docs/23_LISTE-TICKETS.md @@ -27,7 +27,7 @@ | 14 | [Frontend] Panneau Paramètres / Configuration (première config + accès permanent) | Ouvert | | 15 | [Frontend] Écran Paramètres (accès permanent) | Ouvert | | 16 | [Doc] Documentation configuration on-premise | Ouvert | -| 17–88 | (voir sections ci‑dessous ; #82, #78, #79, #81, #83 ; #86, #87, #88 fermés en doublon) | — | +| 17 | [Backend] API Création gestionnaire | ✅ Terminé | | 91 | [Frontend] Inscription AM – Branchement soumission formulaire à l'API | Ouvert | | 92 | [Frontend] Dashboard Admin - Données réelles et branchement API | ✅ Terminé | | 93 | [Frontend] Panneau Admin - Homogeneiser la presentation des onglets | Ouvert | @@ -320,21 +320,22 @@ Rédiger la documentation pour aider les collectivités à configurer l'applicat ## 🟢 PRIORITÉ 2 : Backend - Authentification & Gestion Comptes -### Ticket #17 : [Backend] API Création gestionnaire +### Ticket #17 : [Backend] API Création gestionnaire ✅ **Estimation** : 3h **Labels** : `backend`, `p2`, `auth` +**Statut** : ✅ TERMINÉ (Fermé le 2026-02-23) **Description** : Créer l'endpoint pour permettre au super admin de créer des gestionnaires. **Tâches** : -- [ ] Endpoint `POST /api/v1/gestionnaires` -- [ ] Validation DTO -- [ ] Hash bcrypt -- [ ] Flag `changement_mdp_obligatoire = TRUE` -- [ ] Guards (super_admin only) -- [ ] Email de notification (utiliser MailService avec config dynamique) -- [ ] Tests unitaires +- [x] Endpoint `POST /api/v1/gestionnaires` +- [x] Validation DTO +- [x] Hash bcrypt +- [x] Flag `changement_mdp_obligatoire = TRUE` +- [x] Guards (super_admin only) +- [x] Email de notification (utiliser MailService avec config dynamique) +- [x] Tests unitaires **Référence** : [20_WORKFLOW-CREATION-COMPTE.md](./20_WORKFLOW-CREATION-COMPTE.md#étape-2--création-dun-gestionnaire)