aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 18:33:16 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 18:33:16 +0900
commitc2609af9d8bac65d3e70b3860160ac8bfe097241 (patch)
treeb6c2968188fd7e4a54451c2c5ba330a04dc3e8c0 /docs/dev/roadmap.md
parent858178d6878229c0ac413d3ea5a4f799d6114ecb (diff)
downloadkioku-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/dev/roadmap.md')
-rw-r--r--docs/dev/roadmap.md4
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