From 8b6b4b6f4aff62f3ee652bbd74b00399903137ff Mon Sep 17 00:00:00 2001 From: Mahmoud O <59492998+mxosman@users.noreply.github.com> Date: Fri, 2 Dec 2022 18:23:30 -0600 Subject: [PATCH] Playtesting Followup: FRE Updates (#198) * Update to new JC support email address * Adjust publish onboarding box position * Update copy * Use constant Co-authored-by: Mahmoud --- .../src/components/Auth/VerificationPage.tsx | 2 +- .../src/components/Onboarding/Onboarding.tsx | 42 +++++++++++-------- .../ReviewMetrics/ReviewMetrics.tsx | 4 +- 3 files changed, 28 insertions(+), 20 deletions(-) diff --git a/publisher/src/components/Auth/VerificationPage.tsx b/publisher/src/components/Auth/VerificationPage.tsx index 04a67ca86..6fc13c6c7 100644 --- a/publisher/src/components/Auth/VerificationPage.tsx +++ b/publisher/src/components/Auth/VerificationPage.tsx @@ -111,7 +111,7 @@ const VerificationPage = () => {

If you have reached this page by mistake, please try to log in again. If you are still having trouble, please reach out to{" "} - + Justice Counts Support . diff --git a/publisher/src/components/Onboarding/Onboarding.tsx b/publisher/src/components/Onboarding/Onboarding.tsx index 2cba17165..2211a5496 100644 --- a/publisher/src/components/Onboarding/Onboarding.tsx +++ b/publisher/src/components/Onboarding/Onboarding.tsx @@ -189,8 +189,8 @@ const OnboardingModal = styled.div<{ if (position === "publishdata") { return ` bottom: calc(100% - ${modalHeight}px - 113px); - left: calc(100% - 532px - ${SIDE_PANEL_WIDTH}px); - top: 113px; + left: calc(100% - 552px); + top: ${HEADER_BAR_HEIGHT}px; right: ${SIDE_PANEL_WIDTH}px; `; } @@ -442,12 +442,10 @@ const OnboardingSessionView = ({ html: ( <>

- If you need to edit your name or email, click on your name and - access your Settings in the dropdown. -

-

- Admins can also use these settings to add new team members to - Publisher. + You can view and edit your agency’s Justice Counts metrics in the{" "} + Settings page, accessible from the menu bar at the + top of the screen. You can also change your display name and email + from this page.

), @@ -463,7 +461,9 @@ const OnboardingSessionView = ({ Your feedback helps us to make this product even easier to use. If you have questions, requests, or any other feedback, please email us at{" "} - humphrey@recidiviz.org{" "} + + justice-counts-support@csg.org + {" "} and we’ll be happy to get back to you.

@@ -478,7 +478,10 @@ const OnboardingSessionView = ({ <>

If you have any questions, email the Justice Counts team at{" "} - humphrey@recidiviz.org. + + justice-counts-support@csg.org + + .

), @@ -533,19 +536,19 @@ const OnboardingSessionView = ({ }, { order: 3, - title: "Publish your data", + title: "Review and Publish", html: ( <>

- Whenever you’re ready, you can publish your data with this button. - Don’t worry – you’ll still have a chance to review all the data - before it goes live*, and you can still edit the data even after - it’s been published. + Whenever you’re ready, you can review and publish your data with + this button. Even after publishing, you can still edit the data by + clicking this button again, which will revert this Record back to + Draft mode.


- *NOTE: At this stage, data will just be marked as - published and will not be live just yet. + *NOTE: At this stage, data will only be marked as + published and will not be available for public access.

), @@ -559,7 +562,10 @@ const OnboardingSessionView = ({ <>

If you have any questions, email the Justice Counts team at{" "} - humphrey@recidiviz.org. + + justice-counts-support@csg.org + + .

), diff --git a/publisher/src/components/ReviewMetrics/ReviewMetrics.tsx b/publisher/src/components/ReviewMetrics/ReviewMetrics.tsx index 4f1e2d471..b8f9e07d4 100644 --- a/publisher/src/components/ReviewMetrics/ReviewMetrics.tsx +++ b/publisher/src/components/ReviewMetrics/ReviewMetrics.tsx @@ -125,7 +125,9 @@ const ReviewMetrics: React.FC = observer(() => { The following data has been successfully uploaded. Take a moment to review the changes. If you believe there is an error, please contact the Justice Counts team via{" "} - humphrey@recidiviz.org + + justice-counts-support@csg.org + . ) : (