Introduce a system to ask to go to the bathroom
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 412
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 3
Description
When a contestant needs to go to the bathroom, they often end up waiting becouse someone else is already there (at this very moment, with 84 participants, we have a queue of length 4). There should be a system to allow them to ask to go, and to see their position in the queue. The admin can then see the queue and accept or refuse requests (e.g. if someone goes too many times). The user should receive a notification when they can go. Maybe this can be implemented by using the existing messaging system.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the existing messaging system, since the issue suggests using it for bathroom requests and notifications. Define the queue behavior for contestants and the accept/refuse workflow for admins; done means users can request and see their position, admins can manage requests, and users are notified when approved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100