Skip to content
Liam Fruzyna edited this page Jan 27, 2024 · 1 revision

Extra Pages

Accessible via the Administrator role, there are a handful of "extra" pages. These pages don't fit in with the rest of the app. They are not useful for event scouting, they generally are game-specific tools or TBA data crunching scripts.

Game Specific Tools

These tools were developed during an FRC season to help with some kind of calculation during an event, but are not useful beyond that event.

2022 Score Estimator

This tool is used to estimate a final match score, before the results are displayed to the crowd. It makes the assumption that the final displayed score is the final score before climbs. It then prompt the user for this score and what the climb states of each robot are. As the user populate the field the tool updates the estimated score.

TBA Scripts

While WildRank does not store enough data from The Blue Alliance to do any interesting data crunching, it is an accessible interface that I have experience using to pull data from TBA. Therefore, when I want to crunch some FRC data I develop it as an additional page for WildRank. These pages require internet access and are not useful for scouting.

Match Counter

In order to provide more context to the TBA matches by year graph for a discussion about the COVID-19 pandemic's effect on FIRST, I created this page to simply count the number of matches per year, as well as, the number of regional, district, district championship, and world championship matches. This page automatically adds a row to a table for every year starting with 2002 to the present. It may take a minute or so to fetch and crunch all the data.

District Counter

To satisfy a curiosity about the number of district teams that compete in regional events after the change in rules on their champs eligibility, I created this page to count the number of district teams attending regionals. This page finds every regional event in the given year that includes teams competing in a district competition. It displays the number of teams attending these regionals, as well as, the number of district teams attending and the percent of the teams this makes up. It also calculates totals for all regional events. By default this uses the current configuration year, but can be changed by setting the URL parameter year to the desired year. This tool will be less insightful after 2022 due to the rule change, but district teams are still allowed to compete in regional events so it won't be useless or broken. It would also be interesting to count how many of these teams qualified for the championship at these regionals (or created a wildcard) but that would require a lot more work.

Event Planner

Finds events based on several criteria.

International Counter

Counts the number of international teams at regionals.

Revival Counter

Counts the number of teams that have gone inactive then come back.

Score Counter

Calculates scoring statistics throughout the years.

Team Profile

Builds a team history page with TBA data.

Other

Input Tester

This page was created to ensure all inputs are working correctly. It displays one of every input, often in multiple configurations. It lives on the extras page because it is useful for development but not at competitions.

Clone this wiki locally