Julien Froidefond julienfroidefond
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2025-12-11 08:01:01 +01:00
e2232ca595 chore: update .gitignore to include data directory and modify docker-compose.yml for external volume mapping
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-11 07:55:19 +01:00
bd25738486 Update deployment workflow: Modify deploy.yml to include the --build flag in the docker compose up command, ensuring that images are rebuilt during deployment for the latest changes.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-11 07:54:02 +01:00
23ca6345de Update Docker configuration and deployment workflow: Change volume path in docker-compose.yml to use an external USB drive for data persistence. Adjust deploy.yml to uncomment deployment triggers for clarity and streamline the deployment process.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-11 07:48:01 +01:00
93c6624aec Add login redirection for feedback actions: Ensure users are redirected to the login page if they attempt to provide feedback without being authenticated, enhancing user experience and security.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-11 06:45:46 +01:00
6c08789555 Refactor HeroSection component: Remove mouse tracking functionality and simplify gradient background styling for improved performance and clarity.
7dbd044859 Refactor UI components for improved responsiveness and consistency: Update styles in AdminPanel, EventManagement, FeedbackManagement, HeroSection, ImageSelector, LeaderboardSection, Navigation, PlayerStats, and UserManagement to enhance mobile and desktop layouts. Adjust text sizes, padding, and button styles for better user experience across devices.
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-11 06:37:01 +01:00
f0c9a9e4cc Update database connection path: Change DATABASE_URL in .env and related files to point to the new data directory for SQLite database.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 15:45:51 +01:00
53e5e7de3c Update Docker configuration: Modify docker-compose.yml to change DATABASE_URL and volume paths for SQLite database. Refactor Dockerfile to streamline build process, set up entrypoint script, and ensure proper permissions. Update package.json to include built dependencies for Prisma. Adjust deploy.yml to comment out deployment triggers for clarity.
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2025-12-10 14:29:35 +01:00
434043041c chore: rename app service to workshop-manager-app in docker-compose.yml for clarity
julienfroidefond pushed to main at julienfroidefond/fintrack 2025-12-10 14:28:32 +01:00
385f68bbdf refactor: rename app service to banking-app in docker-compose.yml for clarity and consistency
f8919b19b3 refactor: standardize code formatting and improve consistency across various components and API routes for enhanced readability and maintainability
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 14:15:37 +01:00
1152389785 Rename 'app' service to 'got-app' in docker-compose.yml for clarity and consistency. Remove 'docker info' step from deploy.yml to streamline the deployment workflow.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 14:09:30 +01:00
65c73688e7 Refactor deployment workflow: Remove 'docker compose build --no-cache' command from deploy.yml to simplify the deployment process and enhance efficiency.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 14:06:44 +01:00
ae91ae5894 Refactor deployment workflow: Remove 'docker compose down' command from deploy.yml to streamline the deployment process and focus on building and starting the application.
18d11d623a Update deployment workflow: Modify deploy.yml to include 'docker compose down' and 'docker compose build --no-cache' commands for improved deployment process and to ensure fresh builds.
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 14:02:37 +01:00
30dc84ccc0 Update deployment configuration: Change runner name in deploy.yml from 'Mac-mini-de-Julien.local' to 'mac-orbstack-runner' for consistency in workflow execution.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 14:00:32 +01:00
378cf3d66a Update deployment configuration: Change runner name in deploy.yml from 'mac-orbstack-runner' to 'Mac-mini-de-Julien.local' for improved clarity and consistency in workflow execution.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 13:59:15 +01:00
3c318e1763 Enhance feedback submission process: Update FeedbackModal to improve user experience for event feedback. Refactor event handling logic to better manage feedback state and streamline user interactions.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 12:06:36 +01:00
9fde18a35e Add feedback functionality to EventsPageSection: Integrate FeedbackModal for event feedback submission, allowing users to provide feedback on selected events. Update event handling to manage feedback state and improve user interaction.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 11:37:46 +01:00
80e9d953ae Remove unused import for calculateEventStatus in Events page component to streamline code and improve clarity.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 11:30:07 +01:00
d11059dac2 Refactor ESLint configuration and update code formatting: Standardize quotes in eslint.config.mjs, next.config.js, and various TypeScript files for consistency. Add Prettier as a dependency and include formatting scripts in package.json. Clean up unnecessary whitespace in multiple files to enhance code readability.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 11:26:17 +01:00
66237458ec Update Next.js configuration and enhance dynamic rendering: Set output to 'standalone' in next.config.js for improved deployment. Implement 'force-dynamic' rendering in multiple pages (Home, Admin, Events, Leaderboard) to ensure fresh data retrieval on each request.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-10 06:11:36 +01:00
3bd43e777e Implement event feedback functionality: Add EventFeedback model to Prisma schema, enabling users to submit ratings and comments for events. Update EventsPageSection and AdminPanel components to support feedback management, including UI for submitting feedback and viewing existing feedbacks. Refactor registration logic to retrieve all user registrations for improved feedback handling.