Skip to content

Commit

Permalink
Playtesting Followup: FRE Updates (#198)
Browse files Browse the repository at this point in the history
* Update to new JC support email address

* Adjust publish onboarding box position

* Update copy

* Use constant

Co-authored-by: Mahmoud <mahmoud@Mahmouds-MBP.cable.rcn.com>
  • Loading branch information
mxosman and Mahmoud committed Dec 3, 2022
1 parent 4dcf168 commit 8b6b4b6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 20 deletions.
2 changes: 1 addition & 1 deletion publisher/src/components/Auth/VerificationPage.tsx
Expand Up @@ -111,7 +111,7 @@ const VerificationPage = () => {
<p>
If you have reached this page by mistake, please try to log in
again. If you are still having trouble, please reach out to{" "}
<JusticeCountsSupportLink href="mailto:humphrey@recidiviz.org?subject=Trouble logging into Justice Counts Publisher Control Panel">
<JusticeCountsSupportLink href="mailto:justice-counts-support@csg.org?subject=Trouble logging into Justice Counts Publisher Control Panel">
Justice Counts Support
</JusticeCountsSupportLink>
.
Expand Down
42 changes: 24 additions & 18 deletions publisher/src/components/Onboarding/Onboarding.tsx
Expand Up @@ -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;
`;
}
Expand Down Expand Up @@ -442,12 +442,10 @@ const OnboardingSessionView = ({
html: (
<>
<p>
If you need to edit your name or email, click on your name and
access your Settings in the dropdown.
</p>
<p>
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{" "}
<strong>Settings</strong> page, accessible from the menu bar at the
top of the screen. You can also change your display name and email
from this page.
</p>
</>
),
Expand All @@ -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{" "}
<a href="mailto:humphrey@recidiviz.org">humphrey@recidiviz.org</a>{" "}
<a href="mailto:justice-counts-support@csg.org">
justice-counts-support@csg.org
</a>{" "}
and we’ll be happy to get back to you.
</p>
</>
Expand All @@ -478,7 +478,10 @@ const OnboardingSessionView = ({
<>
<p>
If you have any questions, email the Justice Counts team at{" "}
<a href="mailto:humphrey@recidiviz.org">humphrey@recidiviz.org</a>.
<a href="mailto:justice-counts-support@csg.org">
justice-counts-support@csg.org
</a>
.
</p>
</>
),
Expand Down Expand Up @@ -533,19 +536,19 @@ const OnboardingSessionView = ({
},
{
order: 3,
title: "Publish your data",
title: "Review and Publish",
html: (
<>
<p>
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.
</p>
<br />
<p>
*<strong>NOTE</strong>: At this stage, data will just be marked as
published and will not be live just yet.
*<strong>NOTE</strong>: At this stage, data will only be marked as
published and will not be available for public access.
</p>
</>
),
Expand All @@ -559,7 +562,10 @@ const OnboardingSessionView = ({
<>
<p>
If you have any questions, email the Justice Counts team at{" "}
<a href="mailto:humphrey@recidiviz.org">humphrey@recidiviz.org</a>.
<a href="mailto:justice-counts-support@csg.org">
justice-counts-support@csg.org
</a>
.
</p>
</>
),
Expand Down
4 changes: 3 additions & 1 deletion publisher/src/components/ReviewMetrics/ReviewMetrics.tsx
Expand Up @@ -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{" "}
<a href="mailto:humphrey@recidiviz.org">humphrey@recidiviz.org</a>
<a href="mailto:justice-counts-support@csg.org">
justice-counts-support@csg.org
</a>
.
</>
) : (
Expand Down

0 comments on commit 8b6b4b6

Please sign in to comment.