hyperqueue icon indicating copy to clipboard operation
hyperqueue copied to clipboard

WIP: Enable Timeline Scrubbing

Open vyomkeshj opened this issue 3 years ago • 2 comments

This PR aims to add timeline scrubbing to the dashboard:

When it's done:

  1. One will be able to press <- -> arrow keys to change the time for which the data is shown on the dashboard.
  2. Press 'l' to restore dashboard back to live mode.
  3. Press +, - to change the duration of data that is shown on the dashboard charts.

vyomkeshj avatar Apr 06 '22 13:04 vyomkeshj

The concept looks nice so far. I wonder if we should first add reading log events from a file? It will require changes that will also be relevant for the timeline ("offline" vs "live" mode) and it could also be useful for testing this feature (so that you can pre-load an automatically generated list of events and then test the timeline).

Kobzol avatar Apr 06 '22 14:04 Kobzol

The concept looks nice so far. I wonder if we should first add reading log events from a file? It will require changes that will also be relevant for the timeline ("offline" vs "live" mode) and it could also be useful for testing this feature (so that you can pre-load an automatically generated list of events and then test the timeline).

Yes, lets postmortem event loading first. I'll fix the problems with this one in parallel

vyomkeshj avatar Apr 07 '22 07:04 vyomkeshj

Closing for inactivity.

Kobzol avatar Jan 02 '23 10:01 Kobzol