-
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: Remove Language Setting UI #2489
Comments
Could you elaborate on this idea? I don't understand what is to be cleared in this issue's scope, and why it needs to not share the As a reference to past changes, it took a lot of time and effort to share them in the past, so there needs to be a clear reason for taking them apart again. See #288 |
Thanks @eason9487. I wasn't sure whether the @mikkamp I'd still be interested in your feedback about whether you know of any backend concerns related to removing this UI, but we can handle in a separate issue if so. |
I don't see anything, the language is only returned in the |
Closing this as completed since it was part of the 2.9 release. |
Part of #2458
On the second page of onboarding, the first section a user is shown is the "Audience" section, which includes a "Language" setting that cannot be modified by the user. Remove this setting to reduce unnecessary clutter from this screen.
Before
After
Acceptance Criteria
Implementation Brief
The page component for the second step of onboarding is the
SetupFreeListings
component located injs/src/components/free-listings/setup-free-listings/index.js
. This page importsFormContent
which includes theChooseAudienceSection
component that needs to be edited (injs/src/components/free-listings/choose-audience-section/choose-audience-section.js
) to remove the entire subsection that contains the language settings.Test Coverage
tests/e2e/specs/setup-mc/step-2-product-listings.test.js
.EditFreeCampaign
page that may be affected by this change.Definition Questions
Does theA: this will remain shared.SetupFreeListings
component need to be shared still between onboarding andEditFreeCampaign
, or should we take this opportunity to clean things up and move this component into thejs/src/setup-mc/setup-stepper/
folder?The text was updated successfully, but these errors were encountered: