Do you simple mean a way to display how many heats a driver is in, has already raced in and has left? So on screen you could do something like "Driver 1 (0/5, 5 left)"?
Well, that might be even better than what Slottrak does. Really just need a summary showing who's still in the heat rotation and who has completed their races. Shows drivers where everyone is and what they need to do going forward. I'd want that info available via HTTP so you could devote a whole screen to the complete leaderboard/summary.Do you simple mean a way to display how many heats a driver is in, has already raced in and has left? So on screen you could do something like "Driver 1 (0/5, 5 left)"?
This looks like it'll do the trick, Dave. What it does is show the drivers--quickly-- how many more heats they have and where everyone else is in the current race. I think RC Live is the way to handle this, but it would be better to have it on the Summary or Raceday screens also.If this feature were implemented I can make it available for RCLive but you'd have to code up the html/js to use it.
What does "What they need to do going forward" mean?
In my head I'm imaging something like this:
Driver1: 5 of 8
Driver2: 1 of 8
Driver3: 8 of 8
In xaml/html you'd pull out the driver name and the two numbers. You could basically do anything you wanted with them from there.
Great, thanks!! I'm okay with doing that, though I'm no expert at it. I'll post my first screens once I sort it out.Okay I'll add it to the official request list. If/when it gets done it'll be up to you to customize your race screens and/or RCLive to display them.