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

Move Race Timing Clock to the Python Script #20

Open
ghost opened this issue Jun 28, 2017 · 2 comments
Open

Move Race Timing Clock to the Python Script #20

ghost opened this issue Jun 28, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 28, 2017

The race timing clock is currently javascript on the race page. It does not persist if the race director navigates away from the race page and then returns. Move the timing clock to a python function with socket io updates back to the race page as needed. This might involve needed a separate emit for each audio cue as well.

@ghost ghost added the enhancement label Jun 28, 2017
@punkkills
Copy link
Collaborator

You could have a generic "play_cue" emit with some data describing which cue to play.

@ghost
Copy link
Author

ghost commented Jun 28, 2017

True, that would be the better way to do it.

Should also tie in with #18

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

1 participant