Slide 27
Slide 27 text
jgs
Fall 2021 | 00000111
Case 7 (part A)
§ Should have a GUI with a menu bar consisting of items ‘about’ and ‘files’
where the file item is a dropdown of ‘load a roster’, ‘add attendance’, ‘save’,
and ‘plot data’ sub-menu items.
§ When clicking on the ‘about’ item in the menu bar, the system should open
a dialog box with information about all team members.
§ When clicking on the ‘Load a Roster’ sub-menu item, the system should
show a GUI to take a CSV file as user input and read the file and store the
data.
§ Show the roster data on GUI in table format.
§ When clicking on the ‘Add Attendance’ sub-menu item, ask the user to load
an attendance CSV file using GUI and store the data.