aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-31 03:00:21 +0900
committernsfisis <nsfisis@gmail.com>2025-12-31 03:00:21 +0900
commitd2acc670e1f312296212b096b87014c2f91284bc (patch)
treec4b096558c2efdfe5027ff9e3a5db3919bede778 /docs
parent6aa496b60879526b51fdf736c38f09aede283bde (diff)
downloadkioku-d2acc670e1f312296212b096b87014c2f91284bc.tar.gz
kioku-d2acc670e1f312296212b096b87014c2f91284bc.tar.zst
kioku-d2acc670e1f312296212b096b87014c2f91284bc.zip
feat(client): add CreateNoteModal for note-based card creation
Replace CreateCardModal with CreateNoteModal in DeckDetailPage. The new modal allows users to select a note type and dynamically enter field values based on the selected type's fields. Cards are auto-generated from the note with preview of how many cards will be created. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs')
-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 6398c60..cbff279 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -247,7 +247,7 @@ Create these as default note types for each user:
### Phase 7: Frontend - Note CRUD
**Tasks:**
-- [ ] Update CreateCardModal → CreateNoteModal
+- [x] Update CreateCardModal → CreateNoteModal
- Select note type
- Dynamic field inputs based on note type
- Preview generated cards