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
ffbf3cd42fa4df5f9552340da6a07dec869d8c8b
got-gaming
/
lib
History
Julien Froidefond
d3a4fa7cf5
Some checks failed
Deploy with Docker Compose / deploy (push)
Failing after 2m23s
Details
Add challenges background preference support: Extend site preferences and related components to include challengesBackground, update API and UI to handle new background image settings for challenges.
2025-12-15 21:26:30 +01:00
..
auth.ts
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
avatars.ts
Refactor image URL handling: Update API routes to return image URLs via the API instead of direct paths, ensuring consistency across avatar and background uploads. Introduce normalization functions for avatar and background URLs to maintain compatibility with existing URLs.
2025-12-12 15:59:18 +01:00
character-classes.ts
Refactor character class handling across components: Replace hardcoded character class definitions with a centralized CHARACTER_CLASSES import, enhancing maintainability and consistency. Update ProfileForm, Leaderboard, and LeaderboardSection components to utilize new utility functions for character class icons and names, improving code clarity and reducing duplication.
2025-12-15 10:08:12 +01:00
eventStatus.ts
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
preferences.ts
Add challenges background preference support: Extend site preferences and related components to include challengesBackground, update API and UI to handle new background image settings for challenges.
2025-12-15 21:26:30 +01:00
prisma.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