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

Feature Request: Judge Role #927

Open
zanderisrael opened this issue Sep 30, 2024 · 0 comments
Open

Feature Request: Judge Role #927

zanderisrael opened this issue Sep 30, 2024 · 0 comments

Comments

@zanderisrael
Copy link

Feature Request: Judge Role

Summary

I would like to propose adding a Judge Role feature to the application. The idea is to have a user role specifically for judges who can log in and manage only the courts they are assigned to. This role would have restricted access compared to admins and participants.

Feature Description

Judge Role:

  • Judges should be able to log in with a dedicated user account.
  • Upon logging in, judges will only have access to the courts they are assigned to.
  • Judges should be able to:
    • View the current matches in their assigned court(s).
    • Update the scores for the matches they are overseeing.

Admin Role (for context):

  • Admins will assign courts to judges.
  • Admins will manage the overall system, while judges only interact with their designated courts.

Benefits:

  • This feature provides a simple and secure way for judges to manage and update scores without needing full system access.
  • Improves scalability for larger tournaments where multiple judges are needed across various courts.

Proposed Implementation

  1. User Authentication & Roles: Add a new user role called "Judge" with restricted access.
  2. Court Assignment: Admins can assign specific courts to each judge.
  3. Dashboard for Judges: Upon login, judges will be shown only their assigned courts with options to update scores.
  4. Score Management: Judges should be able to enter and update scores for the matches they are responsible for.

Potential Challenges

  • Handling judge assignment efficiently for larger tournaments.
  • Ensuring that judges have access only to their assigned courts.

Optional Add-ons

  • Notifications to judges when a new match starts on their court.
  • Real-time score updates viewable by participants and spectators.

Conclusion

This feature would streamline the role of judges in the system and enhance the management of tournaments, particularly those with multiple courts running concurrently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant