Caroline Moore
Caroline Moore
The Cultivate premium theme needs the following: * [x] Headstart annotations (don't forget to submit for translation) * [x] Demo site creation * [x] GlotPress Project creation * [ ]...
* We're changing the select element to a set of radio inputs for better accessibility/usability. * This PR updates the CSS selectors to target the radio inputs rather than a...
Related to https://github.com/Automattic/wp-calypso/issues/87393 ## Proposed changes: * Add a `/wpcom/v2/sites/${site}/site-migration` endpoint to sites with the Migrate Guru plugin, from which we can fetch the migration key on the front end....
Related to #91019 ## Proposed Changes * Add `from` and `has_source_site` props to the Tracks event properties for the `calypso_site_migration_upgrade_plan_screen` event so we can track how many people get to...
p1716406428459539-slack-C0Q664T29 A user can complete the site migration flow without having provided a source site, which leads to a lack of a `from` parameter in the URL. To go through...
Since [we've updated instances of the `import-focused` flow to use a Migrate Guru based migration method](https://github.com/Automattic/wp-calypso/issues/90653), we have some redundancy with the Move to WordPress.com plugin flow. It looks something...
The URL at `/import/[siteSlug]/?flow=onboarding` points to the `import-focused` flow. We don't know where the entry points to this URL are. We may want to redirect this URL to the new...
We introduced new helper functions in https://github.com/Automattic/wp-calypso/issues/96166 to get the blog and site owner ID, now we need to implement them in wp-content/lib/migration/endpoints/migration-provider-notifications-endpoint.php