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

fix schedule #123

Merged
merged 2 commits into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 20 additions & 22 deletions src/data/schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,15 @@
"date": "2024/06/09",
"previous_date": "2024/06/08",
"order": [
{
"hour": "07:30",
"type": "activity",
"events": [
{
"title": "Attenders Arrival"
}
]
},
{
"hour": "10:00",
"type": "talk",
Expand All @@ -398,7 +407,7 @@
},
{
"room": "workshop_2",
"event_id": 37
"event_id": 30
},
{
"room": "workshop_3",
Expand Down Expand Up @@ -449,7 +458,7 @@
},
{
"room": "workshop_2",
"event_id": 30
"event_id": 37
},
{
"room": "workshop_3",
Expand Down Expand Up @@ -499,24 +508,23 @@
]
},
{
"hour": "14:00",
"hour": "15:00",
"type": "keynote",
"events": [
{
"room": "main",
"title": "Marlene Mhangami",
"id": "marlene-mhangami"
"title": "Lorena Barba",
"id": "lorena-barba"
}
]
},
{
"hour": "15:00",
"type": "keynote",
"hour": "16:15",
"type": "talk",
"events": [
{
"room": "main",
"title": "Lorena Barba",
"id": "lorena-barba"
"title": "Lightning Talks"
}
]
},
Expand All @@ -529,23 +537,13 @@
}
]
},
{
"hour": "16:15",
"type": "talk",
"events": [
{
"room": "main",
"title": "Lightning Talks"
}
]
},
{
"hour": "16:35",
"type": "activity",
"type": "sponsor",
"events": [
{
"room": "main",
"title": "Sponsor Space"
"title": "PSF"
}
]
},
Expand All @@ -571,4 +569,4 @@
}
]
}
]
]
Loading