docs: mark ticket #17 as completed

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
MARTIN Julien 2026-02-23 22:47:15 +01:00
parent 04c0b05aae
commit a10dc5a195

View File

@ -27,7 +27,7 @@
| 14 | [Frontend] Panneau Paramètres / Configuration (première config + accès permanent) | Ouvert | | 14 | [Frontend] Panneau Paramètres / Configuration (première config + accès permanent) | Ouvert |
| 15 | [Frontend] Écran Paramètres (accès permanent) | Ouvert | | 15 | [Frontend] Écran Paramètres (accès permanent) | Ouvert |
| 16 | [Doc] Documentation configuration on-premise | Ouvert | | 16 | [Doc] Documentation configuration on-premise | Ouvert |
| 1788 | (voir sections cidessous ; #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 | | 91 | [Frontend] Inscription AM Branchement soumission formulaire à l'API | Ouvert |
| 92 | [Frontend] Dashboard Admin - Données réelles et branchement API | ✅ Terminé | | 92 | [Frontend] Dashboard Admin - Données réelles et branchement API | ✅ Terminé |
| 93 | [Frontend] Panneau Admin - Homogeneiser la presentation des onglets | Ouvert | | 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 ## 🟢 PRIORITÉ 2 : Backend - Authentification & Gestion Comptes
### Ticket #17 : [Backend] API Création gestionnaire ### Ticket #17 : [Backend] API Création gestionnaire
**Estimation** : 3h **Estimation** : 3h
**Labels** : `backend`, `p2`, `auth` **Labels** : `backend`, `p2`, `auth`
**Statut** : ✅ TERMINÉ (Fermé le 2026-02-23)
**Description** : **Description** :
Créer l'endpoint pour permettre au super admin de créer des gestionnaires. Créer l'endpoint pour permettre au super admin de créer des gestionnaires.
**Tâches** : **Tâches** :
- [ ] Endpoint `POST /api/v1/gestionnaires` - [x] Endpoint `POST /api/v1/gestionnaires`
- [ ] Validation DTO - [x] Validation DTO
- [ ] Hash bcrypt - [x] Hash bcrypt
- [ ] Flag `changement_mdp_obligatoire = TRUE` - [x] Flag `changement_mdp_obligatoire = TRUE`
- [ ] Guards (super_admin only) - [x] Guards (super_admin only)
- [ ] Email de notification (utiliser MailService avec config dynamique) - [x] Email de notification (utiliser MailService avec config dynamique)
- [ ] Tests unitaires - [x] Tests unitaires
**Référence** : [20_WORKFLOW-CREATION-COMPTE.md](./20_WORKFLOW-CREATION-COMPTE.md#étape-2--création-dun-gestionnaire) **Référence** : [20_WORKFLOW-CREATION-COMPTE.md](./20_WORKFLOW-CREATION-COMPTE.md#étape-2--création-dun-gestionnaire)