aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 19:26:57 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 19:26:57 +0900
commit842c74fdc2bf06a020868f5b4e504fec0da8715d (patch)
tree8620a9ddb4211f449faaae98776a62ed8101fae3 /docs/dev
parent83be5ccd5d64c64f65c7efbfb9feb94ab0f75ce6 (diff)
downloadkioku-842c74fdc2bf06a020868f5b4e504fec0da8715d.tar.gz
kioku-842c74fdc2bf06a020868f5b4e504fec0da8715d.tar.zst
kioku-842c74fdc2bf06a020868f5b4e504fec0da8715d.zip
feat(client): add push service for sync implementation
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 <noreply@anthropic.com>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/roadmap.md2
1 files changed, 1 insertions, 1 deletions
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