jkleiber / BBQ-FIRST

Super advanced analytics for the FIRST Robotics Competition (FRC).
https://bbq-first.vercel.app
4 stars 1 forks source link

Event BBQ does not include blue banners won earlier in the day #24

Closed jkleiber closed 6 months ago

jkleiber commented 6 months ago

Summary BBQ is currently only computed by checking if a given banner is won strictly prior to the event start date. This means that most of Einstein results are slightly wrong due to banners being awarded the same day as Einstein field.

The objective of this issue is to fix the problem by allowing banners to be won on the same day as the given event provided that they were not won at the given event. This is an update to the python scripts and should have no frontend impact.

jkleiber commented 6 months ago

Done in #25