eolculnamo2 / tournament-app

Svelte/.Net
2 stars 0 forks source link

Create Judge's Interface for scoring tournaments #4

Closed eolculnamo2 closed 5 years ago

eolculnamo2 commented 5 years ago

1) Make get request to /judges-table in PageController.ts

2) Create an interface that judges two competitors. 2a. Can tally points at increments of +1, +2, +3 and can undo with -1, -2, and -3. 2b. Can keep track of penalties. The judge can undo penalty by clicking whatever tallying icon you choose. 2c. Can declare a winner and go back to dashboard with buttons.

3) When the judge declares a winner, it posts to a JudgesController which handles logic in a file called JudgesService.