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

Allow per-day timeslots #24

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

Conversation

kolbyjack
Copy link

@kolbyjack kolbyjack commented Aug 10, 2022

Our local schools let out an hour early on Wednesdays, and so I added the ability for a lessons entry to be a map containing timeslots and lessons keys that will apply for that day only.

An example using this feature:

config: {
  schedule: {
    timeslots: ["8:00", "9:00"],
    lessons: {
      mon: ["First lesson", "Second Lesson"],
      wed: {
        timeslots: ["8:00", "8:30"],
        lessons: ["Short lesson", "Short lesson 2"]
      }
    }
  }
}

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.

1 participant