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

Homepage Plugins nudge - UI #350

Merged
merged 24 commits into from
Oct 9, 2024
Merged

Homepage Plugins nudge - UI #350

merged 24 commits into from
Oct 9, 2024

Conversation

aratidgr8
Copy link
Contributor

@aratidgr8 aratidgr8 commented Sep 11, 2024

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:
content creator

SERVICES:
services

ECOMMERCE:
ecomm

NONE:
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
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

Overview v2 - ecomm users - single use

Overview v2 - ecomm users

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"

Screenshot 2024-09-26 at 3 17 32 PM

Type of Change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Video

Checklist

  • I have read the CONTRIBUTING doc
  • I have viewed my change in a web-browser
  • Linting and tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

@diwanshuster diwanshuster requested review from ramyakrishnai and removed request for diwanshuster September 18, 2024 10:08
@aratidgr8 aratidgr8 changed the base branch from trunk to solutions September 26, 2024 13:58
@wpscholar
Copy link
Member

@aratidgr8 The solutions/entitlements API is now available on Hiive prod. Can you go ahead and integrate with the live API please?

The endpoint /api/sites/v1/entitlements and will return a solutions endpoint with the data you need.

@aratidgr8
Copy link
Contributor Author

aratidgr8 commented Oct 3, 2024

@aratidgr8 The solutions/entitlements API is now available on Hiive prod. Can you go ahead and integrate with the live API please?

The endpoint /api/sites/v1/entitlements and will return a solutions endpoint with the data you need.

Tried using Proxy API rest route as mentioned in PR getting attached error.
Screenshot 2024-10-03 at 5 28 46 PM
Screenshot 2024-10-03 at 5 28 59 PM

@girish-lokapure please confirm if I need to pass any parameter to run this is on local environment. Thanks.

@aratidgr8
Copy link
Contributor Author

@aratidgr8 The solutions/entitlements API is now available on Hiive prod. Can you go ahead and integrate with the live API please?

The endpoint /api/sites/v1/entitlements and will return a solutions endpoint with the data you need.

@wpscholar Code changes done as per entitlement API. Please help me with PR review. Thanks!

isCompleted: (queries) => !(queries?.settings?.hasBrandSignedUp),
url: () =>
`${window.location.href.split('#')[0]}#/my_plugins_and_tools`,
target: () => "_blank",
Copy link
Contributor

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 ??

Copy link
Contributor Author

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

@circlecube circlecube merged commit 1c4a5a1 into solutions Oct 9, 2024
1 check passed
@circlecube circlecube deleted the PRESS0-2212 branch October 9, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants