UPchieve / web

Online real-time tutoring platform
https://app.upchieve.org
Other
22 stars 22 forks source link

Student waiting long #557

Closed treystevens closed 4 years ago

treystevens commented 4 years ago

Links

Description

Both cases: show a modal if a student has been waiting too long for a volunteer to join the session

Steps to test:

  1. Start a session
  2. Wait 15 minutes 2a. Or change the createdAt time on the session in MongoDB to be more than 15 minutes ago but less than 45 2b. Or change fifteenMinsFromSessionStart in SessionHeader.vue to a shorter time to test quicker
  3. A modal should appear saying that there’s trouble getting a volunteer for the session
  4. Cancel the modal
  5. Do steps 2 and 3, but now with a 45 minute wait period
  6. A modal should appear saying that we couldn’t find a volunteer to match the student and the modal will prompt the student to end the session

Developer self-review checklist

thedevelopnik commented 4 years ago

waiting

thedevelopnik commented 4 years ago

Looks good!