updates on the time table

This commit is contained in:
Tobi 2023-06-26 07:53:31 +02:00
parent 9e97dad908
commit 75fdc2b081

View file

@ -27,27 +27,141 @@ const eventData = {
'Wednesday': { 'Wednesday': {
10: { 10: {
'Camp ground': { 'Camp ground': {
'event': 'Workshop & Irgendwas hier text', 'event': 'Workshop',
'description': 'hier wird das Event genauer beschrieben!' 'description': 'This is just an examble. The timetable will be filled over time!'
},
'Fire place': {
'event': 'Talk',
'description': 'This is just an examble. The timetable will be filled over time!'
}
/* other events */
},
12: {
'Lunch table': {
'event': 'Event',
'description': 'This is just an examble. The timetable will be filled over time!'
},
'Stage room': {
'event': 'Event',
'description': 'This is just an examble. The timetable will be filled over time!'
}
/* other events */
},
/* other times */
},
'Thursday': {
10: {
'Camp ground': {
'event': 'Workshop II',
'description': 'This is just an examble. The timetable will be filled over time!'
}, },
'Fire place': { 'Fire place': {
'event': 'Event 2', 'event': 'Event 2',
'description': 'Description for Event 2' 'description': 'This is just an examble. The timetable will be filled over time!'
} }
/* other events */ /* other events */
}, },
12: { 12: {
'Lunch table': { 'Lunch table': {
'event': 'Event 3', 'event': 'Event 3',
'description': 'Description for Event 3' 'description': 'This is just an examble. The timetable will be filled over time!'
}, },
'Stage room': { 'Stage room': {
'event': 'Event 4', 'event': 'Event 4',
'description': 'Description for Event 4' 'description': 'This is just an examble. The timetable will be filled over time!'
} }
/* other events */ /* other events */
}, },
/* other times */ /* other times */
}, },
'Friday': {
10: {
'Camp ground': {
'event': 'Workshop & Irgendwas hier text',
'description': 'This is just an examble. The timetable will be filled over time!'
},
'Fire place': {
'event': 'Event 2',
'description': 'This is just an examble. The timetable will be filled over time!'
}
/* other events */
},
12: {
'Lunch table': {
'event': 'Event 3',
'description': 'This is just an examble. The timetable will be filled over time!'
},
'Stage room': {
'event': 'Event 4',
'description': 'This is just an examble. The timetable will be filled over time!'
}
/* other events */
},
20: {
'Fire place': {
'event': 'Bonfire',
'description': 'Sit-in and talks around the fire.'
},
'Lunch table': {
'event': 'Tidying up',
'description': 'Tidying up the kitchen and preparing for the next day.'
}
/* other events */
},
/* other times */
},
'Saturday': {
12: {
'Camp ground': {
'event': 'Workshop',
'description': 'hier wird das Event genauer beschrieben!'
},
'Fire place': {
'event': 'Event 2',
'description': 'This is just an examble. The timetable will be filled over time!'
}
/* other events */
},
14: {
'Lunch table': {
'event': 'Event 3',
'description': 'This is just an examble. The timetable will be filled over time!'
},
'Stage room': {
'event': 'Event 4',
'description': 'This is just an examble. The timetable will be filled over time!'
}
/* other events */
},
20: {
'Fire place': {
'event': 'Bonfire',
'description': 'Sit-in and talks around the fire.'
},
'Lunch table': {
'event': 'Tidying up',
'description': 'Tidying up the kitchen and preparing for the next day.'
}
/* other events */
},
/* other times */
},
'Sunday': {
12: {
'Camp ground': {
'event': 'Tearing down',
'description': 'Clearing up the camp grounds.'
},
/* other events */
},
14: {
'Lunch table': {
'event': 'Coffee',
'description': "Let's have a last coffee before traveling home again."
},
/* other events */
},
/* other times */
},
/* other days */ /* other days */
} }