This website requires JavaScript.
Explore
Help
Sign In
julienfroidefond
/
got-gaming
Watch
1
Star
0
Fork
0
You've already forked got-gaming
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b1925cd90484b8dbe36ca0cb619f031bafbfccf9
got-gaming
/
prisma
/
migrations
History
Julien Froidefond
2cfb9ad041
All checks were successful
Deploy with Docker Compose / deploy (push)
Successful in 11s
Details
Enhance EventsPageSection and Navigation components: Add click functionality to select events and update logo section to be a clickable link, improving user interaction and navigation experience.
2025-12-11 14:57:20 +01:00
..
20251209055617_init
Add database and Prisma configurations, enhance event and leaderboard components with API integration, and update navigation for session management
2025-12-09 08:24:14 +01:00
20251209073256_add_site_preferences
Refactor admin preferences management to use global site preferences, update UI components for better user experience, and implement image selection for background settings.
2025-12-09 08:37:52 +01:00
20251209204709_add_event_registrations
Implement event registration functionality: Add EventRegistration model to Prisma schema, enabling user event registrations. Enhance EventsPageSection component with registration checks, calendar view, and improved event display. Refactor event rendering logic to separate upcoming and past events, improving user experience.
2025-12-09 21:53:10 +01:00
20251209205650_add_bio_to_user
Add bio field to user model and update related components: Enhance leaderboard and profile features by including a bio field in user data. Update API routes, UI components, and validation logic to support bio input and display, improving user profiles and leaderboard entries.
2025-12-09 22:00:19 +01:00
20251209210032_add_character_class
Enhance user profiles with character class feature: Add character class field to user model and update related API routes, UI components, and validation logic. This update improves user profile customization and leaderboard entries by allowing users to select and display their character class.
2025-12-09 22:03:51 +01:00
20251210042344_add_event_details_fields
Enhance event model and management: Add new fields for room, time, and maxPlaces to the Event model in Prisma schema. Update API routes and UI components to support these fields, improving event details and user interaction in event management and registration processes.
2025-12-10 05:27:35 +01:00
20251210043000_change_event_date_to_datetime
Refactor event date handling: Update event model to use DateTime type for date fields in Prisma schema. Modify API routes and UI components to ensure consistent date formatting and handling, improving data integrity and user experience across event management and display.
2025-12-10 05:32:23 +01:00
20251210044500_remove_event_status_field
Refactor event status handling: Remove EventStatus enum from the Prisma schema and update related API routes and UI components to calculate event status dynamically based on event date. This change simplifies event management and enhances data integrity by ensuring status is always derived from the date.
2025-12-10 05:45:25 +01:00
20251210045000_update_event_types
Update event types in EventManagement and EventsPageSection components: Replace existing event types with new categories (ATELIER, KATA, PRESENTATION, LEARNING_HOUR) to better reflect current offerings. Adjust related functions and seed data to ensure consistency across the application.
2025-12-10 05:48:23 +01:00
20251210054646_update_event_types
Update event types in EventManagement and EventsPageSection components: Replace existing event types with new categories (ATELIER, KATA, PRESENTATION, LEARNING_HOUR) to better reflect current offerings. Adjust related functions and seed data to ensure consistency across the application.
2025-12-10 05:48:23 +01:00
20251210060319_add_event_feedback
Enhance EventsPageSection and Navigation components: Add click functionality to select events and update logo section to be a clickable link, improving user interaction and navigation experience.
2025-12-11 14:57:20 +01:00
20251210120000_add_event_feedback
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.
2025-12-10 06:11:32 +01:00
migration_lock.toml
Add database and Prisma configurations, enhance event and leaderboard components with API integration, and update navigation for session management
2025-12-09 08:24:14 +01:00