This website requires JavaScript.
Explore
Help
Sign In
julienfroidefond
/
iag-dev-evaluator
Watch
1
Star
0
Fork
0
You've already forked iag-dev-evaluator
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
31
Commits
1
Branch
0
Tags
521975db31110aa0f39e9fd14ee11681bfedbe78
Commit Graph
3 Commits
Author
SHA1
Message
Date
Julien Froidefond
04d5a9b9c2
Update Dockerfile to streamline command execution by removing the database seeding step from the CMD instruction, simplifying the deployment process.
All checks were successful
Deploy with Docker Compose / deploy (push)
Successful in 3m5s
Details
2026-02-20 13:36:41 +01:00
Julien Froidefond
f5cbc578b7
Update Dockerfile and package.json to use Prisma migrations, add bcryptjs and next-auth dependencies, and enhance README instructions for database setup. Refactor Prisma schema to include password hashing for users and implement evaluation sharing functionality. Improve admin page with user management features and integrate session handling for authentication. Enhance evaluation detail page with sharing options and update API routes for access control based on user roles.
All checks were successful
Deploy with Docker Compose / deploy (push)
Successful in 3m4s
Details
2026-02-20 12:58:47 +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