feat(#152/#155): cleanup est_multiple + dashboard sans préfixe Admin (squash develop).

Suppression complète grossesse multiple / est_multiple (BDD, API, front).
Rename option C : widgets partagés et panels staff sous widgets/dashboard/,
AdminManagementWidget seul restant dans widgets/admin/.
This commit is contained in:
2026-09-14 12:52:22 +02:00
parent eb5e4aa915
commit 5b83102a59
74 changed files with 565 additions and 304 deletions
@@ -74,8 +74,7 @@ try {
date_naissance: '2022-04-20',
genre: 'F',
photo_base64: toDataUri(chloeJpg),
photo_filename: 'chloe_rousseau.jpg',
grossesse_multiple: false,
photo_filename: 'chloe_rousseau.jpg'
},
{
prenom: 'Hugo',
@@ -83,8 +82,7 @@ try {
date_naissance: '2024-03-10',
genre: 'H',
photo_base64: toDataUri(hugoJpg),
photo_filename: 'hugo_rousseau.jpg',
grossesse_multiple: false,
photo_filename: 'hugo_rousseau.jpg'
},
],
presentation_dossier: presentationDossier,
@@ -40,8 +40,7 @@ const body = {
date_naissance: '2023-04-15',
genre: 'H',
photo_base64: toDataUri(path.join(photosDir, 'lecomte-maxime.png')),
photo_filename: 'maxime_lecomte.png',
grossesse_multiple: false,
photo_filename: 'maxime_lecomte.png'
},
],
presentation_dossier: presentationDossier,
@@ -46,8 +46,7 @@ const body = {
date_naissance: '2023-02-15',
genre: 'F',
photo_base64: toDataUri(path.join(photosDir, 'martin-emma.png')),
photo_filename: 'emma_martin.png',
grossesse_multiple: true,
photo_filename: 'emma_martin.png'
},
{
prenom: 'Noah',
@@ -55,8 +54,7 @@ const body = {
date_naissance: '2023-02-15',
genre: 'H',
photo_base64: toDataUri(path.join(photosDir, 'martin-noah.png')),
photo_filename: 'noah_martin.png',
grossesse_multiple: true,
photo_filename: 'noah_martin.png'
},
{
prenom: 'Léa',
@@ -64,8 +62,7 @@ const body = {
date_naissance: '2023-02-15',
genre: 'F',
photo_base64: toDataUri(path.join(photosDir, 'martin-lea.png')),
photo_filename: 'lea_martin.png',
grossesse_multiple: true,
photo_filename: 'lea_martin.png'
},
],
presentation_dossier: presentationDossier,