From c086c8b35b6c6f0b0e2623e9b6421713a540941a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 19:08:58 +0900 Subject: feat(client): add local CRUD repositories for IndexedDB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add localDeckRepository, localCardRepository, and localReviewLogRepository with full CRUD operations for offline support. Includes sync tracking with _synced flag and methods for finding unsynced items. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/dev/roadmap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/dev/roadmap.md') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index ee7ec63..e98d72f 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -148,9 +148,9 @@ Smaller features first to enable early MVP validation. ### IndexedDB (Local Storage) - [x] Dexie.js setup -- [ ] Local schema (with _synced flag) -- [ ] Local CRUD operations for Deck/Card/ReviewLog -- [ ] Add tests +- [x] Local schema (with _synced flag) +- [x] Local CRUD operations for Deck/Card/ReviewLog +- [x] Add tests ### Sync Engine - [ ] POST /api/sync/push endpoint -- cgit v1.2.3-70-g09d2