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
9b40210b364a3ecf0ad41216c6c595f8da975982
got-gaming
/
prisma
History
Julien Froidefond
f0c9a9e4cc
Update database connection path: Change DATABASE_URL in .env and related files to point to the new data directory for SQLite database.
2025-12-11 06:36:54 +01:00
..
generated
/prisma
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.
2025-12-10 11:30:00 +01:00
migrations
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
schema.prisma
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
seed.ts
Update database connection path: Change DATABASE_URL in .env and related files to point to the new data directory for SQLite database.
2025-12-11 06:36:54 +01:00