Checkpoint: Réorganisation du menu de navigation : déplacement de Notifications
Le menu "Notifications" a été déplacé de la section CONFIGURATION vers la section ANALYSES pour une meilleure organisation logique, car les notifications sont davantage liées au suivi et à l'analyse qu'à la configuration du système.
This commit is contained in:
@@ -56,7 +56,6 @@ const menuSections = [
|
||||
{ icon: ClipboardList, label: "Questionnaires", path: "/admin/questionnaires" },
|
||||
{ icon: Mail, label: "Templates d'emails", path: "/admin/email-templates" },
|
||||
{ icon: Settings, label: "Configuration SMTP", path: "/admin/email-config" },
|
||||
{ icon: Mail, label: "Notifications", path: "/admin/notifications" },
|
||||
{ icon: FileText, label: "Attestations", path: "/admin/attestations" },
|
||||
]
|
||||
},
|
||||
@@ -67,6 +66,7 @@ const menuSections = [
|
||||
{ icon: TrendingUp, label: "Tableau de bord analytique", path: "/admin/analytics" },
|
||||
{ icon: BarChart3, label: "Rapport Public Cible", path: "/admin/rapport-public-cible" },
|
||||
{ icon: TrendingUp, label: "Suivi Questionnaires", path: "/admin/questionnaires/suivi" },
|
||||
{ icon: Mail, label: "Notifications", path: "/admin/notifications" },
|
||||
]
|
||||
},
|
||||
];
|
||||
|
||||
3
todo.md
3
todo.md
@@ -466,3 +466,6 @@
|
||||
- [x] Intégrer l'upload dans la page de configuration des attestations
|
||||
- [x] Modifier le service PDF pour inclure le logo et la signature
|
||||
- [ ] Tester la génération d'attestations avec logo et signature personnalisés
|
||||
|
||||
## Réorganisation du menu de navigation
|
||||
- [x] Déplacer le menu "Notifications" de CONFIGURATION vers ANALYSES
|
||||
|
||||
Reference in New Issue
Block a user