Metro-Records / la-metro-councilmatic

:metro: An instance of councilmatic for LA Metro
MIT License
6 stars 2 forks source link

Make manual broadcast process more robust #1133

Closed xmedr closed 1 month ago

xmedr commented 1 month ago

There are a couple improvements that could be made to the manual broadcast process:

As of right now, the conditionals in the event template hide the option to unpublish a link if a proper link was available. This means that if an event has a manual broadcast published, and a proper broadcast link gets found midway through the meeting, the manual broadcast would persist but the button to unpublish it would disappear. This would make it difficult to unpublish that event's manual broadcast if it existed. Let's adjust the conditionals to account for this edge case.

Also, let's see if we can adjust the manual broadcast view itself to prevent the creation of a manual broadcast when a proper broadcast is available.

xmedr commented 1 month ago

The first portion of this issue has been handled. Will get started on the second.