feat: Organisateur IA — analyse carnet + tags + doublons + regroupements
All checks were successful
CI / Lint, Unit Tests & Build (push) Successful in 5m37s
CI / Deploy production (on server) (push) Successful in 2m2s

- Service notebook-organizer.service.ts : analyse IA des notes
- Endpoint /api/ai/organize-notebook
- Dialog avec 4 sections :
  1. Résumé de l'état du carnet
  2. Tags suggérés (cliquable pour appliquer)
  3. Regroupements logiques par catégorie
  4. Détection de doublons avec explication
- Bouton 'Organiser' (Wand2) dans la barre du carnet
- i18n FR/EN complet
- Complète les 3 scénarios : Prof (wizard+exercices), Étudiant (wizard+planning), Ingénieur (organisateur)
This commit is contained in:
Antigravity
2026-06-14 20:16:01 +00:00
parent eff906d187
commit b9a80f9e64
6 changed files with 401 additions and 1 deletions

View File

@@ -2579,6 +2579,16 @@
"wizardStudyPlanSuccess": "Planning créé ! Des rappels ont été ajoutés à vos notes.",
"wizardDaysPlanned": "jours planifiés",
"wizardStudyPlanReminders": "Des rappels ont été ajoutés automatiquement à vos notes.",
"wizardOrganizer": "Organiser avec l'IA",
"wizardOrganizerDesc": "L'IA analyse vos notes et propose tags, regroupements et détection de doublons.",
"wizardAnalyze": "Analyser le carnet",
"wizardOrganizing": "Analyse des notes en cours...",
"wizardSuggestedTags": "Tags suggérés",
"wizardCategories": "Regroupements suggérés",
"wizardDuplicates": "Doublons détectés",
"wizardApply": "Appliquer",
"wizardTagApplied": "appliqué",
"wizardNoSuggestions": "Aucune suggestion — le carnet semble bien organisé.",
"importMarkdown": "Importer un Markdown",
"markdownExportSuccess": "Note exportée en Markdown",
"markdownExportError": "Échec de l'export de la note",