You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is nearly done. There is not much to add still. I still plan to implement some sort of timer for estimated time between matches
For testing, I made some users. They all have different permissions, and password: "password" This list is in order of capabilities. i.e. any user also can do what the preceding users can do.
audience - no permissions. They can view the game queue and scoreboard
MRDCTestTeam - permission is_team. They can queue themselves
judge - permission is_judge. This allows them access to the judging page, and the ability to queue any team, or create new games
MRDC - superuser with all permissions. This also gives them access to the Django Admin site, where they can edit any item in the db
That's it. Any ideas for improvement would be appreciated. Otherwise, it is done except for the time between matches timer.
We still need a page to view the games and scores. Ideally also add a way to add new games to the queue.
Use the Game and GameParticipant models in a for loop in the html or something.
The text was updated successfully, but these errors were encountered: