feat: implement REST API backend with full CRUD and sync (#37)
feat: implement REST API backend with full CRUD and sync (#37)
Review — APPROVE
Summary: Comprehensive REST API with 16 route files. Auth, BOLA, Zod validation, idempotency keys all correctly implemented.
Checklist:
- Every endpoint checks…
feat: implement REST API backend with full CRUD and sync (#37)
feat: integrate Logto auth with middleware and login page (#36)
feat: integrate Logto auth with middleware and login page (#36)
Review — APPROVE
Clean Logto integration matching la-compagnie-maximus pattern. Auth routes, middleware, and helper all look correct.
- No secrets committed
- Cookie security…
feat: integrate Logto auth with middleware and login page (#36)
feat: setup Next.js web project with Drizzle + PostgreSQL schema (#35)
Review — APPROVE
Summary: Clean Next.js bootstrap with Drizzle pg-core schema matching the spec. Health endpoint, Dockerfile, and seed script all look good.
Checklist:
- No…
feat: setup Next.js web project with Drizzle + PostgreSQL schema (#35)
feat: extract shared types, colors, priority and recurrence (#34)
Review — APPROVE
Summary: Clean extraction of shared types, colors, priority helpers and recurrence logic into src/shared/. Original files re-export to preserve all existing imports.…