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

Change add_day check to allow a list of days #4

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

Conversation

16chuang
Copy link
Collaborator

Closes codeforsanjose/bac-resources#20

Previously, add_hours only got added to the CSV if add_day was an exact match with one weekday. Instead, it should allow for one or more weekdays in add_day (string contains instead of equals).

Previously, add_hours only got added if add_day was an exact match with one weekday.
Instead, it should allow for one or more weekdays in add_day (string contains instead of equals)
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.

Ensure "add_day" and "add_hours" data is showing up in the tooltip schedule.
1 participant