Bungie used to post replays of entire Halo matches from literally every players POV. All I’m asking is that Private Lobby races get the results posted online somewhere, even if just a text file that can be scraped and used to help Clubs/ Leagues stay organized. Racing Club Manager would for sure appreciate it!
Was looking for something similar to this, but also wanted to add some notes around ideas on implementation. I’m currently working on building a Web App to make tracking points/results/penalties/qualifying a bit easier for leagues. Essentially just something to store some data and do some math.
I’m not sure what gets stored as far as race results, but exposing an API or some kind of webhook that can be subscribed to by some kind of “League Admin” user would be super helpful in replacing manual data entry for race times and running order. I think a lot of other parallel work would need to happen around clubs/leagues, but… my thoughts are below.
- A Club/League Admin (LA Users) user type.
- A Club/League Member (LM Users) user type.
- Race Types League Practice, League Qualifying , and League Race accessible to LA Users only.
- Race Results for each type consisting of… Race Track Name, Race Track Layout, Start TimeofDay?, Weather?, Laps?, isMandatoryPit, MandatoryPitValue?, array of DriverResults[{Gamertag, DriverId?, finish position, fastest lap}]
- Race Results published webhook for listening? With race results payload?
- Race Results for a specific race made available for a time frame of at least 48 hours in an API.
- Microsoft SSO credentials used to authenticate in API? Or a token with long expiry window for admin accounts to generate?