5-MuhSkuhTeers / StudyApp

Web app that keeps track of school tasks, helps allocate time for studying and helps to create study habits, sends reminders on due dates and when to work on assignments/study.
0 stars 0 forks source link

Create functionality that doesn't allow adding conflicting classes #66

Closed MikeLeishear closed 2 years ago

MikeLeishear commented 2 years ago

Task Tests

Test 1 1) Log in to http://study-app-442.herokuapp.com/ 2) Click "Add class" 3) Add a class with an arbitrary name, from 3:00PM to 3:50PM, on Monday, Wednesday, and Friday 4) Now add another class, on Monday, from 3:30PM to 4:00PM 5) When the pop up closes, ensure the class is not added to the schedule

Test 2 1) Repeat steps 1-3 of test 1 2) Now add another class, on Monday, from 2:30PM to 3:30PM 3) When the pop up closes, ensure the class is not added to the schedule