The form can be improved by restricting the time range of the events. One selection box could be all events. A second selection box can be for the selected week. More intuitive would use the week box as a filter. If the user sets the week, then filter the selection box. The week should be null or an integer week number. The week number is zero-based. We want to select all, a particular week, or pre-/post-season.
Team | Nickname | City | State |
---|
This view could also have the summary results of team scoring that is computed from the match results.
Team # | Name | OPR | DPR | CCWM |
---|
Trying to give more detailed summary of performance. This table should be emptied when the event changes. This table should be updated when the match data is updated.
For Rapid React, the cargo is for the entire alliance rather than the team. I want to do linear regression to estimate the cargo scores.
Team | Number | Match Data |
---|
A simple table of the matches at an event. Matches are not set until the day before qualifiers.
Match | Blue | Red | Winner |
---|
Clicking on an above match should provide the detail here. This section could also be a live update.
Tried getting heat map data from 2019 SVR (2019casj), but just got a null. OK, 2019 off season Chezy Champs (2019cc) has heat maps. There are 1521 points in qualifying match 1.
Showing the first 15 seconds would show the auto routine.
Mornay developed a table to describe the competition before an event. 29 March 2022 email. See Google Sheet: Team 972 Events_2022 .
Team | Ranking Score |
Avg. Match |
Avg. Hangar |
Avg. Taxi + Auto Cargo |
W-L-T | Week | Regional | Qualifers | Houston | Auto Avg. | End Game | OPR | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
W | L | T | DQ | Played | Rank | of | L | M | H | T | ||||||||||
972 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 4 | Monterey Regional | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
This table requires knowing the rankings. Here we could have the 8 alliances. Double clicking an entry in the table below should add to the next available alliance and remove from the table of available teams. I should be able to do an undo a selection. Maybe repeatedly. In addition, the foot of the table should sum the parameters. After the alliances are selected, we could automatically fill the table.
Look at each team.
Find the events that a team has already played.
/team/{team_key}/events/{year}
,
/team/{team_key}/events/{year}/statuses
,
/team/{team_key}/events/{year}/keys
,
A quick way to get the match data for an event (there is also a /simple
version):
/team/{team_key}/event/{event_key}/matches
,
/team/{team_key}/awards/{year}
,
/team/{team_key}/matches/{year}
(for several matches),
/event/{event_key}/teams/statuses
/event/{event_key}/awards
One way of finding teams with a ticket is to look at the teams registered for the Houston Championships.