bppr / Stuart

A very basic IRSDK-JS-Electron proof of concept
3 stars 1 forks source link

Add "Requirements" tracking #11

Open zzm634 opened 2 years ago

zzm634 commented 2 years ago

Add support for tracking "requirements" such as "must have completed a pitstop longer than 35 seconds" or "must have put in a qualifying time within a set limit" and raise an incident if the requirement is not met before a deadline.

Requirements can be per-driver or per-team, and have a "deadline", such as "by the start of the race" or "by the end of the race", etc. (Possibly even "by lap N").

Requirement completion status should be shown in the UI, possibly as part of a table.

(This ticket isn't for the actual requirements, just the system that can track them.)