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

If programs do not play due to missing content, give them other color #351

Open
judelove opened this issue Sep 5, 2019 · 5 comments
Open
Assignees
Milestone

Comments

@judelove
Copy link
Member

judelove commented Sep 5, 2019

In the present setup, if a cloud program plays it turns green, if it fails it turns red. Some programs however fail due to the absence of media and turn red but this is a dilemma: technically, the program succeeded because it was processed to the end according to the logic but content-wise, the program failed because nothing was played. The status field is a boolean (null -> not yet played, true-> played successfully, -> false).

In this task, make the status field an int with acceptable values (null-> not yet played, 0-> failed to play, 1-> played successfully, 2-> played successfully but no media was available) the color for this new state is grey and should be visible even for future programs. When rendering future programs, a program with no media to play should be grey, also, a program with status 2 should be grey

@carlosmouracorreia
Copy link
Collaborator

It's a bit confusing to have something that it's played but then there's no media available. It means that there's a muted, "blank" audio space in the broadcast time? IF so why is this "successful" in a way? @judelove

@carlosmouracorreia
Copy link
Collaborator

Check view definition " schedule_program_view" on staging sql server @judelove

@csik
Copy link
Member

csik commented Oct 21, 2019 via email

@judelove
Copy link
Member Author

Fortunately, the scheduler does not work like that.

@carlosmouracorreia
Copy link
Collaborator

carlosmouracorreia commented Oct 22, 2019 via email

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

No branches or pull requests

4 participants