Commit Graph

5 Commits

Author SHA1 Message Date
Julien Froidefond
3fd3e165e2 chore: update docker-compose port mapping and upgrade Next.js and dependencies in package.json 2025-12-05 10:53:14 +01:00
Julien Froidefond
a6362b6435 feat: add authentication configuration to docker-compose.yml 2025-10-12 16:16:37 +02:00
Julien Froidefond
b7e6fa257e chore: dockerfile and compose 2025-08-27 09:56:55 +02:00
Julien Froidefond
a749f7fcff feat: add Adminer support for PostgreSQL management
- Updated DATABASE_SETUP.md to include instructions for starting Adminer alongside PostgreSQL.
- Enhanced Docker Compose configuration to add Adminer service for database management.
- Provided connection details and usage instructions for Adminer in the documentation.
- Updated commands for restarting services and viewing logs to include Adminer.
2025-08-21 10:02:57 +02:00
Julien Froidefond
4e82a6d860 feat: add PostgreSQL support and enhance evaluation loading
- Added `pg` and `@types/pg` dependencies for PostgreSQL integration.
- Updated `useEvaluation` hook to load user evaluations from the API, improving data management.
- Refactored `saveUserEvaluation` and `loadUserEvaluation` functions to interact with the API instead of localStorage.
- Introduced error handling for profile loading and evaluation saving to enhance robustness.
- Added new methods for managing user profiles and evaluations, including `clearUserProfile` and `loadEvaluationForProfile`.
2025-08-21 08:46:52 +02:00