-
Notifications
You must be signed in to change notification settings - Fork 4
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
Homepage Plugins nudge - UI #350
Conversation
@aratidgr8 The solutions/entitlements API is now available on Hiive prod. Can you go ahead and integrate with the live API please? The endpoint |
Tried using Proxy API rest route as mentioned in PR getting attached error. @girish-lokapure please confirm if I need to pass any parameter to run this is on local environment. Thanks. |
@wpscholar Code changes done as per |
src/configs/OnboardingList.config.js
Outdated
isCompleted: (queries) => !(queries?.settings?.hasBrandSignedUp), | ||
url: () => | ||
`${window.location.href.split('#')[0]}#/my_plugins_and_tools`, | ||
target: () => "_blank", |
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.
Hi @aratidgr8 / @searunt , can you please confirm , in the next steps when user clicks on Explore the features included with your solution
are we expecting it to open it in new tab ??
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.
It will open in same tab as discussed with @wpscholar
Proposed changes
JIRA: https://jira.newfold.com/browse/PRESS0-2212
Given:
BlueHost home page with WordpPress solutions package
When:
Customers have purchase Creator/Service/Ecommerce solution package
Then:
Display "Explore your Plugins and Tools" section on brand plugin home page
Figma
CREATOR:
SERVICES:
ECOMMERCE:
NONE:
JIRA: https://jira.newfold.com/browse/PRESS0-2229
Given:
BlueHost home page,
When:
Customers have not purchased any WordPress solutions (Creator/Service/Ecommerce) package
Then:
Show "Upgrade your plan for success" section
No existing plan
JIRA: https://jira.newfold.com/browse/PRESS0-2231
Given:
BlueHost home page with WordpPress solutions package
When:
Customers have purchase Creator/Service/Ecommerce solution package
Then:
Store page should have "View all your plugins & tools" CTA
JIRA: https://jira.newfold.com/browse/PRESS0-1719
Given:
A customer has either the eCommerce, Creator, or Service solution addon
When:
They navigate to their Home page of the branded plugin
Then:
Next Steps includes a step to "Explore the features included with your solution"
Type of Change
Video
Checklist
Further comments