aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 19:42:47 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 19:42:47 +0900
commitae5a0bb97fbf013417a6962f7e077f0408b2a951 (patch)
tree719a02d0f9527e97089379b7bbf389f9400e8d20 /docs
parent8ef0e4a54986f7e334136d195b7081f176de0282 (diff)
downloadkioku-ae5a0bb97fbf013417a6962f7e077f0408b2a951.tar.gz
kioku-ae5a0bb97fbf013417a6962f7e077f0408b2a951.tar.zst
kioku-ae5a0bb97fbf013417a6962f7e077f0408b2a951.zip
feat(client): add SyncManager for auto-sync on reconnect
Implements SyncManager class that orchestrates the sync process: - Monitors online/offline network status - Triggers debounced sync when coming back online - Coordinates push, pull, and conflict resolution - Provides event subscription for sync status updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/roadmap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md
index e4b2151..2a1e600 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -159,8 +159,8 @@ Smaller features first to enable early MVP validation.
- [x] Client: Push implementation
- [x] Client: Pull implementation
- [x] Conflict resolution (Last-Write-Wins)
-- [ ] Auto-sync on reconnect
-- [ ] Add tests
+- [x] Auto-sync on reconnect
+- [x] Add tests
### Sync UI
- [ ] Sync status indicator