4201VitruvianBots / ScoutingApp2023

Development of Team 4201's Scouting Application
https://4201VitruvianBots.github.io/ScoutingApp2023
6 stars 2 forks source link

MatchData: Select match to autofill teams #283

Open JosiahFu opened 1 year ago

JosiahFu commented 1 year ago

User Story

Currently, the MatchData table requires the user to manually input all six teams for an upcoming match. This takes a bit of time and is prone to error if someone enters an incorrect team:

Image

We already have information that tells us what teams are present in upcoming matches. We want to allow the user to select the match number we want to see data for, which will update all of the dropdowns in the table to match the team numbers in that match.

Image