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 add an Annotation Stream from the settings page #223

Open
alexpaxton opened this issue Oct 27, 2020 · 0 comments
Labels

Comments

@alexpaxton
Copy link
Contributor

Blocked by https://github.com/influxdata/idpe/issues/9001


GIVEN I am viewing the settings page on the Annotations tab
WHEN I click the blue Add Annotation Stream button
THEN an overlay appears with a form for creating an Annotation Stream

Design Mockup
CreateAnnotationStreamOverlay.tsx

NOTE: Some of this UI is built out already

  • See the overlay by clicking the add button or by visiting /settings/annotations/new

GIVEN I am adding an annotation stream
WHEN I click the blue Add Annotation Stream button
AND the name input is empty or the query is incomplete
THEN I see errors explaining how to resolve

Design Mockup


Technical note:

Since this UI re-uses some flows components (in addition to a special cell type for annotation streams) there is some de-risking to do here

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

1 participant