| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-06 | feat(dev): change architecture and directory structure | nsfisis | |
| 2025-12-04 | feat(shared): add Zod validation schemas | nsfisis | |
| 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> | |||
| 2025-12-04 | feat(shared): define types (User, Deck, Card, ReviewLog) | nsfisis | |
| Add TypeScript type definitions for core data models used across client and server. Types are consistent with Drizzle schema defined in server. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2025-11-30 | setup pnpm and tsc | nsfisis | |
