bcc-code / bcc-media-platform

[BCC Media] Website and backend for the BCC Media apps
https://app.bcc.media
Apache License 2.0
9 stars 4 forks source link

mobil- Maintenance message on livestream #554

Open mulundapm opened 1 year ago

mulundapm commented 1 year ago

When live stream is in maintenance

andreasgangso commented 2 months ago

Would rather use a "page" with a realtime message section underneath the player

andreasgangso commented 2 months ago

Test instructions:

  1. Enable a message on the message section that's in "live-frontpage"
  2. Make sure it's published and enabled.

Important: Use the enabled checkbox on messages, dont unpublish message sections, ever. This is how our realtime logic work. Because you don't get realtime updates for unpublished sections. The idea is that they're always there, and just hide themselves when empty. So message sections are not supposed to be unpublished. It's slightly unintuitive at first, but I think it's a good tradeoff (slightly more admin "training" versus reduced technical complexity & better performance)

andreasgangso commented 2 months ago

But there are some backend bugs, see #998