-
Notifications
You must be signed in to change notification settings - Fork 293
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
Implement UI for new AdSense setup main components #4762
Comments
@felixarntz Just some clarification when the AC says:
Let me know if am correct in my assumption. |
@asvinb Your IB is correct - my point was that the code should be copied over from the V1 components, and the V2 components should not use the V1 components (for example the V2 IB ✅ |
QA Update: ❌@hussain-t As you can see from the screenshot below the CTA button text is in uppercase. According to the AC, it probably shouldn't be. It does appear as uppercase on V1, but would like to check.
I also feel this ticket should also be QA:Eng because of the IB checks included in the QAB. Will add the label once it passes our initial testing. |
QA Update: ✅Verified:
Have added QA:Eng label on for testing the IB. |
QA ✅
|
This issue is for actually implementing the UI (and a bit off extra logic) for the enhanced AdSense setup flow main components that were introduced in #4758.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
SetupCreateAccount
component from Scaffold (logic for) new AdSense setup main components #4758 should have its UI implemented as follows:SetupAccountCreate
component (not reusing the existing component), with just a few wording adjustments:SetupSelectAccount
component from Scaffold (logic for) new AdSense setup main components #4758 should have its UI implemented as follows:SetupAccountSelect
component (not reusing the existing component).Implementation Brief
assets/js/modules/adsense/components/setup/v2/SetupCreateAccount.js
,assets/js/modules/adsense/components/setup/SetupAccountCreate.js
to the file with the text changes as per the AC.assets/js/modules/adsense/components/setup/v2/SetupSelectAccount.js
,assets/js/modules/adsense/components/setup/SetupSelectAccount.js
to the file.assets/js/modules/adsense/components/setup/v2/SetupMain.stories.js
to include stories where above components are rendered.Test Coverage
QA Brief
SetupCreateAccount
andSetupSelectAccount
components as expected.Changelog entry
The text was updated successfully, but these errors were encountered: