-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Filter guided onboarding solutions based on cloud discovery questions… #153367
Filter guided onboarding solutions based on cloud discovery questions… #153367
Conversation
Pinging @elastic/platform-onboarding (Team:Journey/Onboarding) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change LGTM. Verified locally.
I had one suggestion: What do you think about automatically updating the query param if a user changes the filter? i.e., A user might select "Search" from the discovery questions, but then on the landing page in Kibana change the filter to "Observability". As it is now, if they refresh the page, they would end up back with the "Search" filter rather than "Observability".
src/plugins/home/public/application/components/guided_onboarding/getting_started.tsx
Outdated
Show resolved
Hide resolved
ab55231
to
8bff1d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest LGTM. Great work @claracruz 🎉
I left a few comments in the code, if you can take a look. Mostly nits, so I'm going to go ahead and approve. Let me know what you think.
src/plugins/home/public/application/components/guided_onboarding/getting_started.tsx
Outdated
Show resolved
Hide resolved
src/plugins/home/public/application/components/guided_onboarding/getting_started.tsx
Outdated
Show resolved
Hide resolved
packages/kbn-guided-onboarding/src/components/landing_page/guide_filters.tsx
Outdated
Show resolved
Hide resolved
8bff1d1
to
be3609a
Compare
@elasticmachine merge upstream |
…_on_discovery_questions
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Public APIs missing exports
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
Related to #148911
This PR updates the guided onboarding landing page to filter solutions based on user selected use case in cloud discovery questions. The value will be passed as querystring parameter
?cloudDiscoveryUseCase=[value]
from Cloud UI.