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

Game Queue Page #9

Open
mgale456 opened this issue Dec 12, 2019 · 4 comments
Open

Game Queue Page #9

mgale456 opened this issue Dec 12, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mgale456
Copy link
Member

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.

@mgale456 mgale456 added enhancement New feature or request good first issue Good for newcomers labels Dec 12, 2019
@lpulley
Copy link
Member

lpulley commented Feb 22, 2020

@Timur2012 do you think this is something you could work on?

@mgale456
Copy link
Member Author

@vapetrov I know you said you didn't like the old UI and it was hard to work with. What do you recommend for managing the game queue?

@mgale456
Copy link
Member Author

mgale456 commented Mar 17, 2020

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.

  1. audience - no permissions. They can view the game queue and scoreboard
  2. MRDCTestTeam - permission is_team. They can queue themselves
  3. judge - permission is_judge. This allows them access to the judging page, and the ability to queue any team, or create new games
  4. 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.

@mgale456
Copy link
Member Author

Time between matches timer now works on the game queue page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants