diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-31 00:53:48 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-31 00:53:48 +0900 |
| commit | c77da463a60061877cd7ddea1bd7b723b3bf2455 (patch) | |
| tree | 48227c1a66403a6729213aceb510bd4c699ee494 /docs/dev | |
| parent | a6156762ee77bf4bdf7085ff912dd325b45658f0 (diff) | |
| download | kioku-c77da463a60061877cd7ddea1bd7b723b3bf2455.tar.gz kioku-c77da463a60061877cd7ddea1bd7b723b3bf2455.tar.zst kioku-c77da463a60061877cd7ddea1bd7b723b3bf2455.zip | |
feat(repo): extend CardRepository with note data support
Add noteId and isReversed fields to Card interface for note-based cards.
Implement findByIdWithNoteData, findByNoteId, and softDeleteByNoteId
methods to support fetching cards with their associated note data and
cascading deletions.
🤖 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.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 1005f42..730eca5 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -152,11 +152,11 @@ Create these as default note types for each user: - [x] Create `NoteTypeFieldRepository` - CRUD operations - Reorder fields -- [ ] Create `NoteRepository` +- [x] Create `NoteRepository` - Create note with field values (auto-generate cards based on `is_reversible`) - Update note (updates field values) - Delete note (cascade soft-delete to cards) -- [ ] Modify `CardRepository` +- [x] Modify `CardRepository` - Fetch card with note data for display - Support note-based card creation |
