docs(session): update SESSION-RESUME post R3.8 — R3 ENTIEREMENT TERMINE
Some checks are pending
CI / Docker build + healthcheck (push) Blocked by required conditions
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
E2E Playwright / Playwright e2e (chromium) (push) Waiting to run
Some checks are pending
CI / Docker build + healthcheck (push) Blocked by required conditions
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
E2E Playwright / Playwright e2e (chromium) (push) Waiting to run
Adds R3.8 commit hash (be951a2), updates permission catalogue to 30 perms, marks R3 as fully delivered, updates last-update header. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c8d14b1932
commit
d55581ef77
1 changed files with 7 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# SESSION RESUME — formation-hub Acadenice (last update post R3.6)
|
||||
# SESSION RESUME — formation-hub Acadenice (last update post R3.8 — R3 ENTIEREMENT TERMINE)
|
||||
|
||||
## RECAP SESSION 2026-05-07 (lecture obligatoire post-/compact)
|
||||
|
||||
|
|
@ -29,6 +29,7 @@ Bridge state : 380/380 tests verts (+44 R3.1.a +6 retry/fake-redis, +11 SSE rout
|
|||
|
||||
**Fork DocAdenice (`docmost/`, gitignored, branche `acadenice/main`, local-only)** :
|
||||
```
|
||||
be951a2 feat(acadenice): add inline comments threads for R3.8 (30 tests, Patch 016)
|
||||
7d076aa feat(acadenice): add mentions notifications system for R3.7 (45 tests, Patch 015)
|
||||
614533f feat(acadenice): add page templates system for R3.6 (65 tests, Patch 014)
|
||||
aac0149 feat(acadenice): add graph view UI for R3.5.2 (58 tests, Patch 013)
|
||||
|
|
@ -57,13 +58,14 @@ efa2644 rebrand DocAdenice (titres + emails, identifiants techniques KEEP)
|
|||
- Bridge consume le claim direct (pas de mapping)
|
||||
- 3 modes auth Bearer cohabitent
|
||||
|
||||
### Catalogue 26 permissions atomiques (en code TS, fork) — mis a jour R3.6
|
||||
### Catalogue 30 permissions atomiques (en code TS, fork) — mis a jour R3.8
|
||||
```
|
||||
pages:read|write|delete|share, space:read|create|write|delete|invite,
|
||||
tables:list|create|write|delete, rows:read|write|delete,
|
||||
attachments:upload|delete, users:invite|write|delete, roles:manage,
|
||||
slash_commands:manage (R3.3),
|
||||
templates:read|create|manage (R3.6 - nouveaux),
|
||||
templates:read|create|manage (R3.6),
|
||||
comments:read|write|resolve|moderate (R3.8 - nouveaux),
|
||||
admin:*
|
||||
```
|
||||
|
||||
|
|
@ -87,7 +89,8 @@ Owner=`admin:*`, Admin=tout sauf `*:delete` et `roles:manage`, Editor, Member, G
|
|||
- **R3.5 ENTIEREMENT TERMINE**
|
||||
- **R3.6** templates de pages — **LIVRE** `614533f` (65 tests, Patch 014). Table `acadenice_template`, 5 built-ins seedes, gallery /settings/templates, picker modal sidebar + slash /template, 26 permissions.
|
||||
- **R3.7** mentions `@user` + notifs in-app — **LIVRE** `7d076aa` (45 tests, Patch 015). MentionDetectorService (pure walker), NotificationEmitterService (REST path bridge), AcadeniceNotificationsModule facade, /notifications page, /settings/notifications prefs. Native collab path already active. Poll 30s unread count. No new DB table.
|
||||
- **R3.8** comments inline — threads sur paragraphes Tiptap + sur rows database. Resolu/non-resolu. Notif R3.7 sur reply.
|
||||
- **R3.8** comments inline — **LIVRE** `be951a2` (30 tests, Patch 016). REST resolve facade for page comments (PageCommentResolveService + CollaborationGateway yjs sync). New acadenice_row_comment table + RowCommentService + REST CRUD + React RowCommentsPanel in RowDetailModal tabs. 4 new permissions comments:read|write|resolve|moderate (30 total). i18n FR+EN.
|
||||
- **R3 ENTIEREMENT TERMINE**
|
||||
|
||||
### Mode Loop full autonome (decision 2026-05-08)
|
||||
Loop autonome jusqu'a fin R3 (R3.1.d -> R3.8). Pas de checkpoint user. Apres chaque sub-bloc : commit + push + update SESSION-RESUME, puis sub-bloc suivant.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue