[Bug] Consentement photo enfant non sauvegardé à l'inscription #144

Closed
opened 2026-07-17 10:35:33 +00:00 by jmartin · 1 comment
Owner

Contexte

À l'inscription parent, la checkbox consentement photo enfant est obligatoire côté UI, mais la valeur n'est jamais persistée (toujours false en BDD).

Correctif

  • DTO EnfantInscriptionDto : champ consent_photo
  • auth.service inscription : persister consent_photo + date
  • auth.service reprise : appliquer consent_photo
  • Front ParentRegistrationPayload : envoyer consent_photo

Milestone

0.1.0

## Contexte À l'inscription parent, la checkbox consentement photo enfant est obligatoire côté UI, mais la valeur n'est jamais persistée (toujours false en BDD). ## Correctif - [ ] DTO EnfantInscriptionDto : champ consent_photo - [ ] auth.service inscription : persister consent_photo + date - [ ] auth.service reprise : appliquer consent_photo - [ ] Front ParentRegistrationPayload : envoyer consent_photo ## Milestone 0.1.0
jmartin added this to the 0.1.0 milestone 2026-07-17 10:35:33 +00:00
Author
Owner

Corrigé et déployé sur master : consent_photo persisté à l’inscription/reprise parent + admin PATCH ; données BDD mises à jour pour les enfants ayant déjà une photo.

Corrigé et déployé sur master : consent_photo persisté à l’inscription/reprise parent + admin PATCH ; données BDD mises à jour pour les enfants ayant déjà une photo.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jmartin/petitspas#144
No description provided.