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
92
Commits
1
Branch
0
Tags
f093977b34629f85e55ce1131c5b71f53ae5472e
Commit Graph
3 Commits
Author
SHA1
Message
Date
Julien Froidefond
db01c25de7
Refactor API routes and component logic: Remove unused event and user management routes, streamline feedback handling in components, and enhance state management with transitions for improved user experience. Update service layer methods for better organization and maintainability across the application.
All checks were successful
Deploy with Docker Compose / deploy (push)
Successful in 2m38s
Details
2025-12-12 16:28:07 +01:00
Julien Froidefond
494ac3f503
Refactor event handling and user management: Replace direct database calls with service layer methods for events, user profiles, and preferences, enhancing code organization and maintainability. Update API routes to utilize new services for event registration, feedback, and user statistics, ensuring a consistent approach across the application.
2025-12-12 16:19:13 +01:00
Julien Froidefond
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.
2025-12-10 06:11:32 +01:00