uprm-inso4101-2023-2024-S1 / semester-project-tutoring-app

semester-project-tutoring-app created by GitHub Classroom
6 stars 4 forks source link

TEAM 4 - Create Database special case values #150

Closed OrdepA17 closed 1 year ago

OrdepA17 commented 1 year ago

For this task you will create new values within the database that meet special cases that can occur within our app. Examples of these are: a single tutor is offering multiple classes, a tutor is offering the same class at different times, a single student is enrolled in multiple courses with the same tutor, ect. Feel free to add as many test cases and screenshot the new values as evidence of completion!

Task worth: 8pts (2pts Easy difficulty * 4 Medium Urgency)

dylanDeJesus21 commented 1 year ago

I added two more cases to the database: Student that is taking a different course with same tutor Same_stud_same_tutor_1

Stud_Tutor_2

stud_tutor_3

Same course, same time, different tutor same_course_same_time

gabrielroman1107 commented 1 year ago

10 new rows were added in the tutoring_courses table. In the blue we see different courses offered by the same tutor. In the red we see the same course offered by different tutors. In the green we see different courses offered by different tutors at different times and at different locations.

Screenshot 2023-10-22 at 6 55 33 PM
OrdepA17 commented 1 year ago

Good work! Points have been awarded!