the-blue-alliance / the-blue-alliance

A webapp for accessing information about the FIRST Robotics Competition.
https://www.thebluealliance.com
MIT License
394 stars 177 forks source link

Double Elimination - Finals 3 listed even if it wasn't played #5063

Open bherbst opened 1 year ago

bherbst commented 1 year ago

Expected Behavior

FMS will schedule playoff matches all the way through Finals 3, but Finals 3 is not played if an alliance wins both of the first two matches. If an alliance does this, TBA shouldn't show Finals 3 once the event has concluded.

Current Behavior

Finals 3 is displayed as an upcoming match, even a few days after the end of the event.

This is from 2023 Northern Lights, which ended 2 days ago:

image

Possible Solution

Ideally once we know the event winner we cleanup the unneeded matches immediately

ZachOrr commented 1 year ago

I'm seeing this for other events as well (2023miket) image

rutmanz commented 6 months ago

Looks like the FIRST API is still returning these events. Could hide them based on if winner can be determined based on current results, or by if the winner award is posted.