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

[APM] Context-aware query examples for the query bar #38915

Merged
merged 5 commits into from
Jun 25, 2019

Conversation

dgieselaar
Copy link
Member

@dgieselaar dgieselaar commented Jun 13, 2019

Closes #37224.

We now adjust the query example based on whether the user is viewing transactions, errors or metrics.

Before:
image

After:
image
image

Definition of Done for APM UI

  • Flag and create issues of things that are left out
  • Before/after images or gif of UI changes
  • Release labels
  • Designer sign-off for UI related changes
  • PM approval for bigger, user-facing features

@dgieselaar dgieselaar requested a review from a team as a code owner June 13, 2019 17:55
@@ -23,6 +23,7 @@ type BreadcrumbFunction = (props: LocationMatch) => string;

export interface BreadcrumbRoute extends RouteProps {
breadcrumb: string | BreadcrumbFunction | null;
name: string;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if this is the right place, but seems overkill to add another type on top of this. maybe we should rename this to APMRoute?

@elasticmachine
Copy link
Contributor

💔 Build Failed

Copy link
Contributor

@formgeist formgeist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good @dgieselaar just one minor copy edit for the general query placeholder example.

@elasticmachine
Copy link
Contributor

💔 Build Failed

Copy link
Contributor

@formgeist formgeist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@elasticmachine
Copy link
Contributor

💔 Build Failed

Copy link
Contributor

@ogupte ogupte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! I have a few comments, that can be taken or left as is.

dgieselaar and others added 4 commits June 25, 2019 10:38
@elasticmachine
Copy link
Contributor

💔 Build Failed

@dgieselaar
Copy link
Member Author

retest

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@dgieselaar dgieselaar merged commit eae04f6 into elastic:master Jun 25, 2019
@dgieselaar dgieselaar deleted the placeholder-copy branch June 25, 2019 11:20
dgieselaar added a commit to dgieselaar/kibana that referenced this pull request Jun 25, 2019
* [APM] Context-aware query examples for the query bar

We now adjust the query example based on whether the user is viewing transactions, errors or metrics.

* Change query example for transactions

* Address review feedback

* Fix ts issues in unit tests

* Use enum for route names, clarify queryExample w/ comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] Since Metrics: Update placeholder copy in query bar
4 participants