-
Notifications
You must be signed in to change notification settings - Fork 21
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
Onboarding: Connect to existing MC account in Google Accounts Card #2597
Comments
@joemcgill I've updated the IB. Can you kindly take a look and let me know what you think please? |
Similar to my answer in #2596 (comment), we always want the user initiate the connection to an existing account at this point.
The requirements for connecting a new account are described in #2604. We could consider combining these but wanted to try to keep the tasks fairly focused. |
Thanks @joemcgill |
I've made a few updates to the Implementation Brief, mainly simplifying the description for kicking off creation of an Ads account if none exists, since that will all be handled in #2567. This issue should only be responsible for updating the text that is displayed during account creation when there are already existing MC accounts. One additional consideration for this issue is if we should go ahead and handle the reclaim URL flow as part of this issue, or create a follow-up issue for it. Currently, it exists as part of the requirements for #2604, but I think it would be better to have this flow in place sooner. @eason9487 this one is ready for you to review as well, please. |
One thing may need to be clarified is similar to #2596 (comment). |
Thanks @eason9487 . I added a note in the IB for that. It'll be highly unlikely but something to watch out during implementation. |
Part of #2509
After connecting a Google account, we will provide the UI to allow the merchant to connect to an existing MC account.
Acceptance Criteria
Implementation Brief
GoogleComboAccountCard
created in Onboarding: Create New Google Combo Accounts Card #2566.googleMCAccount.status === connected
via theuseGoogleMCAccount
hook.connect-mc/index.js
in the same folder asGoogleComboAccountCard
which will house theConnectMC
component.js/src/components/google-mc-account-card/connect-mc/index.js
to display the data (not the UI) and styled as per the designs.Section.Card.Body
for the layout.AppSelectControl
when only one account is available #2593.handleConnectMC
injs/src/components/google-mc-account-card/connect-mc/index.js
.ConnectMC
withinGoogleComboAccountCard
.useExistingGoogleMCAccounts
hook.GoogleComboAccountCard
should automatically create one.Test Coverage
Definition Questions
WarningModal
fromjs/src/components/google-mc-account-card/warning-modal/index.js
, and then proceed with creating the new MC account. If that's the approach, how should the UX look while the account is being created? Should we hide theConnectMC
component.The text was updated successfully, but these errors were encountered: