DESCRIPTION:
a. The program will display a list of team names and their corresponding stadiums, sorted by stadium name.
TASKS:
a. Implement a form to view each team and their corresponding stadium
b. Sort each row (team name + stadium) alphabetically by stadium name
c. Label the data in a way that is clear to the user
TESTS:
a. Verify that each team and their stadium are displayed correctly.
b. Verify that the rows are sorted by stadium name.
c. Verify that all the data is paired correctly.
ESTIMATION:
ASSUMPTIONS:
a. Each team will have a corresponding stadium
b. The database of team data will not be empty
PRIORITY:
DONE:
a. Team names and stadiums are displayed, sorted, and paired correctly.
b. No error or garbage values are displayed.
c. All data is formatted and labelled correctly.
DESCRIPTION: a. The program will display a list of team names and their corresponding stadiums, sorted by stadium name.
TASKS: a. Implement a form to view each team and their corresponding stadium b. Sort each row (team name + stadium) alphabetically by stadium name c. Label the data in a way that is clear to the user
TESTS: a. Verify that each team and their stadium are displayed correctly. b. Verify that the rows are sorted by stadium name. c. Verify that all the data is paired correctly.
ESTIMATION:
ASSUMPTIONS: a. Each team will have a corresponding stadium b. The database of team data will not be empty
PRIORITY:
DONE: a. Team names and stadiums are displayed, sorted, and paired correctly. b. No error or garbage values are displayed. c. All data is formatted and labelled correctly.