-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Launchpad - Update launchpad domain upsell completion #75133
Conversation
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: Sections (~451 bytes added 📈 [gzipped])
Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
@agrullon95 - This one doesn't seem to be testing as expected. I'm loading up this branch, going to http://calypso.localhost:3000/setup/free/intro to start a free site. When I get to Launchpad, I'm clicking Choose a Domain. One the domains screen, I'm choosing 'Choose My Domain Later'. I am redirected back to Launchpad, but the Choose a Domain task is still incomplete. It is basically behaving as before - I actually double checked everything to be sure I'm running the branch. From what I can tell consoling some output, it seems like the new call to saveSiteSettings() should be firing, but on Launchpad, the value of launchpad_checklist_tasks_statuses is still just an empty array. There's no value for domain_upsell_deferred from what I can see. |
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.
This tests properly in combination with the endpoint. Tested on the free flow.
@edanzer - The jetpack PR with the logic that updates the |
TestingRequirements
Browsers
|
Related to #74416
Test / Review Estimation
Test: Medium
Review: Short
Proposed Changes
launchpad_checklist_tasks_statuses
with new valuedomain_upsell_deferred: true
when the user accesses the domain upsell flow and clicks the "Choose a domain later" link on the domains page.domain_upsell_deferred
will be used to cross off theChoose my domain later
task on the launchpad screen.Testing Instructions
Pre-merge Checklist