Match 'Rush' function logic change
Opened this issue · 0 comments
ikrasavin commented
Current behavior - 'Rush' will send match to the top of the queue, possibly changing the match that is being tracked as played.
Option 1: add signaling between scoreboard and system to indicate that match is 'in progress' and cannot be pushed out of 1st position in the queue.
Option 2: change logic in where the 'Rushed' match is placed in queue. If the match is in any position other than 2nd in queue, move to 2nd in queue (1st on deck). If the match is 2nd in queue, move to 1st in queue (on mat).