Zachary Orr
Zachary Orr
Ex: 4039 has 5 points of "Director's Discretion" in adjustments https://frc-events.firstinspires.org/2022/team/4039 Right now we can support this via the [`DistrictRanking.other_bonus`](https://github.com/the-blue-alliance/the-blue-alliance/blob/7bc88fe1bbfcafcc4085cdca849756b291eacd9a/src/backend/common/models/district_ranking.py#L7-L8) (the way we do for other bonuses) - this data...
Right now the dev container will throw errors when attempting to use the Firebase emulator (or some other Google services) if a `GOOGLE_APPLICATION_CREDENTIALS` is not set. By default, the container...
When clicking one of the tabs on the `/suggest/review` page, the tab will not link the user to the linked page. This bug was introduced in https://github.com/the-blue-alliance/the-blue-alliance/commit/15f3d26a7d52b6be315727f4ff603a9f3733a18e
FIRST has stopped returning us team websites, and teams are reporting their websites are unmatched with upstream data. We should build support for teams to add/modify their website in modtools....
We're getting errors with the `APIStatus` sitevar due to too many read/writes. Here are some of the following errors/stack traces ``` Traceback (most recent call last): File "/layers/google.python.pip/pip/lib/python3.9/site-packages/google/appengine/datastore/datastore_rpc.py", line 1365,...
District-level Awards events for the 2021 season are showing both DCA and RCA wins. The DCA is like an "event-level" CA win, whereas the RCA is more like the "district-level"...
Changes made to the Vagrantfile or the scripts that get run when building the development container are not checked during PRs. We should add a check to make sure our...
The inline Firebase JS imports are currently set to use the 8.x versions. We should look to upgrade to the 9.x versions. I don't think we can use the compact...
Not being able to find the 2021 events in the typeahead is pretty annoying - we should look to re-enable this cron
We need to add support to convert from rankings -> rankings2 via eventwizard/Cheesy Arena for 2020 and 2021. We should add docs in the [Preparing for a New Season](https://github.com/the-blue-alliance/the-blue-alliance/wiki/New-Season) page...