Usage ‐ Data ‐ Teams - Team4388/ScoutingApp2025 GitHub Wiki
Usage - Data - Teams
This is the "Teams" menu, which lets users view the pit and match scouting data for each team.
After selecting a team, there are three types of view modes: "Individual", "Compiled", and "History"
View types
Individual view type
The individual view type is the simplest, it just displays the scouting data exactly as it's inputted Note that the pit scouting data is always viewed in individual mode
Compiled view type
The compiled view type is comparable to an average of a dataset, which displays the most accurate summarization for all the data, but compromises on how old each point of data is, which could very well have changed.
History view type
The history view type shows everything in regards to time, as a line graph with the match number as the x axis.
Field view types
This is a list of how each field is displayed in each corresponding view type. This doesn't include the "Individual" mode because that is very simple
Slider
Compiled: A graph of how many entries per possible value of the slider. Plus normal distribution
History: The value of the slider over time
Text
Compiled: Average sentiment of text, computed by an in-app sentiment analysis model
History: Sentiment of text over time
Dropdown
Compiled: Pie graph of values
History: Each option of the dropdown graphed, where the y axis is if the option was picked or not.
Tally
Compiled: The amount of entries per value of the tally. Plus normal distribution
History:
Number
Compiled: The amount of entries per value of the number. Plus normal distribution
History: The value of the number over time
Checkbox
Compiled: Pie graph of True and False.
History: The value of the checkbox over time (0 = false, 1 = true)
Field position
Compiled: All of the field positions displayed at once.
History: The y axis of the field over time (This works for 2024, but needs to be rewritten)