docs: Ajouter ticket #83 RegisterChoiceScreen Mobile (terminé)

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 <cursoragent@cursor.com>
This commit is contained in:
MARTIN Julien 2026-02-08 12:37:04 +01:00
parent fd97e68dd9
commit 2f1740b35f

View File

@ -1,9 +1,9 @@
# 🎫 Liste Complète des Tickets - Projet P'titsPas # 🎫 Liste Complète des Tickets - Projet P'titsPas
**Version** : 1.0 **Version** : 1.1
**Date** : 25 Novembre 2025 **Date** : 27 Janvier 2026
**Auteur** : Équipe PtitsPas **Auteur** : Équipe PtitsPas
**Estimation totale** : ~181h **Estimation totale** : ~184h
--- ---
@ -16,11 +16,11 @@
| **P0** | 7 tickets | ~5h | Amendements BDD (BLOQUANT) | | **P0** | 7 tickets | ~5h | Amendements BDD (BLOQUANT) |
| **P1** | 7 tickets | ~22h | Configuration système (BLOQUANT) | | **P1** | 7 tickets | ~22h | Configuration système (BLOQUANT) |
| **P2** | 18 tickets | ~50h | Backend métier | | **P2** | 18 tickets | ~50h | Backend métier |
| **P3** | 17 tickets | ~52h | Frontend | | **P3** | 22 tickets | ~71h | Frontend |
| **P4** | 4 tickets | ~24h | Tests & Documentation | | **P4** | 4 tickets | ~24h | Tests & Documentation |
| **CRITIQUES** | 6 tickets | ~13h | Upload, Logs, Infra, CDC | | **CRITIQUES** | 6 tickets | ~13h | Upload, Logs, Infra, CDC |
| **JURIDIQUE** | 1 ticket | ~8h | Rédaction CGU/Privacy | | **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 ## 🔵 PRIORITÉ 4 : Tests & Documentation
### Ticket #52 : [Tests] Tests unitaires Backend ### 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 ## 📊 Résumé final
**Total** : 63 tickets **Total** : 65 tickets
**Estimation** : ~181h de développement **Estimation** : ~184h de développement
### Par priorité ### Par priorité
- **P0 (Bloquant BDD)** : 7 tickets (~5h) - **P0 (Bloquant BDD)** : 7 tickets (~5h)
- **P1 (Bloquant Config)** : 7 tickets (~22h) - **P1 (Bloquant Config)** : 7 tickets (~22h)
- **P2 (Backend)** : 18 tickets (~50h) - **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) - **P4 (Tests/Doc)** : 4 tickets (~24h)
- **Critiques** : 6 tickets (~13h) ← -2 email, +1 logs, +1 CDC - **Critiques** : 6 tickets (~13h)
- **Juridique** : 1 ticket (~8h) - **Juridique** : 1 ticket (~8h)
### Par domaine ### Par domaine
- **BDD** : 7 tickets - **BDD** : 7 tickets
- **Backend** : 23 tickets ← +1 logs - **Backend** : 23 tickets
- **Frontend** : 21 tickets ← +1 logs admin, +3 refactoring, +1 fix - **Frontend** : 22 tickets ← +1 mobile RegisterChoice
- **Tests** : 3 tickets - **Tests** : 3 tickets
- **Documentation** : 5 tickets ← +1 amendement CDC - **Documentation** : 5 tickets
- **Infra** : 2 tickets - **Infra** : 2 tickets
- **Juridique** : 1 ticket - **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 #55 "Service Logging Winston" - Monitoring essentiel
- ✅ **Ajouté** : Ticket #56 "Écran Logs Admin" - Optionnel Phase 1.1 - ✅ **Ajouté** : Ticket #56 "Écran Logs Admin" - Optionnel Phase 1.1
- ✅ **Ajouté** : Ticket #78 "Refonte Infrastructure Formulaires" - Harmonisation UI/UX - ✅ **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 **Dernière mise à jour** : 27 Janvier 2026
**Version** : 1.0 **Version** : 1.1
**Statut** : ✅ Prêt pour création dans Gitea **Statut** : ✅ À jour