From 842c74fdc2bf06a020868f5b4e504fec0da8715d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 19:26:57 +0900 Subject: feat(client): add push service for sync implementation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement PushService class to push local changes to server: - Convert local decks, cards, and review logs to API format - Push pending changes to server endpoint - Mark items as synced after successful push - Return conflicts reported by server (LWW resolution) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/dev/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 8c81872..d1c1874 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -156,7 +156,7 @@ Smaller features first to enable early MVP validation. - [x] POST /api/sync/push endpoint - [x] GET /api/sync/pull endpoint - [x] Client: Sync queue management -- [ ] Client: Push implementation +- [x] Client: Push implementation - [ ] Client: Pull implementation - [ ] Conflict resolution (Last-Write-Wins) - [ ] Auto-sync on reconnect -- cgit v1.2.3-70-g09d2