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

Ensure that challenge points are removed from leaderboard upon challenge delete #290

Open
jb3 opened this issue Aug 11, 2022 · 0 comments
Open

Comments

@jb3
Copy link
Member

jb3 commented Aug 11, 2022

This is a bit of a weird one, and it could be totally fine, but we should validate this functionality works as expected.

We want to ensure that if a challenge is deleted mid-event that the following happens:

  • The challenge is removed, the points associated with the challenge are deducted from teams who completed it
  • Crucially, the leaderboard updates/recalculates to reflect this scoring change, this should probably be automatic, as Ada says, if the score changes after a recalculation, that's a bug. We should not be encouraging re-calculation to correct scoring discrepencies in situations like this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants