JadenBalogh / badminton-court-scheduler

2 stars 0 forks source link

Implement an approximation of time until a queued group will play #7

Open JadenBalogh opened 3 months ago

JadenBalogh commented 3 months ago

We can come up with an average length of time per game and use that to calculate how long it will take for a queued group to play, based on how long it will take for the current courts to finish and what number they are in the queue. We can keep track of how long each court has been playing for to guess how long the next groups will need to wait.