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

Annotations: As a user I can toggle annotation streams on a dashboard #330

Open
hoorayimhelping opened this issue Nov 17, 2020 · 1 comment
Labels

Comments

@hoorayimhelping
Copy link
Contributor

hoorayimhelping commented Nov 17, 2020

GIVEN I have defined at least 1 annotation stream
AND it contains annotations data within the currently selected time range
AND I am viewing a dashboard

Enabling a stream

WHEN I click into the search input inside the annotations control bar
THEN I see a list of my annotation streams

WHEN I click on a stream
THEN it disappears from the list and appears as a "pill" in the control bar
AND I see annotation lines appear on the dashboard visualizations

Disabling a stream

GIVEN I have at least 1 stream enabled
AND I have the annotation control bar visible

WHEN I click the x button on a stream "pill"
THEN it disappears
AND all the annotation lines from that stream also disappear from the dashboard visualizations

GIF Preview

toggle-annotation-streams

Technical

@alexpaxton
Copy link
Contributor

Feel free to modify the redux bits in here, not attached to the implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants