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

How to do playback mode #5

Open
maxott opened this issue Sep 19, 2012 · 1 comment
Open

How to do playback mode #5

maxott opened this issue Sep 19, 2012 · 1 comment
Assignees

Comments

@maxott
Copy link
Member

maxott commented Sep 19, 2012

Apart from live updates, we're planning to add a playback mode where
we can set the clock back using a 'slider'.

@ghost ghost assigned maxott Sep 19, 2012
@maxott
Copy link
Member Author

maxott commented Sep 19, 2012

That's not there yet, but something I definitely want to support. It's actually quite easy to do if it's related to a timestamp which is consistent across all data sources. You can do it from the backend where you extend the OML server query with a 'timestamp < X' clause. Another solution would be to do this in the browser. Extending data_source.js to filter on a global 'wall clock' would be quite easy as well (assuming that each schema is having a 'dominant timestamp' synched to a common clock.

@maxott maxott closed this as completed Sep 19, 2012
@maxott maxott reopened this Sep 19, 2012
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