[Backend] API Création gestionnaire #17

Open
opened 2025-11-28 10:09:58 +00:00 by jmartin · 0 comments
Owner

📝 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

📚 Références

  • 20_WORKFLOW-CREATION-COMPTE.md
## 📝 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 ## 📚 Références - 20_WORKFLOW-CREATION-COMPTE.md
jmartin added this to the v0.1.0 - MVP Fonctionnel milestone 2025-11-28 10:09:58 +00:00
jmartin added the
backend
p2
auth
phase-1
labels 2025-11-28 10:09:58 +00:00
jmartin self-assigned this 2025-11-28 10:09:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jmartin/petitspas#17
No description provided.