dow-prod-tracker/src
Leivur R. Djurhuus 2859a50761 Add Project CRUD: API routes, service layer, form, and list page
- Zod validation schemas for create/update project
- Service layer with listProjects, getProject, createProject,
  updateProject, deleteProject
- API routes: GET/POST /api/projects, GET/PATCH/DELETE /api/projects/:id
- TanStack Query hooks for all project operations
- Project list page with card grid, status/priority badges
- Project create dialog with form validation
- QueryProvider + API utility helpers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 21:11:46 -06:00
..
app Add Project CRUD: API routes, service layer, form, and list page 2026-02-28 21:11:46 -06:00
components Add Project CRUD: API routes, service layer, form, and list page 2026-02-28 21:11:46 -06:00
hooks Add Project CRUD: API routes, service layer, form, and list page 2026-02-28 21:11:46 -06:00
lib Add Project CRUD: API routes, service layer, form, and list page 2026-02-28 21:11:46 -06:00
stores Add app shell layout with sidebar, topbar, breadcrumbs, theme toggle 2026-02-28 21:09:07 -06:00
types Add Auth.js v5 with Google + Microsoft Entra ID SSO 2026-02-28 21:07:38 -06:00
middleware.ts Add Auth.js v5 with Google + Microsoft Entra ID SSO 2026-02-28 21:07:38 -06:00