As an avid baseball fan of many different baseball leagues, I want to view and sort teams' leagues along with their stadium information so that I can group together different teams with the same leagues.
Assumptions:
That there exist a data format for reading values of the team
These values are stadium information and league information
There exists a data structure for holding the values of the team
That data from an input source has populated the internal way for storing data
Estimate:
5
Tasks:
Be able to read out the team data from the internal data-structure
Query the user for what type of league data they want to view
Add only the teams that meet the league requirements to a list
Sort the list by team name or stadium name (user choice)
Add graphical implementation for the list displaying team names and stadium
Tests:
Verify that the correct teams are added to the list
Verify that the list is viewable
Verify that the league chosen is what will be the case for populating the list
Verify that Major, American, and National support are all present
Make sure that list is lexicographically sorted by team name or stadium name
Definition of Done:
The user can view a list of stadiums and their teams that is sortable by leagues.
Description:
As an avid baseball fan of many different baseball leagues, I want to view and sort teams' leagues along with their stadium information so that I can group together different teams with the same leagues.
Assumptions:
Estimate:
Tasks:
Tests:
Definition of Done:
The user can view a list of stadiums and their teams that is sortable by leagues.