Skip to content

Commit

Permalink
Merge pull request #123 from PyConColombia/feat/fix-schedule
Browse files Browse the repository at this point in the history
fix schedule
  • Loading branch information
arendondiosa committed Jun 3, 2024
2 parents 7931e75 + ff6c1ef commit ccc121a
Showing 1 changed file with 20 additions and 22 deletions.
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 @@
}
]
}
]
]

0 comments on commit ccc121a

Please sign in to comment.