diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-07 18:25:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-07 18:25:40 +0900 |
| commit | deef992b8cc7e57b880c1c38f994d38825240ca1 (patch) | |
| tree | 7309c798df469fb249eb6a30da350712ce38f66f /docs/dev | |
| parent | af9a4912f914bb198fe13bd3421ea33ff3bf9d45 (diff) | |
| download | kioku-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')
| -rw-r--r-- | docs/dev/roadmap.md | 2 |
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 |
