Automattic / wp-calypso

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

Store|Woo: Move `client/extensions/woocommerce/components/text-control` out of `client/extensions/woocommerce` #50809

Open mattsherman opened 3 years ago

mattsherman commented 3 years ago

Part of the Sunset Store project. See pbIJXs-sE-p2 for more details.

Now that Store has been removed from the user experience on WordPress.com (pbIJXs-Hj-p2), we should start removing unused code. Ideally, we will eventually get rid of client/extensions/woocommerce entirely. However, there are some files that are used elsewhere. We should move those out of client/extensions/woocommerce.

Tasks

Dev tips

simison commented 3 years ago

When you connect WooCommerce to WordPress.com, to trigger the Jetpack Connect UI, replace https://wordpress.com/ with http://calypso.localhost:3000/ in the Jetpack Connect URL.

You can also load Jetpack wp-admin screen with &calypso_env=local (or was it =development, worth checking with Jetpack Crew team) URL param and it'll open all connection links correctly.