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:
@@ -16,11 +16,10 @@ enum Role {
|
||||
}
|
||||
|
||||
enum EventType {
|
||||
SUMMIT
|
||||
LAUNCH
|
||||
FESTIVAL
|
||||
COMPETITION
|
||||
CODE_KATA
|
||||
ATELIER
|
||||
KATA
|
||||
PRESENTATION
|
||||
LEARNING_HOUR
|
||||
}
|
||||
|
||||
enum CharacterClass {
|
||||
|
||||
Reference in New Issue
Block a user