We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a student
I want to communicate my availabilities
So that I can match with available student to create a study group.
Three text fields:
Date - check if it’s a valid date; check the date is in the future; check if date falls within the course duration.
From - number between 12am to 12pm; increments of 30 minutes
To - number between 12am to 12pm; increments of 30 minutes; check to is after from
Submit button - submits to the database
Below these text fields +button:
Add a title that says “Your availability:”
Display one row per availability (DD/MM/YY From XX to YY)
Notes:
UK time only
Min availability 30 mins; max: 2h
The text was updated successfully, but these errors were encountered:
zkhing
Miguel-Cabral
When branches are created from issues, their pull requests are automatically linked.
As a student
I want to communicate my availabilities
So that I can match with available student to create a study group.
Three text fields:
Date - check if it’s a valid date; check the date is in the future; check if date falls within the course duration.
From - number between 12am to 12pm; increments of 30 minutes
To - number between 12am to 12pm; increments of 30 minutes; check to is after from
Submit button - submits to the database
Below these text fields +button:
Add a title that says “Your availability:”
Display one row per availability (DD/MM/YY From XX to YY)
Notes:
UK time only
Min availability 30 mins; max: 2h
The text was updated successfully, but these errors were encountered: