Skip to content
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

Live messaging #124

Open
michael-grace opened this issue May 20, 2020 · 2 comments
Open

Live messaging #124

michael-grace opened this issue May 20, 2020 · 2 comments

Comments

@michael-grace
Copy link
Member

Show the breaking news feed, like timelord can do, so we can send urgent messages

@cs-endo
Copy link

cs-endo commented May 23, 2020

Just as an idea of how we could do this in a very simple way... Have a database table with columns "date" and "message". Webstudio then shows the most recent message within a certain time frame (e.g. during this hour or during the last 10 minutes) - just a relatively basic database query. Any thoughts on this or have we got another method in mind?

@markspolakovs
Copy link
Member

markspolakovs commented May 23, 2020

Even easier. We already have a breaking news feed in MyRadio (for Timelord), and the code to fetch a news feed in WebStudio (it's used for the "Presenter News" popup when you start it). Just change the ID and check every 5-10 seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants