7a8b086e69
Allow to create topics separately from slots, as we usually don't have the topic room layout until late in Summit prep.
31 lines
608 B
Plaintext
31 lines
608 B
Plaintext
{
|
|
"rooms": {
|
|
"A": "Annie AB",
|
|
"P": "Ballroom"
|
|
},
|
|
"slots": [
|
|
{
|
|
"day": "2012-09-20",
|
|
"hours": [
|
|
"09:30",
|
|
"10:00",
|
|
"10:30"
|
|
]
|
|
},
|
|
{
|
|
"day": "2012-09-21",
|
|
"hours": [
|
|
"09:30",
|
|
"10:00",
|
|
"10:30"
|
|
]
|
|
}
|
|
],
|
|
"topics": {
|
|
"Swift": {
|
|
"room": "A",
|
|
"start_day": "2012-09-20", "first_slot": "09:30",
|
|
"end_day": "2012-09-21", "last_slot": "10:00" }
|
|
}
|
|
}
|