Files
GameTime/.ideai/tickets/50/issue.md
Blomios d1b3f21d68 docs(ideai): met à jour sprints et tickets après le partage de programmes/séances
Ajoute un sprint, clôture le ticket #50, ajoute le cadrage du ticket #54.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-19 10:34:15 +02:00

980 B

id, number, title, status, priority, sprint, links, agentRefs, createdBy, updatedBy, createdAt, updatedAt, version
id number title status priority sprint links agentRefs createdBy updatedBy createdAt updatedAt version
983aa02b-7577-4fde-b77a-12355df0efdb 50 [Server] API de synchronisation incrémentale LWW qa low null
target kind
#46 relatesTo
target kind
#48 dependsOn
target kind
#49 dependsOn
kind agent_id
agent f8f40941-ecf7-4830-b9de-8818a099f448
kind agent_id
agent 57695b92-24d0-4876-837c-76116e70a6ae
1784412001974 1784449447058 3

Implémenter les ports/use cases et endpoints de sync incrémentale authentifiée. Endpoints : POST /sync/push, GET /sync/pull?since=..., optionnel POST /sync/exchange. Stratégie v1 last-write-wins basée sur clientUpdatedAt puis tie-breaker serverUpdatedAt/serverId. Supporter upsert, soft delete, réponses par item (accepted, ignoredOlder, conflictLwwApplied, error) et cursor serveur monotone. Ne pas intégrer le client Flutter dans ce ticket.