-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add Conference Schedule Page #258
base: main
Are you sure you want to change the base?
Conversation
This looks awesome. |
I started to order all talks in running order. The idea here is that if the talks are already in running order in the videos.yml file you only have to "construct" the grid in the schedule.yml file. Also, this is designed to be gradual. If the conference doesn't have a schedule.yml it doesn't try to display it. It's a bit more effort per conference, but I think it's worth it. In the big Picture: if we can use this app to power conference schedules not only for past conferences, but also for current and future ones then this feature becomes crucial, which is why I started to work on it. |
ca98c66
to
aa6f659
Compare
This pull request implements a page for showing the conference schedule for conferences that have a
schedule.yml
file in their data folder.This pull request and design is a draft/work in progress.
Resolves #184