aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 19:03:12 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 19:03:12 +0900
commitd91888da7199cdde7662910debfffaa758b8a128 (patch)
tree6f31882306d6908286bf455fd1c5979ce6a43cf5 /docs/dev
parent463952d9ab01b80f71d7e32f98da908723303079 (diff)
downloadkioku-d91888da7199cdde7662910debfffaa758b8a128.tar.gz
kioku-d91888da7199cdde7662910debfffaa758b8a128.tar.zst
kioku-d91888da7199cdde7662910debfffaa758b8a128.zip
feat(client): add Dexie.js setup for IndexedDB local storage
Set up Dexie database with LocalDeck, LocalCard, and LocalReviewLog tables for offline support. Each entity includes _synced flag for tracking synchronization status. 🤖 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 3cba614..ee7ec63 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -147,7 +147,7 @@ Smaller features first to enable early MVP validation.
- [x] Add tests
### IndexedDB (Local Storage)
-- [ ] Dexie.js setup
+- [x] Dexie.js setup
- [ ] Local schema (with _synced flag)
- [ ] Local CRUD operations for Deck/Card/ReviewLog
- [ ] Add tests