matrix-org / conference-bot

The conductor for your orchestra^Wconference
Apache License 2.0
44 stars 7 forks source link

Support rooms/talks with and without online Q&A #191

Closed kittykat closed 9 months ago

kittykat commented 11 months ago

At the moment, Q&A is enabled for all devrooms and talks of specific length.

Some FOSDEM devrooms may not take online questions at all, and some talks may also not take online questions so we need to be able to disable to announcements for specific devrooms or specific talks

Can we use the tags in the pretalx API to get this information?

reivilibre commented 11 months ago

I suggest we use a pretalx 'tag' for this; it seems like the most natural choice.

I should note that they don't seem to be available in the 'frab-compatible' XML and JSON views presented on the pretalx site (looking at another pretalx conference).

According to pretalx API documentation they should be available in the API. They might be private to the organisers so that might be why.

Half-Shot commented 9 months ago

The pentabarf schedule provides this to us https://fosdem.org/2024/schedule/xml. We skip QA if it's set to false https://github.com/matrix-org/conference-bot/pull/190