You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to find students with the same availability as me
So that we can study together.
Create a table with 2 columns:
Date + time, other students
query the database so that all students with matching availabilities are returned
Return first name, last name and email, so that the current student can message them to set up a study group
The text was updated successfully, but these errors were encountered:
As a student
I want to find students with the same availability as me
So that we can study together.
Create a table with 2 columns:
Date + time, other students
query the database so that all students with matching availabilities are returned
Return first name, last name and email, so that the current student can message them to set up a study group
The text was updated successfully, but these errors were encountered: