docs(session): ajoute R3.5 graph view style Obsidian/AFFiNE au RECAP
Some checks are pending
CI / Lint bridge (Biome) (push) Waiting to run
CI / Type-check bridge (push) Blocked by required conditions
CI / Tests unit bridge (push) Blocked by required conditions
CI / Tests integration bridge (push) Blocked by required conditions
CI / Security scan (push) Waiting to run
CI / Docker build + healthcheck (push) Blocked by required conditions
Some checks are pending
CI / Lint bridge (Biome) (push) Waiting to run
CI / Type-check bridge (push) Blocked by required conditions
CI / Tests unit bridge (push) Blocked by required conditions
CI / Tests integration bridge (push) Blocked by required conditions
CI / Security scan (push) Waiting to run
CI / Docker build + healthcheck (push) Blocked by required conditions
This commit is contained in:
parent
9fbdbd0cf3
commit
19246c6fe7
1 changed files with 5 additions and 1 deletions
|
|
@ -51,11 +51,15 @@ attachments:upload|delete, users:invite|write|delete, roles:manage, admin:*
|
|||
### 5 roles classiques pre-seed (`is_system_role=true`)
|
||||
Owner=`admin:*`, Admin=tout sauf `*:delete` et `roles:manage`, Editor, Member, Guest.
|
||||
|
||||
### Suite immediate : R3 — Tiptap node-views Notion-like (4 sous-blocs)
|
||||
### Suite immediate : R3 — Tiptap node-views Notion-like (5 sous-blocs)
|
||||
- **R3.1** database-view inline (embed une table/kanban/calendar Baserow dans une page)
|
||||
- **R3.2** backlinks bidirec (page A reference B → B liste les references entrantes)
|
||||
- **R3.3** slash commands custom (declarer ses propres `/foo` extensibles)
|
||||
- **R3.4** dual editor (code raw markdown + WYSIWYG)
|
||||
- **R3.5** graph view (style Obsidian / AFFiNE) — visualise les liens entre pages :
|
||||
- **R3.5.1 backend** : `GET /api/acadenice/graph` qui parse les contenus Tiptap pour extraire wikilinks/mentions, retourne `{ nodes, edges }` avec filtres (space, tag, depth)
|
||||
- **R3.5.2 frontend** : page `/graph` avec lib graph interactif (zoom, pan, drag, click), candidates : `react-force-graph-2d`, `cytoscape.js`, `sigma.js`
|
||||
- Depend de R3.2 (backlinks fournit la data)
|
||||
|
||||
### TODO connus non bloquants
|
||||
- Hook `WorkspaceService.create` pour seed live RBAC (actuellement seed au prochain boot)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue