-
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
[Guided onboarding] Default the landing page based on the user's discovery question solution #148911
Comments
Pinging @elastic/platform-onboarding (Team:Journey/Onboarding) |
@alisonelizabeth Currently the deployment resource endpoint looks like so The task on the cloud backend-side would be to apply an additional parameter, e.g. @HeranGa0 |
Thanks for looking into this @claracruz. Does it not work to simply add the query param to the code here and here? |
@alisonelizabeth Oops I did not even realise we were doing this. Yes this works. 🤦 |
#153367) 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. --------- Co-authored-by: Kibana Machine <[email protected]>
Addressed via #153367 |
The landing page will soon have filters for each solution. The first time users land on this page from Elastic Cloud, we should default the filter to the solution that the user selected as part of discovery questions during sign up.
IMO I don't think we need to default the filter to the solution everytime a user hits the landing page. I think if we do it for the initial page visit from the Cloud console that should suffice to make it easy for users to find a relevant guide.
The text was updated successfully, but these errors were encountered: