-
Notifications
You must be signed in to change notification settings - Fork 45
More complex announcement settings #49
Copy link
Copy link
Open
Labels
area/botIssues and pull requests relating to the Bot moduleIssues and pull requests relating to the Bot modulearea/coreIssues and pull requests relating to the core moduleIssues and pull requests relating to the core moduleenhancementwork in progressAny changes that are currently being worked onAny changes that are currently being worked on
Metadata
Metadata
Assignees
Labels
area/botIssues and pull requests relating to the Bot moduleIssues and pull requests relating to the Bot modulearea/coreIssues and pull requests relating to the core moduleIssues and pull requests relating to the core moduleenhancementwork in progressAny changes that are currently being worked onAny changes that are currently being worked on
Is your improvement request related to a problem? Please describe.
Add the ability to have more complex settings for announcements, so that one can set the announcement to announce during, or even after an event has occurred.
Describe the solution you'd like
Add a flag that allows setting an announcement to be posted before, during, or after an event.
Describe alternatives you've considered
N/a
Additional context
This is already roughly implemented in the backend, but beyond the database and object properties, is not really handled, effectively a hidden setting. I have yet to fully flesh out the code for actually handling how those announcements will be calculated, but implementing it in the front end should essentially be plug and play.