aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 18:29:26 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 18:29:26 +0900
commit858178d6878229c0ac413d3ea5a4f799d6114ecb (patch)
treec0ae42155437011bd6518411d84a7267a03efc07 /docs/dev
parentdeef992b8cc7e57b880c1c38f994d38825240ca1 (diff)
downloadkioku-858178d6878229c0ac413d3ea5a4f799d6114ecb.tar.gz
kioku-858178d6878229c0ac413d3ea5a4f799d6114ecb.tar.zst
kioku-858178d6878229c0ac413d3ea5a4f799d6114ecb.zip
feat(client): add edit card modal with form validation
Add EditCardModal component allowing users to edit existing cards. Includes Edit button on each card in the deck detail page and 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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md
index 9988839..7552761 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -105,7 +105,7 @@ Smaller features first to enable early MVP validation.
### Frontend
- [x] Card list view (in deck detail page)
- [x] Create card form (front/back)
-- [ ] Edit card
+- [x] Edit card
- [ ] Delete card
- [ ] Add tests