From 2095731e808512a809a313fb8e22755d0043adf8 Mon Sep 17 00:00:00 2001 From: Manus Date: Thu, 8 Jan 2026 05:05:54 -0500 Subject: [PATCH] Checkpoint: Remise du menu Rappels dans CONFIGURATION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Modification effectuée : Le menu "Rappels" a été ajouté dans la section **CONFIGURATION** du menu de navigation. **Position :** Après "Import Excel" et avant "Questionnaires" **Chemin :** `/admin/rappels` Ce menu permet d'accéder à la page de gestion des rappels automatiques où l'on peut créer, modifier et supprimer des rappels. ## Note Le menu "Rappels" dans TRAÇABILITÉ (qui pointe vers `/admin/rappels/historique`) reste en place pour consulter l'historique des rappels envoyés. --- client/src/components/DashboardLayout.tsx | 2 +- todo.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/client/src/components/DashboardLayout.tsx b/client/src/components/DashboardLayout.tsx index 8da6102..113cfaa 100644 --- a/client/src/components/DashboardLayout.tsx +++ b/client/src/components/DashboardLayout.tsx @@ -49,7 +49,7 @@ const menuSections = [ { icon: UserCog, label: "Utilisateurs", path: "/admin/users" }, { icon: User, label: "Formateurs", path: "/admin/formateurs" }, { icon: FileSpreadsheet, label: "Import Excel", path: "/admin/import-excel" }, - + { icon: Bell, label: "Rappels", path: "/admin/rappels" }, { 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" }, diff --git a/todo.md b/todo.md index fee1dcf..4fc7074 100644 --- a/todo.md +++ b/todo.md @@ -499,3 +499,7 @@ - [x] Renommer "Rappel J-1" en "Rappel 2" dans AdminEmailTemplates.tsx - [x] Renommer "Rappel J-7" en "Rappel 1" dans AdminRappels.tsx - [x] Renommer "Rappel J-1" en "Rappel 2" dans AdminRappels.tsx + +## Remise du menu Rappels dans CONFIGURATION +- [x] Ajouter le menu "Rappels" dans la section CONFIGURATION +- [x] Pointer vers /admin/rappels pour la gestion des rappels