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

get classes by day api #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

get classes by day api #13

wants to merge 1 commit into from

Conversation

alecishuman
Copy link

Get classes given a specific date of the format (yyyy-mm-dd)

Copy link
Contributor

@leowang801 leowang801 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@jjessieshang
Copy link
Collaborator

Structure looks great - instead of matching start date we should check whether the date provided is in a class's start/end date range. You'll need to join with the schedule table, to get day_of_week (could be more than one) and check that the date matches and is in range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants