mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 06:19:41 +02:00
docs(ai): mark Step 8 (mana-sync actor field) done; document sync_changes.actor
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5922abbbd8
commit
5c53c6d02e
2 changed files with 13 additions and 2 deletions
|
|
@ -1781,7 +1781,14 @@ Code:
|
|||
- Filter: Mission (per query-string) + Modul (dropdown), Deep-Link ins
|
||||
Modul pro Event
|
||||
- [x] Schritt 7a — System-Actor-Wrapping für Projections (streaks-Tracker)
|
||||
- [ ] Schritt 8 — mana-sync Go + Postgres-Migration für `actor`-Feld
|
||||
- [x] Schritt 8 — mana-sync Go + Postgres-Migration für `actor`-Feld
|
||||
- `sync_changes.actor JSONB` Column (idempotent `ADD COLUMN IF NOT EXISTS`)
|
||||
- `Change.Actor json.RawMessage` Wire-Shape, opaque Server-seitig
|
||||
- `RecordChange` + alle drei SELECT-Pfade (GetChangesSince / GetAll /
|
||||
StreamAllUserChanges) lesen/schreiben Actor
|
||||
- Webapp-Parität: `SyncChange.actor?` + Push-Payload + `applyServerChanges`
|
||||
stempelt `__lastActor` + `__fieldActors` aus eingehenden Changes
|
||||
→ **cross-device Attribution geschlossen**
|
||||
- [ ] Schritt 9 — Server-side `mana-ai` Bun-Service (offline-of-tab Runs)
|
||||
|
||||
### 20.5a Symmetrische Registries: Resolver vs. Indexer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue