-
-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add breaks and similar events #242
Comments
Since breaks can be relevant for all rooms, we could introduce a "blocks other rooms" flag for slots, in addition to the special event type. |
breaks could also be an attribute of rooms. The schedule arrangement/view would have to take those room attributes into account |
Non-public events to be scheduled where everything else get scheduled would greatly help. This includes pre- and post-conference days for buildup and teardown. |
As a workaround, you can just never change those events to be confirmed (and leave them in "accepted" limbo) – you can schedule them and they will never show up on public schedules. Still, this is only a workaround until we get around to figure out non-public talks. |
That is a nifty workaround we might (ab)use until this feature found time to get implemented. |
As an addition it would be nice to have a schedule.xml that does not include events like breaks or other placeholders that may be useful for the participants but not for machines / services |
I'd settle for a submission type that's only available to organisers and can have its own settings - that way I could flag it as being ok for multiple scheduling and have no abstract/notes without affecting the other types. Then, I create a 'Lunch' submission and schedule it wherever I want. |
Breaks are now a feature in pretalx (in the upcoming release after 1.0.4, so presumable 1.1.0 or 2.0). They ae always public, and get displayed differently than regular events. They are not included in any of the regular exports, for now. A demo can be seen in this tweet. |
You may want to have non-talk events ("orga events"?) included in your schedule, such as a breakfast, a proper break, a party. You could do so by making a special submission, but that's a bit hacky.
(Data structure wise, this will of course be a submission, only with special treatment in the frontend.)
The text was updated successfully, but these errors were encountered: