Closed CameronHKIng closed 9 years ago
Several constraints were being evaluated at the wrong time (start/end). This commit should fix them to be consistent with what the user expects.
Ex: before_time means that the course must end before the given time, not start before the given time.
Looks good to me, and makes more sense this way; good job.
I agree, it makes more sense to the user this way
:+1:
Several constraints were being evaluated at the wrong time (start/end). This commit should fix them to be consistent with what the user expects.
Ex: before_time means that the course must end before the given time, not start before the given time.