diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-07 18:33:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-07 18:33:16 +0900 |
| commit | c2609af9d8bac65d3e70b3860160ac8bfe097241 (patch) | |
| tree | b6c2968188fd7e4a54451c2c5ba330a04dc3e8c0 /docs | |
| parent | 858178d6878229c0ac413d3ea5a4f799d6114ecb (diff) | |
| download | kioku-c2609af9d8bac65d3e70b3860160ac8bfe097241.tar.gz kioku-c2609af9d8bac65d3e70b3860160ac8bfe097241.tar.zst kioku-c2609af9d8bac65d3e70b3860160ac8bfe097241.zip | |
feat(client): add delete card modal with confirmation
Completes Phase 5 card management by adding the ability to delete cards
with a confirmation dialog. Includes unit tests for the modal component
and integration tests for the delete flow in DeckDetailPage.
🤖 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.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 7552761..76e016a 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -106,8 +106,8 @@ Smaller features first to enable early MVP validation. - [x] Card list view (in deck detail page) - [x] Create card form (front/back) - [x] Edit card -- [ ] Delete card -- [ ] Add tests +- [x] Delete card +- [x] Add tests **✅ Milestone**: Users can create and manage cards |
