ethanl21 / BaseballTour

CS1D Group Project 2, Spring 2021
0 stars 0 forks source link

As a baseball fan, I want to view major league teams sorted by stadium name. #8

Closed ethanl21 closed 3 years ago

ethanl21 commented 3 years ago

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.

ethanl21 commented 3 years ago

Complete, click on the header in the database viewer to sort.