From d91888da7199cdde7662910debfffaa758b8a128 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 19:03:12 +0900 Subject: feat(client): add Dexie.js setup for IndexedDB local storage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 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 -- cgit v1.2.3-70-g09d2