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.

This commit is contained in:
Julien Froidefond
2025-12-10 05:48:23 +01:00
parent a69613a232
commit a6c329ff15
8 changed files with 56 additions and 55 deletions

View File

@@ -16,11 +16,10 @@ enum Role {
}
enum EventType {
SUMMIT
LAUNCH
FESTIVAL
COMPETITION
CODE_KATA
ATELIER
KATA
PRESENTATION
LEARNING_HOUR
}
enum CharacterClass {