aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 18:25:40 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 18:25:40 +0900
commitdeef992b8cc7e57b880c1c38f994d38825240ca1 (patch)
tree7309c798df469fb249eb6a30da350712ce38f66f /docs/dev/roadmap.md
parentaf9a4912f914bb198fe13bd3421ea33ff3bf9d45 (diff)
downloadkioku-deef992b8cc7e57b880c1c38f994d38825240ca1.tar.gz
kioku-deef992b8cc7e57b880c1c38f994d38825240ca1.tar.zst
kioku-deef992b8cc7e57b880c1c38f994d38825240ca1.zip
feat(client): add create card modal with form validation
Add CreateCardModal component to allow users to create new flashcards with front and back text fields. Integrate the modal into DeckDetailPage with an "Add Card" button. Include comprehensive unit tests. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs/dev/roadmap.md')
-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 86e0a5e..9988839 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -104,7 +104,7 @@ Smaller features first to enable early MVP validation.
### Frontend
- [x] Card list view (in deck detail page)
-- [ ] Create card form (front/back)
+- [x] Create card form (front/back)
- [ ] Edit card
- [ ] Delete card
- [ ] Add tests