From 78609e0b390e9a485c8935c17db6e0093660ebef Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 31 Dec 2025 01:38:36 +0900 Subject: feat(client): add IndexedDB repositories for note-related entities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement client-side repositories for NoteType, NoteFieldType, Note, and NoteFieldValue with full CRUD operations and sync support. Includes cascade soft-delete for notes (deletes related cards) and comprehensive tests for all new repositories. 🤖 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 f7d7728..efbf900 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -207,7 +207,7 @@ Create these as default note types for each user: - [x] Add `LocalNoteFieldValue` interface and table - [x] Modify `LocalCard` interface: add `noteId`, `isReversed` - [x] Update Dexie schema version and upgrade handler -- [ ] Create client repositories for new entities +- [x] Create client repositories for new entities **Files to modify:** - `src/client/db/index.ts` -- cgit v1.2.3-70-g09d2