From 2f1740b35f421541ba14c7b13d3d485f4401fcef Mon Sep 17 00:00:00 2001 From: Julien Martin Date: Sun, 8 Feb 2026 12:37:04 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20Ajouter=20ticket=20#83=20RegisterChoice?= =?UTF-8?q?Screen=20Mobile=20(termin=C3=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mise à jour de la liste des tickets pour documenter le ticket #83 complété : - Adaptation responsive RegisterChoiceScreen (mobile/desktop) - Extraction ChoiceCardWidget réutilisable - Bouton Précédent stylisé avec CustomNavigationButton - Tailles icônes augmentées (140px/170px) Total: 65 tickets (~184h) Co-authored-by: Cursor --- docs/23_LISTE-TICKETS.md | 51 ++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 15 deletions(-) diff --git a/docs/23_LISTE-TICKETS.md b/docs/23_LISTE-TICKETS.md index 0f95139..68dfa4c 100644 --- a/docs/23_LISTE-TICKETS.md +++ b/docs/23_LISTE-TICKETS.md @@ -1,9 +1,9 @@ # 🎫 Liste Complète des Tickets - Projet P'titsPas -**Version** : 1.0 -**Date** : 25 Novembre 2025 +**Version** : 1.1 +**Date** : 27 Janvier 2026 **Auteur** : Équipe PtitsPas -**Estimation totale** : ~181h +**Estimation totale** : ~184h --- @@ -16,11 +16,11 @@ | **P0** | 7 tickets | ~5h | Amendements BDD (BLOQUANT) | | **P1** | 7 tickets | ~22h | Configuration système (BLOQUANT) | | **P2** | 18 tickets | ~50h | Backend métier | -| **P3** | 17 tickets | ~52h | Frontend | +| **P3** | 22 tickets | ~71h | Frontend | | **P4** | 4 tickets | ~24h | Tests & Documentation | | **CRITIQUES** | 6 tickets | ~13h | Upload, Logs, Infra, CDC | | **JURIDIQUE** | 1 ticket | ~8h | Rédaction CGU/Privacy | -| **TOTAL** | **62 tickets** | **~181h** | | +| **TOTAL** | **65 tickets** | **~184h** | | --- @@ -950,6 +950,24 @@ Corrections et ajustements suite au refactoring des widgets. --- +### Ticket #83 : [Frontend] Adapter RegisterChoiceScreen pour mobile ✅ +**Estimation** : 3h +**Labels** : `frontend`, `p3`, `responsive`, `ux` +**Statut** : ✅ TERMINÉ (Fermé le 2026-01-27) + +**Description** : +Adapter l'écran de choix Parent/AM pour une meilleure expérience mobile et cohérence avec les autres écrans. + +**Tâches :** +- [x] Implémentation responsive avec LayoutBuilder (mobile < 900px) +- [x] Mode mobile : titre au-dessus, carte pleine largeur (ratio 2/3), boutons verticaux +- [x] Mode desktop : chevron haut-gauche, layout texte/carte côte à côte +- [x] Extraction logique carte dans ChoiceCardWidget réutilisable +- [x] Bouton "Précédent" mobile avec CustomNavigationButton + HoverReliefWidget +- [x] Tailles icônes augmentées (140px mobile, 170px desktop) + +--- + ## 🔵 PRIORITÉ 4 : Tests & Documentation ### Ticket #52 : [Tests] Tests unitaires Backend @@ -1167,24 +1185,24 @@ Rédiger les documents légaux génériques (CGU et Politique de confidentialit ## 📊 Résumé final -**Total** : 63 tickets -**Estimation** : ~181h de développement +**Total** : 65 tickets +**Estimation** : ~184h de développement ### Par priorité - **P0 (Bloquant BDD)** : 7 tickets (~5h) - **P1 (Bloquant Config)** : 7 tickets (~22h) - **P2 (Backend)** : 18 tickets (~50h) -- **P3 (Frontend)** : 21 tickets (~68h) ← +1 logs admin, +3 refactoring, +1 fix +- **P3 (Frontend)** : 22 tickets (~71h) ← +1 mobile RegisterChoice - **P4 (Tests/Doc)** : 4 tickets (~24h) -- **Critiques** : 6 tickets (~13h) ← -2 email, +1 logs, +1 CDC +- **Critiques** : 6 tickets (~13h) - **Juridique** : 1 ticket (~8h) ### Par domaine - **BDD** : 7 tickets -- **Backend** : 23 tickets ← +1 logs -- **Frontend** : 21 tickets ← +1 logs admin, +3 refactoring, +1 fix +- **Backend** : 23 tickets +- **Frontend** : 22 tickets ← +1 mobile RegisterChoice - **Tests** : 3 tickets -- **Documentation** : 5 tickets ← +1 amendement CDC +- **Documentation** : 5 tickets - **Infra** : 2 tickets - **Juridique** : 1 ticket @@ -1193,10 +1211,13 @@ Rédiger les documents légaux génériques (CGU et Politique de confidentialit - ✅ **Ajouté** : Ticket #55 "Service Logging Winston" - Monitoring essentiel - ✅ **Ajouté** : Ticket #56 "Écran Logs Admin" - Optionnel Phase 1.1 - ✅ **Ajouté** : Ticket #78 "Refonte Infrastructure Formulaires" - Harmonisation UI/UX +- ✅ **Ajouté** : Ticket #79 "Renommer Nanny en AM" - Cohérence CDC +- ✅ **Ajouté** : Ticket #81 "Corrections refactoring" - Bugfixes +- ✅ **Ajouté** : Ticket #83 "RegisterChoiceScreen Mobile" - Responsive UX --- -**Dernière mise à jour** : 25 Novembre 2025 -**Version** : 1.0 -**Statut** : ✅ Prêt pour création dans Gitea +**Dernière mise à jour** : 27 Janvier 2026 +**Version** : 1.1 +**Statut** : ✅ À jour