Zachary Orr
Zachary Orr
The "No Auto Update" toggle in the Admin interface does not reflect the value. The matches I'm looking to toggle this on for include - `2007sac_qf1m1` `2007sac_qf1m2`
The `Event_Ranking` model's `ranking` property is marked as required, but can return null for different events. We should either update the endpoint to always return an array, or update the...
We should look to hide the 2021 non-group events from the Event List and Team Details. This includes the Registration events (Week 0), IR@H (`2021irhce`), Game Design Challenge (`2021gamce`), and...
Currently that endpoint is failing ``` File "/base/data/home/apps/s~tbatv-prod-hrd/prod-2.434856162632711406/controllers/cron_controller.py", line 504, in get district_points = DistrictHelper.calculate_event_points(event) File "/base/data/home/apps/s~tbatv-prod-hrd/prod-2.434856162632711406/helpers/district_helper.py", line 70, in calculate_event_points cls.calc_rank_based_match_points(event, district_points, event.matches, POINTS_MULTIPLIER) File "/base/data/home/apps/s~tbatv-prod-hrd/prod-2.434856162632711406/helpers/district_helper.py", line 297, in...
Right now the sorted order of the matches that display in the list is weird. It's starts with finals, goes to qm1, then 10, then 11, and so on. It...
Related to https://github.com/the-blue-alliance/the-blue-alliance/issues/3550 - we should look to add a FAQ page about where some data comes from, why data might be out of sync, how to fix bad data,...
If an offseason event has incorrect data, it's difficult to reach out to the suggester and ask them to re-submit the event with proper data, since we don't surface their...
The 2021 District Details (`events/{district_code}/2021`) pages are throwing 500s. I'm unable to reproduce this issue locally - probably because I'm missing some data. Ex: https://www.thebluealliance.com/events/pch/2021
From a conversation in Slack - we'd like to add error logging to the backend that's more easily monitorable than dumping errors to logs. Leveraging Stackdriver seems like the best...
Team queries are starting to get really expensive. Examples include the 2021 participation events (where there can be hundreds of teams). Less one-off examples include FIM District Rankings, which is...