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

Add support for intentionally denying submitted tournaments #219

Open
1 of 4 tasks
hburn7 opened this issue Sep 14, 2024 · 0 comments
Open
1 of 4 tasks

Add support for intentionally denying submitted tournaments #219

hburn7 opened this issue Sep 14, 2024 · 0 comments
Assignees

Comments

@hburn7
Copy link
Collaborator

hburn7 commented Sep 14, 2024

Dependencies

Objective

  • Users with the admin permission should be able to intentionally deny tournaments when submitting them.

Implementation

  • In the POST body, add new key rejectionReason = (user selected rejection reasons int) (see here)
  • Rejection reason should be a multi-select dropdown menu with all rejection reasons in the linked file.
  • If a user selects more than one rejection reason, use bitwise unions on the values (e.g. (1 << 1) | (1 << 2) => x -- use rejectionReason = x in the POST body).
@hburn7 hburn7 moved this to Backlog in otr-beta-v2 Sep 14, 2024
@hburn7 hburn7 moved this from Backlog to Ready in otr-beta-v2 Sep 14, 2024
@hburn7 hburn7 moved this from Ready to Backlog in otr-beta-v2 Sep 16, 2024
@hburn7 hburn7 moved this from Backlog to Ready in otr-beta-v2 Oct 20, 2024
@hburn7 hburn7 removed this from otr-beta-v2 Jan 19, 2025
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