Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.43k stars 1.99k forks source link

Post-purchase Migration Experience: Handle selecting a site in the Sites dashboard that is pending migration #95380

Closed donnapep closed 1 week ago

donnapep commented 2 weeks ago

Dependent on #95379.

Description

When a user clicks on a site in the Sites dashboard that has the migration-pending or migration-pending-diy sticker, display a detailed view communicating that the site is ready to be migrated.

Clicking on the Start your migration button goes to the:

In either case, we should ensure that the button click can be analyzed in Tracks funnels so that we can discern that the user entered the flow from the Sites dashboard.

Figma - nOWSHCjXMpB5sXHthTVdvK-fi-3949_19810

Image

renatho commented 2 weeks ago

I'll implement this in parallel with https://github.com/Automattic/wp-calypso/issues/95379 since it will have the same logic, just redirecting to a different link after clicking on the CTA.