-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Map shadow cars for pit-stops #85
Comments
Hi, Regarding how to implement what I've suggested, I don't know which data you are caching, but what about use the car position X seconds ago? Something like the delay that you have for overall data, you may consider using the same logic. In both cases anyway if you have only pit-stop times of the session, some math should be done in order to get a correct estimation excluding extreme values. I don't think past races pit-stop times is useful, because time lost going through the pitlane is different for each track. Thanks! |
Why not use something like the Sky Circle of Doom? |
Hello,
thank you for the website, it's really useful to follow races!
One suggestion for the track map: would be possible to add ghost/shadow cars for pit-stops?
For each race you should add somewhere in the backend a parameter with the time lost with pit-stop.
Then there should be a collapsable driver list where you can select for each driver ghost/shadow car in front and/or behind.
Once enabled, it will show a "shadow/lighter" icon on the map that it's running X secs ahead or behind the real car, so you can immediately know if a driver pits where will come out.
Step 2 would be to have two other parameters, one for VSC and another for SC and in case VSC or SC is out, you will automatically switch to that time instead of the standard one.
Thanks!
The text was updated successfully, but these errors were encountered: