Feature Description
The title and description for the splash screen should be updated for secondary administrators.
For reference, see the secondary administrators section in the design doc, and the Figma design.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
- When viewing the splash screen as a secondary administrator, the title and description are as follows:
- All scenarios:
- Title: Let's get started!
- Analytics not set up, or no access to shared services:
- Description: Site Kit has already been configured by another admin of this site. To use Site Kit as well, sign in with your Google account which has access to Google services for this site (e.g. Google Analytics). Once you complete the setup, you’ll see stats from all connected Google services.
- Analytics already set up, and the user has access to shared services:
- Description: Site Kit has already been configured by another admin of this site. To use Site Kit as well, sign in with your Google account which has access to Google services for this site (e.g. Google Analytics). Once you complete the setup, you’ll see stats from all connected Google services that are shared with you:
- These changes are gated behind the
setupFlowRefreshPhase4 feature flag.
Implementation Brief
Test Coverage
- Update the tests for Splash based on above change.
- Update the story for Splash screen for when:
- Analytics not set up, or no access to shared services.
- Analytics already set up, and the user has access to shared services.
QA Brief
Note: Enable setupFlowRefreshPhase4 feature flag in tester plugin.
With Analytics Setup and shared services.
- Setup SK as primary admin with Analytics module setup.
- Share the Analytics module with secondary admin.
- Login as secondary admin, the description should be as per AC.
Without Analytics Setup and shared services.
- Setup SK as primary admin without Analytics module setup.
- Login as secondary admin, the description should be as per AC.
With Analytics Setup and no shared services.
- Setup SK as primary admin without Analytics module setup.
- Share the Analytics module with secondary admin.
- Login as secondary admin, the description should be as per AC.
Changelog entry
- Update the new splash screen's copy for secondary administrators.
Feature Description
The title and description for the splash screen should be updated for secondary administrators.
For reference, see the secondary administrators section in the design doc, and the Figma design.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
setupFlowRefreshPhase4feature flag.Implementation Brief
assets/js/components/setup/SetupUsingProxyWithSignIn/Splash.js:useFeaturehook to gate the new secondary-admin copy logic behindsetupFlowRefreshPhase4feature flag.setupFlowRefreshlayout/component behavior unchanged.isSecondAdminto scope secondary-admin copy changes.isModuleActiveselector to check for Analytics setup state.getViewableModulesto derive shared-services access (for example,hasViewableModules).Let's get started!for all phase4 cases....all connected Google services.when Analytics is not set up OR no shared services are viewable....all connected Google services that are shared with you:only when Analytics is set up AND shared services are viewable.__for localization.Test Coverage
QA Brief
Note: Enable
setupFlowRefreshPhase4feature flag in tester plugin.With Analytics Setup and shared services.
Without Analytics Setup and shared services.
With Analytics Setup and no shared services.
Changelog entry