-
-
Notifications
You must be signed in to change notification settings - Fork 751
Allow events across multiple years #2035
Copy link
Copy link
Closed
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)a: eventsRelated to management of core eventsRelated to management of core eventst: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Metadata
Metadata
Assignees
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)a: eventsRelated to management of core eventsRelated to management of core eventst: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Type
Fields
Give feedbackNo fields configured for issues without a type.
See python-discord/branding#171.
Currently, at least according to the validation in events/validation.py in the branding repo, events can't go from December to January as the end date is earlier than the start date (meaning this only affects New Year's).
This may or may not need some changes to the bot as well, but it's definitely worth some time and consideration as we still have a full year left to implement this.