voc / schedule

http://c3voc.de/wiki/schedule
14 stars 18 forks source link

Spread overlapping wiki sessions into multiple virtual rooms #77

Open johnjohndoe opened 3 years ago

johnjohndoe commented 3 years ago

The current list of self-organized sessions for the DiVOC event contains session which start at the same time. Here an example with multiple sessions starting at 15:00.

image

The wikitable2schedule.py script successfully parses all items and everything.schedule.xml and everything.schedule.json are output. Each session from the wiki has its room attribute set to Self-organized.

Because of the overlapping start time and room name only the "last" sessions of such a group is displayed in the Android Fahrplan app.

xx

Therefore, it would be great if the "overlapping" sessions could be spread to multiple virtual Self-organized rooms, e.g. Self-organized 1, Self-organized 2, Self-organized ....

saerdnaer commented 3 years ago

Pull requests for https://github.com/voc/schedule/blob/master/wikitable2schedule.py welcome :-)