arthurlockman / gatool-next

The next version of the GATool, deployed into Amazon Web Services
MIT License
0 stars 0 forks source link

Events awards endpoint not working anymore #54

Closed jameslockman closed 2 years ago

jameslockman commented 2 years ago

FIRST has begun to deprecate V2 of their APIs. The first casualty seems to be the awards endpoint for events. The awards endpoint used to support three patterns: an event code, a team number, or a combination of event code and team number. While it remains possible to get awards for a team at an event or a team number, the event listing no longer matches any pattern. We use this for the District Champs special case, where there are awardees who can be at the event but who do not bring their robots. We implemented a method to find all of the EI and Dean's List winners to include their teams on the awards page.

We need to implement an awards endpoint for events, using V3. This will provide a baseline for future upgrades for other endpoints to V3.