-
Notifications
You must be signed in to change notification settings - Fork 68
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
Decouple MCCY analytics and root folders #9326
Decouple MCCY analytics and root folders #9326
Conversation
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: +599 B (0%) Total Size: 1.32 MB
ℹ️ View Unchanged
|
0f8ddf1
to
eccf524
Compare
eccf524
to
b1b60f8
Compare
…multi-currency-analytics
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.
Nice work. I couldn't find any issues in the code despite the large diff. 👍
- ✅ Confirm Full Migration of
./client/multi-currency-analytics
. - ✅ Confirm Full Migration of
./client/multi-currency
. - ✅ Smoke tested multi currency and single currency settings.
- multi-currency/client/data/actions.js – This was merged previously, I can see the git history.
- multi-currency/client/analytics/index.js – From this PR, I can't see the git history.
Closes 107-gh-Automattic/woopayments.
Changes proposed in this Pull Request
This PR continues the MCCY migration to V2 by migrating the following:
Testing instructions
Confirm Full Migration of `./client/multi-currency-analytics
npm run test:js
command and ensure all tests pass../client/multi-currency-analytics
were moved to./multi-currency/client/analytics
, properly disconnected from WooPayments, properly reconnected into MCCY, and interfaced with WooPayments through the interface later (e.g../multi-currency/interface/*
).Confirm Full Migration of `./client/multi-currency
npm run test:js
command and ensure all tests pass../client/multi-currency
were moved to./multi-currency/client/
, properly disconnected from WooPayments, properly reconnected into MCCY, and interfaced with WooPayments through the interface later (e.g../multi-currency/interface/*
).npm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge