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

Add Conference Schedule Page #258

Merged
merged 27 commits into from
Dec 8, 2024

Conversation

marcoroth
Copy link
Collaborator

@marcoroth marcoroth commented Oct 20, 2024

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.

CleanShot 2024-10-20 at 06 34 23

Resolves #184

@marcoroth
Copy link
Collaborator Author

CleanShot 2024-10-20 at 07 08 36

@marcoroth
Copy link
Collaborator Author

CleanShot 2024-10-20 at 07 55 53

@adrienpoly
Copy link
Owner

This looks awesome.
It does look also very time consuming to construct. I guess that once it is done , it is done. Do you think we will be able to somehow automate this ?

@marcoroth
Copy link
Collaborator Author

marcoroth commented Oct 20, 2024

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.

@marcoroth marcoroth mentioned this pull request Oct 20, 2024
@adrienpoly adrienpoly force-pushed the main branch 2 times, most recently from ca98c66 to aa6f659 Compare November 10, 2024 15:03
@marcoroth marcoroth marked this pull request as ready for review November 29, 2024 12:02
@marcoroth
Copy link
Collaborator Author

Merging this for now.

CleanShot 2024-12-08 at 17 47 22

@marcoroth
Copy link
Collaborator Author

marcoroth commented Dec 8, 2024

Multi-track/Multi-day:

image

@marcoroth
Copy link
Collaborator Author

marcoroth commented Dec 8, 2024

Advanced non-talk item rendering:

CleanShot 2024-12-08 at 17 50 27

@marcoroth
Copy link
Collaborator Author

Single track:

CleanShot 2024-12-08 at 17 51 27

@marcoroth marcoroth merged commit 36ba945 into adrienpoly:main Dec 8, 2024
4 checks passed
@marcoroth marcoroth deleted the conference-schedule branch December 8, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conference Schedule Page
2 participants