dbvideostriketeam / wubloader

MIT License
14 stars 6 forks source link

Schedulebot should handle multi-role people more gracefully #351

Open ekimekim opened 10 months ago

ekimekim commented 10 months ago

Currently the schedule format it accepts is the schedule CSV which only has one role per (person, hour). This leaves us with no way to represent shift sup backups or wub wranglers who do their duties at the same time as something else.

We need to know these roles in order to manage zulip user groups.

Currently our solution for this is a hacky workaround where we hard-code these group memberships per shift in the config file.

We should have something nicer for next year.