Skip to content
New issue

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

Seminar mutation (#78) #81

Merged
merged 1 commit into from
Nov 12, 2018
Merged

Seminar mutation (#78) #81

merged 1 commit into from
Nov 12, 2018

Conversation

tcharcho
Copy link
Collaborator

Validates seminar start/end datetimes with each other and corresponding event #59, closes #46

Throws the following errors now

Unable to create a Seminar: Invalid Start Time: Seminar cannot start after Seminar ends
Unable to create a Seminar: Invalid Start Time: Seminar cannot start before Event starts
Unable to create a Seminar: Invalid Start Time: Seminar cannot start after Event ends
Unable to create a Seminar: Invalid End Time: Seminar cannot end after Event ends

* Validates seminar start/end datetimes with each other and corresponding event #59, closes #46

* Ignore frontend package-lock file
@tcharcho tcharcho added bug Something isn't working backend labels Nov 12, 2018
@tcharcho tcharcho added this to the 3: Pre-Release Candidate milestone Nov 12, 2018
@tcharcho tcharcho self-assigned this Nov 12, 2018
@tcharcho tcharcho merged commit 61aa782 into master Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate seminar timing is within the corresponding event
2 participants