Refine copy for button to skip to view-only dashboard
See original GitHub issueFollow-up to #4811: The button currently simply says “Go to Dashboard”. It should be a bit more clear on that dashboard not being the full dashboard, but the more limited view-only version of it. Alternatively, we may also want to update the copy in the description above, to potentially mention the view-only dashboard as an alternative to signing in.
Here’s a screenshot of what this currently looks like:
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
- Replace current secondary CTA copy with “Skip sign-in and view limited dashboard”
Implementation Brief
- In
assets/js/components/setup/SetupUsingProxyWithSignIn.js
, change the<Link />
text toSkip sign-in and view limited dashboard
here: https://github.com/google/site-kit-wp/blob/a2823b7c40c1e5cd5e398d5699b0a7c9a5ea28e1/assets/js/components/setup/SetupUsingProxyWithSignIn.js#L363
Test Coverage
- No new tests are to be added.
QA Brief
- QAing this issue would require granting administrators access to the view-only dashboard, logging in as a secondary administrator to view the Site Kit setup screen, and making sure that the secondary CTA copy says “Skip sign-in and view limited dashboard”. But according to my observation, this isn’t available yet at the moment.
- For now, please check Storybook for the “Start - with Dashboard Sharing enabled and available” story and ensure the secondary CTA has the copy “Skip sign-in and view limited dashboard”, as opposed to “Go to Dashboard” in the
develop
branch. - For convenience, I’ve attached a screenshot to imply what it should look like:
Changelog entry
- Update the “Skip to view-only dashboard” button text.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Refine element selection with the code selector
If this button is not available this doesn't work, - Copy-paste the following selector code in the selector input field (beneath the old...
Read more >Manage your dashboard | New Relic Documentation
Use the edit button to: Copy the dashboard's permalink. Rename your dashboard. Names are searchable, so we recommend giving it a meaningful name....
Read more >Configure widgets for breakdown dashboards
Configure each widget that goes on a breakdown dashboard. The configuration determines whether and how the widget follows the elements ...
Read more >17 Best Practices for Crazy-Effective Call-To-Action Buttons
The Children's Museum of Pittsburgh has a nice site design, but their button text could be better. Instead of boring “Go,” why not...
Read more >Managing question results - Tanium Documentation
When you issue a saved question or a dashboard of questions, ... Click the button for the type of results that you want...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@felixarntz Agreed with you on the comma; I’d suggest:
QA Update: ✅
Verified:
Checked Storybook for the
Start - with Dashboard Sharing enabled and available
story and ensured the secondary CTA has the copySkip sign-in and view limited dashboard
as per the AC.