AcadeDoc/apps/client/src/features/acadenice
Corentin 614533f228 feat(acadenice): add page templates system for R3.6 (65 tests, Patch 014)
- DB migration: acadenice_template table (JSONB content, is_built_in, is_workspace_default, usage_count)
- 3 new permissions: templates:read|create|manage — catalogue goes to 26
- NestJS AcadeniceTemplatesModule: TemplateService (CRUD + instantiate + setDefault), TemplateSeedService (5 built-ins), TemplatesController (7 endpoints)
- Built-in seed: Meeting Note, Project Brief, Daily Standup, Weekly Review, Empty Page — clone-then-edit pattern
- Frontend: templates-admin gallery (TemplatesPage /settings/templates, TemplateGallery, TemplateCard, TemplateForm)
- Frontend: TemplatePickerModal — opened via "New page from template" sidebar dropdown + /template slash command (custom DOM event)
- i18n: 39 keys FR + EN
- Tests: 40 backend (22 service + 18 controller) + 25 frontend (9 client + 9 page + 7 card) = 65 tests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 02:12:58 +02:00
..
backlinks feat(acadenice): add bidirectional backlinks + wikilinks for R3.2 2026-05-08 00:51:02 +02:00
database-view test(e2e): add data-testid attributes for Playwright e2e (Patch 008 R3.1.e) 2026-05-08 00:37:39 +02:00
dual-editor feat(acadenice): add dual editor (WYSIWYG + markdown source) for R3.4 2026-05-08 01:18:29 +02:00
graph feat(acadenice): add graph view UI for R3.5.2 (58 tests, Patch 013) 2026-05-08 01:39:13 +02:00
rbac feat(rbac): R2.3a endpoint /permissions/me + frontend hook propre 2026-05-07 22:58:22 +02:00
slash-commands feat(acadenice): add custom slash commands system for R3.3 2026-05-08 01:06:11 +02:00
slash-commands-admin feat(acadenice): add custom slash commands system for R3.3 2026-05-08 01:06:11 +02:00
templates/components feat(acadenice): add page templates system for R3.6 (65 tests, Patch 014) 2026-05-08 02:12:58 +02:00
templates-admin feat(acadenice): add page templates system for R3.6 (65 tests, Patch 014) 2026-05-08 02:12:58 +02:00
wikilinks feat(acadenice): add bidirectional backlinks + wikilinks for R3.2 2026-05-08 00:51:02 +02:00