aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-03 05:18:11 +0900
committernsfisis <nsfisis@gmail.com>2025-12-04 23:26:23 +0900
commit7e75e0fa8f26a7890c210c67e4474778811b15bc (patch)
tree3e8b85702e57990932897f530afa79d9dc8e1742 /docs
parent4ca12275c122dd84e489f8c15ee88a840eedb2cf (diff)
downloadkioku-7e75e0fa8f26a7890c210c67e4474778811b15bc.tar.gz
kioku-7e75e0fa8f26a7890c210c67e4474778811b15bc.tar.zst
kioku-7e75e0fa8f26a7890c210c67e4474778811b15bc.zip
feat(shared): add Zod validation schemas
Add Zod validation schemas for all data models (User, Deck, Card, ReviewLog) along with input schemas for API endpoints (create, update, login, submit review). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'docs')
-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 c4846ea..57fdaed 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -24,7 +24,7 @@
### Shared Package
- [x] Create pkgs/shared
- [x] Define types (User, Deck, Card, ReviewLog)
-- [ ] Zod validation schemas
+- [x] Zod validation schemas
### Authentication
- [ ] User registration endpoint