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

Add a timeline track #116

Open
seofernando25 opened this issue Mar 10, 2024 · 0 comments
Open

Add a timeline track #116

seofernando25 opened this issue Mar 10, 2024 · 0 comments
Labels
frontend Web related issues hard Non trivial trivial tasks

Comments

@seofernando25
Copy link
Collaborator

seofernando25 commented Mar 10, 2024

We would like to be able to pause and replay at some specific points: such as to review and replay flight data.

We current have a simple Timeline component but it doesn't quite do anything.

image

Perhaps similar to the one found in CesiumJS

image

We would like to:

  • Have a button to pause and play the timeline
  • Have a button to go back to real-time
  • Ability to mouse drag on the timeline to go back and forth
  • Optional: Add an command pallete action that allow us to give go to a certain timestamp

For the implementation details we would probably want to do some filtering like "where time_stamp leq timestamp" on GraphQL.

@seofernando25 seofernando25 added the hard Non trivial trivial tasks label Mar 10, 2024
@seofernando25 seofernando25 added the frontend Web related issues label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Web related issues hard Non trivial trivial tasks
Projects
None yet
Development

No branches or pull requests

1 participant