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

Flow View: Trend Lines #437

Open
aso1124 opened this issue Oct 15, 2024 · 1 comment
Open

Flow View: Trend Lines #437

aso1124 opened this issue Oct 15, 2024 · 1 comment
Assignees

Comments

@aso1124
Copy link
Contributor

aso1124 commented Oct 15, 2024

Add a trend line view to the main flow listing.

Our current idea:

Is to have a segmented bar for each Stage, representing the aggregate stage status for the chunk of time represented by each segment.

The period for the trend line will be based on a static set of selections: e.g. 1 day, 7 days, 1 month
Each selection will result in a fairly coarse-grained set of segments: e.g. 1 day = 3 hours segments; 7 days = 1 day; 1 month = 5 days (or something like that).

Each segment can be clickable, taking the user into the playback mode for the period represented by that segment.

@aso1124
Copy link
Contributor Author

aso1124 commented Nov 12, 2024

We are going to simplify the approach for the initial release:
Trendline will be a configurable setting on the Flow level.
It's a simple on/off
If on, the trendline will show above the stages (same as playback)
Trendline will show 7days and use 3 hour segments
Clicking a segment will open playback for that segment.

@amit-y amit-y self-assigned this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants