aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 19:29:46 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 19:29:46 +0900
commit864495bd4d7156ee433cbc12adda4bdebd43f6fe (patch)
treefe6f8a628d2812ce77ddf9bcaca4e8ad26544dfe /docs/dev/roadmap.md
parent842c74fdc2bf06a020868f5b4e504fec0da8715d (diff)
downloadkioku-864495bd4d7156ee433cbc12adda4bdebd43f6fe.tar.gz
kioku-864495bd4d7156ee433cbc12adda4bdebd43f6fe.tar.zst
kioku-864495bd4d7156ee433cbc12adda4bdebd43f6fe.zip
feat(client): add pull service for sync implementation
Implement PullService class to pull changes from server: - Fetch changes since last sync version - Convert server data format to local IndexedDB format - Apply pulled decks, cards, and review logs to local database - Update sync version after successful pull 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs/dev/roadmap.md')
-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 d1c1874..276e6c5 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -157,7 +157,7 @@ Smaller features first to enable early MVP validation.
- [x] GET /api/sync/pull endpoint
- [x] Client: Sync queue management
- [x] Client: Push implementation
-- [ ] Client: Pull implementation
+- [x] Client: Pull implementation
- [ ] Conflict resolution (Last-Write-Wins)
- [ ] Auto-sync on reconnect
- [ ] Add tests