arthurlockman / gatool-next

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

Use V3 API for Events #56

Closed jameslockman closed 2 years ago

jameslockman commented 2 years ago

The V3 API includes additional data about events: allianceCount weekNumber allianceCount tells us about how playoffs will work, either a round robin or traditional playoff format. We can use this to develop a playoff view for round robin events. weekNumber is something we used to manually calculate based on dates. This is unnecessary now. We should implement a new request via v3 to use the week numbers as provided by FIRST, rather than pre-determining date ranges.