Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for competitions spanning multiple provinces #85

Open
AlphaSheep opened this issue May 17, 2023 · 1 comment
Open

Support for competitions spanning multiple provinces #85

AlphaSheep opened this issue May 17, 2023 · 1 comment
Labels

Comments

@AlphaSheep
Copy link
Member

With the upcoming FMC championships, it would be nice to support competitions that take place across multiple venues in different provinces.

A temporary workaround is setting up one competition per venue, but it means some competitors would receive multiple notifications.

@AlphaSheep
Copy link
Member Author

For now, the solution was to update the province field in the database manually and send the email notification manually

db.events.updateOne({"registrationName": "CubingZAFMCChampionship2023"}, {"$set": {"province": "Multiple Provinces"}})

@AlphaSheep AlphaSheep added the bug label Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant