Feat switch rundown api#2080
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
I think you've already done a great job laying the groundwork. |
|
@alex-Arc , we will need to wait with this until the rundown loading code is done as for API design: I believe that receiving a title may be too lose of an API, we should stick to rundown IDs, at least for now Should wait on #2086 |
23a9dc0 to
df5bf7e
Compare
df5bf7e to
8f56bef
Compare
#2079
unsure what a good naming for the api would be (load or switch or...)
should we make it a nested api, will there be mor actions needed on rundown from the api
should we add a way for the user to see the id in the UI
osc example
/api/rundown/load "abcd"http example
/api/rundown&load=abcd /api/rundown/load/abcdwebsocket
{"rundown": {"load": "abcd"}}