aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 18:07:34 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 18:07:34 +0900
commit2ca8bfadd49fb8e5f45b6324cff13c35a2858bb7 (patch)
tree763dc087b78d4bd5fe04a39f9721995721114705 /docs/dev/roadmap.md
parent83789dd12efe82b645445fbb46d98bcb2a003b57 (diff)
downloadkioku-2ca8bfadd49fb8e5f45b6324cff13c35a2858bb7.tar.gz
kioku-2ca8bfadd49fb8e5f45b6324cff13c35a2858bb7.tar.zst
kioku-2ca8bfadd49fb8e5f45b6324cff13c35a2858bb7.zip
test(client): add deck management integration tests
Add Edit Deck and Delete Deck integration tests to HomePage.test.tsx, verifying modal interactions and list refresh behavior after CRUD operations. Completes Phase 4 frontend testing. 🤖 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 f159084..78325db 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -88,7 +88,7 @@ Smaller features first to enable early MVP validation.
- [x] Create deck modal/form
- [x] Edit deck
- [x] Delete deck (with confirmation)
-- [ ] Add tests
+- [x] Add tests
**✅ Milestone**: Users can create and manage decks