163 Commits

Author SHA1 Message Date
Patrick Fairbank
349313c486 Fix test failure. 2022-09-29 19:07:36 -07:00
Patrick Fairbank
1165e71503 Switch standalone bracket display to highlight current match without connectors, rather than saved match with connectors. 2022-09-29 19:07:30 -07:00
Patrick Fairbank
baaf3b694b Add query parameter to bracket SVG API to hide active match. 2022-08-24 17:55:50 -07:00
Patrick Fairbank
1c2197e690 Identify saved match on Match Play screen and provide mechanism to clear it. 2022-08-23 18:30:32 -07:00
Patrick Fairbank
3ea4e26af3 Fix bug in match scheduling redirect. 2022-08-23 17:53:28 -07:00
unknown
0eefc3ba40 Expose Matchup isComplete method in preparation for incorporating into bracket graphic 2022-08-22 18:35:07 -07:00
Patrick Fairbank
e1fe4f660d Redirect to match play after finalizing alliance selection. 2022-08-22 18:28:12 -07:00
Patrick Fairbank
1896136abd Don't show 0-0 scores on match review page for matches that haven't been played yet. 2022-08-22 18:27:59 -07:00
Patrick Fairbank
4d3d270a0f Update alliance selection error message when picking a team who didn't play any qualification matches. 2022-08-22 18:27:43 -07:00
Patrick Fairbank
20cb056243 Add consideration of playoff tiebreakers. 2022-08-21 14:52:54 -07:00
Patrick Fairbank
0fdfc78a7b Add test for alliances report. 2022-08-21 11:22:26 -07:00
Patrick Fairbank
b1dfe59369 Add a playoff alliances report. 2022-08-21 11:17:39 -07:00
Patrick Fairbank
37073e4a1d Add a bracket report. 2022-08-20 21:25:22 -07:00
Patrick Fairbank
8e9999eafe Add a standalone bracket display. 2022-08-20 20:31:01 -07:00
Patrick Fairbank
c75baa8210 Rename 'pit' display to 'rankings'. 2022-08-20 20:30:07 -07:00
Patrick Fairbank
996331d60c Implement bracket audience display for single-elimination. 2022-08-20 17:50:27 -07:00
Patrick Fairbank
5426d56de5 Implement bracket audience display for double-elimination. 2022-08-20 17:48:45 -07:00
Patrick Fairbank
dd78c04c7f Add playoff series status indicator to in-match overlay. 2022-08-17 20:22:42 -07:00
Patrick Fairbank
476daa8c5c Add setting to choose between single- and double-elimination. 2022-08-16 20:57:29 -07:00
Patrick Fairbank
1a1c62ae49 Add test to cover editing the current match before it is committed. 2022-08-04 17:15:20 -07:00
Patrick Fairbank
bfc5e56fc9 Refactor playoff bracket logic to more easily support alternative formats. 2022-08-03 20:59:12 -07:00
Patrick Fairbank
1ab1b42d49 Refactor playoff match generation logic to only generate the minimum number of matches needed in each iteration. 2022-07-31 17:25:14 -07:00
Patrick Fairbank
38518b0dd4 Refactor alliance storage to use a single object per alliance instead of one per alliance-team association. 2022-07-31 12:38:40 -07:00
Patrick Fairbank
e83ec98408 Allow resetting alliance selection before playoff matches have been played. 2022-07-31 12:34:17 -07:00
Patrick Fairbank
2622b8218a Show playoff alliance numbers and 4th teams on queueing display. 2022-07-29 16:39:34 -07:00
Patrick Fairbank
70a8c2347c Show playoff alliance numbers and 4th teams on Match Play screen. 2022-07-29 16:37:35 -07:00
Patrick Fairbank
3236456089 Allow setting a custom name for a test match. 2022-07-24 18:29:31 -07:00
Patrick Fairbank
c78c5323bb Give scorekeeper ability to signal field reset and volunteers. 2022-07-24 18:26:43 -07:00
Patrick Fairbank
8962b48f3e Add sound when match result is shown (closes #120). 2022-04-30 15:12:32 -07:00
Patrick Fairbank
f76edbd6ab Tweak backup/coupon reports. 2021-10-20 15:59:49 -07:00
Jeff
f2e971d355 Add backup and coupon reports 2021-10-20 15:59:16 -07:00
Patrick Fairbank
f5bd112e5a Add schedules for events having as few as six teams. 2021-05-30 19:19:25 -07:00
Patrick Fairbank
965694253c Use Bolt transaction for backups instead of copying the file. 2021-05-16 11:24:44 -07:00
Patrick Fairbank
6cea008524 Convert ScheduleBlock, SponsorSlide, and UserSession models to use Bolt DB and clean up remaining SQLite artifacts. 2021-05-16 11:24:30 -07:00
Patrick Fairbank
ec71975e93 Convert Ranking and Team models to use Bolt DB. 2021-05-16 11:22:31 -07:00
Patrick Fairbank
1d523c5f37 Convert EventSettings, Match, and MatchResult models to use Bolt DB. 2021-05-16 11:19:44 -07:00
Patrick Fairbank
ea4d56e665 Convert AllianceTeam, Award, and LowerThird models to use Bolt DB. 2021-05-16 11:01:58 -07:00
Patrick Fairbank
7028891d84 Fix imports after enabling modules. 2021-05-16 11:00:29 -07:00
Patrick Fairbank
34ca9d06cc Tweak logo sizes and positions. 2020-04-25 15:26:36 -07:00
Patrick Fairbank
9b17f0ab1b Run 'go fmt'. 2020-04-25 14:26:08 -07:00
Ken Schenke
53574dcbc8 Add API documentation for realtime scores 2020-04-17 20:59:07 -05:00
Ken Schenke
04e183a52e Add tests for realtime score API 2020-04-17 20:44:22 -05:00
Ken Schenke
6375862b4f Add realtime scoring API 2020-04-16 19:37:54 -05:00
Ken Schenke
8bad83d747 Add test for realtime score input from match play 2020-04-15 19:14:19 -05:00
Ken Schenke
f075b7bb8d Remove game-specific scoring 2020-04-14 19:38:14 -05:00
Patrick Fairbank
4e74a7a4cd Decode ArmorBlock status register from PLC and surface individual statuses on Match Play page. 2020-04-04 23:53:35 -07:00
Patrick Fairbank
0ed6f771d5 Move ControlPanel to within RealtimeScore to reduce complexity. 2020-04-04 15:59:05 -07:00
Patrick Fairbank
b49afaa363 Include query parameters in login redirect. 2020-04-04 14:19:47 -07:00
Patrick Fairbank
eb64939b20 Add FTA variant of field monitor with ability to save notes (closes #58). 2020-04-04 14:04:48 -07:00
Patrick Fairbank
a5a7821b3f Add cycle time and event status to field monitor (closes #91). 2020-03-29 18:59:27 -07:00