kstern00 / 739_project

GNU General Public License v3.0
0 stars 0 forks source link

User Story 4 #5

Open kstern00 opened 10 months ago

kstern00 commented 10 months ago

As a school counselor, I want to be able to view a readable report on students that shows past grades and current schedule so that I don't need to use multiple different programs to get that data all at once.

class name ----- function counselor ----- System user student_info ----- Student Database report_generator ----- Generates a report system_interface ----- Interface to system

Narration: counselor: I need to see a readable report that shows current student schedules and previous grades

system_interface: Sure thing. Would you like to view it or download it as a text file?

counselor: Download it

system_interface: report_generator, can you create this report for counselor?

report_generator yes

report_generator: student_info, can you send me your information?

student_info: here is the info

report_generator uploads information from student_info.

report_generator creates a current schedule and past grade report from the student_info data for counselor

report_generator: interface, here is the information

system_interface creates text file.

system_interface: counselor, here is your data.

kstern00 commented 10 months ago

Todo

-[] Write a query that shows grade and historic/current schedules -[] Create a UI feature that displays this

Story points - 5