Commit Graph

8 Commits

Author SHA1 Message Date
Julien Froidefond
c14a8cc870 Refactor evaluation submission logic to directly handle state updates and save changes immediately upon submission
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m48s
2026-02-20 10:14:57 +01:00
Julien Froidefond
0669893a36 Update .gitignore to exclude Prisma database files; remove dev.db; add cost control questions and rubric to seed data 2026-02-20 10:13:52 +01:00
Julien Froidefond
5af9b0c9d1 Update docker-compose configuration to change app port mapping from 3000 to 3044
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m19s
2026-02-20 09:37:43 +01:00
Julien Froidefond
321a99924d Refactor evaluation detail page to improve user navigation; update authentication API to streamline email verification; enhance type safety in export-utils; adjust ESLint rules for better code quality. 2026-02-20 09:37:08 +01:00
Julien Froidefond
678517aee0 Update Next.js configuration for standalone output; add type checking script to package.json; enhance Prisma schema with binary targets; modify authentication API to only require email; improve evaluation detail page with Link component; add ESLint directive in new evaluation page; adjust theme provider for state setting; refine export-utils test type assertion. 2026-02-20 09:35:22 +01:00
Julien Froidefond
9fcceb2649 Add candidateTeam field to evaluations; update related components and API endpoints for consistency 2026-02-20 09:22:12 +01:00
Julien Froidefond
f0c5d768db Enhance project setup with Prisma, new scripts, and dependencies; update README for clarity and add API routes; improve layout and styling for better user experience 2026-02-20 09:12:37 +01:00
Julien Froidefond
4ecd13a93a Initial commit from Create Next App 2026-02-20 08:29:44 +01:00