Skip to content
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

Implement pit stop logic #5

Closed
4 tasks
vekkiokonio opened this issue Sep 5, 2024 · 3 comments
Closed
4 tasks

Implement pit stop logic #5

vekkiokonio opened this issue Sep 5, 2024 · 3 comments
Labels
must have New feature or request

Comments

@vekkiokonio
Copy link
Owner

We need to implement the entire pit stop logic:

  • Detect when a driver/team is entering box
  • Compute relevant statistics (time on track, best/median lap time of the stint)
  • Reset last stint information
  • Create and populate a pit stop table with drivers/team currently in box
@vekkiokonio vekkiokonio added the must have New feature or request label Sep 5, 2024
@vekkiokonio
Copy link
Owner Author

Created vector of vectors for history.

Implemented the pit logic, but not yet tested.

Visualization is missing.

@vekkiokonio
Copy link
Owner Author

This was changed. What I implemented now is to store stint statistics and reset them once there is a pit. This is very easy to maintain but requires some DB to store past data.

@vekkiokonio
Copy link
Owner Author

This issue is replace by issue #13 #14 and #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
must have New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant