Skip to content

Commit

Permalink
Merge pull request #99 from Light-it-labs/develop
Browse files Browse the repository at this point in the history
[RELEASE] 23 February
  • Loading branch information
cgarcia-lightit authored Feb 23, 2024
2 parents dc088d5 + d99ec1a commit 9a8400b
Show file tree
Hide file tree
Showing 18 changed files with 58 additions and 58 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/eo_web/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"css": [
"assets/main-cae12d70.css"
],
"file": "assets/main-fc24f41d.js",
"file": "assets/main-9a4200e5.js",
"isEntry": true,
"src": "src/main.tsx"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/components/EOInYourInbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const EOInYourInbox = () => {
font="bold"
className="mb-4 text-center text-[32px] leading-[40px] text-skunk"
>
eo in your inbox
EO in your inbox
</Typography>
<Typography className="text-center text-skunk-mid">
Rollouts in new markets, new partnerships, research initiatives and
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const Header = () => {
variant="large"
className="mb-4 whitespace-normal text-[18px] font-semibold leading-normal text-gray-800 md:mb-6 md:text-[22px]"
>
Have questions or prefer to talk with an eo rep?
Have questions or prefer to talk with an EO rep?
</Typography>
<ul className="list-disc pl-4">
<li>
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/components/HowEOWorks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const HowEOWorks = ({ pilot = false }: HowEOWorksProps) => {
return (
<section className="bg-white px-6 py-12 md:px-[50px] md:py-[100px] ">
<Typography font="bold" variant="large" className="mb-20 text-center">
{pilot ? "How the eo Pilot Works" : "How eo Care Plans Work"}
{pilot ? "How the EO Pilot Works" : "How EO Care Plans Work"}
</Typography>
<EoCarousel>
{carouselItems.map(({ title, content, step, icon: Icon }) => (
Expand Down
18 changes: 9 additions & 9 deletions apps/eo_web/src/copy/copy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const CarrouselItems = [

export const pilotFaqs: Copy[] = [
{
title: "How much does eo cost?",
title: "How much does EO cost?",
content: "Your care is completely free. And we’ll reimburse you for the cost of your products. Just send a picture of your receipt to [email protected] each time you make a purchase and we’ll provide you with an Amazon gift card in an equal amount.",
},
{
Expand All @@ -124,19 +124,19 @@ export const pilotFaqs: Copy[] = [
},
{
title: "Why can’t I see my initial care plan as soon as I submit my profile information?",
content: "Every profile submitted and piece of feedback provided is initially assessed by our proprietary data model and a draft care plan or care plan update is created. That plan is then closely reviewed and edited as needed by a licensed eo clinician. This can take as long as 24 hours or this can take as little as an hour, depending on the complexity of your profile, your care plan and clinician availability.",
content: "Every profile submitted and piece of feedback provided is initially assessed by our proprietary data model and a draft care plan or care plan update is created. That plan is then closely reviewed and edited as needed by a licensed EO clinician. This can take as long as 24 hours or this can take as little as an hour, depending on the complexity of your profile, your care plan and clinician availability.",
},
{
title: "How do you decide which products, doses and times of use are most right for me?",
content: (
<>
The eo data model and your clinical team bases all recommendations on
The EO data model and your clinical team bases all recommendations on
relevant aspects of your medical history, cannabis use history, your
daily schedule and the feedback you provide as you use your care plan.
<br />
<br />
The model and your team also considers the profiles, experiences and
feedback provided by other eo patients like you and the recommendations
feedback provided by other EO patients like you and the recommendations
of our proprietary data model. And your clinical team (of course) always
draws upon their extensive cannabis treatment and research experience to
provide the best possible care for you.
Expand Down Expand Up @@ -187,9 +187,9 @@ export const pilotFaqs: Copy[] = [

export const faqs: Copy[] = [
{
title: "How much does eo cost?",
title: "How much does EO cost?",
content:
"eo costs $14 per month for your clinician-reviewed plan, ongoing plan optimization based on your feedback and unlimited phone calls and in-app messaging with our care team. You can cancel your subscription any time. Note that the cost of your recommended products is NOT included in your plan unless you’re participating in an eo clinical pilot.",
"EO costs $14 per month for your clinician-reviewed plan, ongoing plan optimization based on your feedback and unlimited phone calls and in-app messaging with our care team. You can cancel your subscription any time. Note that the cost of your recommended products is NOT included in your plan unless you’re participating in an EO clinical pilot.",
},
{
title:
Expand All @@ -211,20 +211,20 @@ export const faqs: Copy[] = [
title:
"Why can’t I see my initial care plan as soon as I submit my profile information?",
content:
"Every profile submitted and piece of feedback provided is initially assessed by our proprietary data model and a draft care plan or care plan update is created. That plan is then closely reviewed and edited as needed by a licensed eo clinician. This can take as long as 24 hours or this can take as little as an hour, depending on the complexity of your profile, your care plan and clinician availability.",
"Every profile submitted and piece of feedback provided is initially assessed by our proprietary data model and a draft care plan or care plan update is created. That plan is then closely reviewed and edited as needed by a licensed EO clinician. This can take as long as 24 hours or this can take as little as an hour, depending on the complexity of your profile, your care plan and clinician availability.",
},
{
title:
"How do you decide which products, doses and times of use are most right for me?",
content: (
<>
The eo data model and your clinical team bases all recommendations on
The EO data model and your clinical team bases all recommendations on
relevant aspects of your medical history, cannabis use history, your
daily schedule and the feedback you provide as you use your care plan.
<br />
<br />
The model and your team also considers the profiles, experiences and
feedback provided by other eo patients like you and the recommendations
feedback provided by other EO patients like you and the recommendations
of our proprietary data model. And your clinical team (of course) always
draws upon their extensive cannabis treatment and research experience to
provide the best possible care for you.
Expand Down
10 changes: 5 additions & 5 deletions apps/eo_web/src/layouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,27 @@ export function Footer() {
</Typography>
<a
href="https://partner.eo.care/about"
className="mb-0 py-2 font-new-hero font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
className="mb-0 py-2 font-new-hero font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
>
About
</a>
<a
href="https://www.eo.care/kit/terms-of-use"
className="mb-0 py-2 font-new-hero font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
className="mb-0 py-2 font-new-hero font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
>
Terms of Use
</a>
<a
href="https://www.eo.care/privacy-policy"
className="mb-0 py-2 font-new-hero font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
className="mb-0 py-2 font-new-hero font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
>
Privacy Policy
</a>
<a
href="https://www.eo.care"
className="mb-0 py-2 font-new-hero font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
className="mb-0 py-2 font-new-hero font-normal leading-[22px] text-white hover:underline hover:opacity-50 md:mb-2 md:mr-2"
>
Visit eo
Visit EO
</a>
</div>
<div className="flex flex-col md:flex-row">
Expand Down
8 changes: 4 additions & 4 deletions apps/eo_web/src/screens/Athlete/AthleteSurveyThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ export const AthleteSurveyThankYou = () => {
<br />
Have questions? We’re here. Email [email protected], call <a href="tel:+1-877-707-0706">877-707-0706</a>, or {" "}
<a
className="cursor-pointer underline font-new-hero text-[22px]"
href="https://eo-care-telemed.as.me/schedule.php"
className="cursor-pointer font-new-hero text-[22px] underline"
href="https://calendly.com/eo-care/30min?back=1"
target="_blank"
>
schedule a free consultation
schedule a video chat
</a>
.
{" "}with a member of our team.
</Typography>
</AllDonePanel>
<HowEOWorks />
Expand Down
6 changes: 3 additions & 3 deletions apps/eo_web/src/screens/Cancer/CancerSurveyThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ export const CancerSurveyThankYou = () => {
<a href="tel:+1-877-707-0706">877-707-0706</a>, or{" "}
<a
className="cursor-pointer font-new-hero text-[22px] underline"
href="https://eo-care-telemed.as.me/schedule.php"
href="https://calendly.com/eo-care/30min?back=1"
target="_blank"
>
schedule a free consultation
schedule a video chat
</a>
.
{" "}with a member of our team.
</Typography>
</AllDonePanel>
<HowEOWorks pilot={!usePayment} />
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/screens/Cancer/Profiling.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Profiling = () => {
email: account.email,
states: state ?? "",
symptoms: symptoms.join(","),
payment: usePayment ? "yes" : "no",
usePayment: usePayment ? "yes" : "no",
origin,
experience,
});
Expand Down
4 changes: 2 additions & 2 deletions apps/eo_web/src/screens/EligibleProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export const EligibleProfile = () => {

return (
<LayoutDefault>
<div className="flex h-full h-full flex-col items-center justify-center px-2">
<div className="flex h-full flex-col items-center justify-center px-2">
<Typography variant="large" font="bold" className="mx-10 text-center">
Looks like you’re eligible for eo! Next, we’ll get you to fill out
Looks like you’re eligible for EO! Next, we’ll get you to fill out
<br />
<br />
Next, we’ll get you to fill out some information{" "}
Expand Down
36 changes: 18 additions & 18 deletions apps/eo_web/src/screens/PrePlan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ export const PrePlan = () => {
const { nonWorkdayPlan, workdayPlan, whyRecommended } = usePrePlan(
!values
? {
avoidPresentation: [],
currentlyUsingCannabisProducts: false,
openToUseThcProducts: [],
reasonToUse: [],
symptomsWorseTimes: [],
thcTypePreferences: ThcProductPreferencesEnum.notSure,
}
avoidPresentation: [],
currentlyUsingCannabisProducts: false,
openToUseThcProducts: [],
reasonToUse: [],
symptomsWorseTimes: [],
thcTypePreferences: ThcProductPreferencesEnum.notSure,
}
: {
avoidPresentation: values.areThere,
currentlyUsingCannabisProducts:
values.usingCannabisProducts === "Yes",
openToUseThcProducts:
values.workday_allow_intoxication_nonworkday_allow_intoxi,
reasonToUse: values.whatBrings,
symptomsWorseTimes: values.symptoms_worse_times,
thcTypePreferences: values.thc_type_preferences,
},
avoidPresentation: values.areThere,
currentlyUsingCannabisProducts:
values.usingCannabisProducts === "Yes",
openToUseThcProducts:
values.workday_allow_intoxication_nonworkday_allow_intoxi,
reasonToUse: values.whatBrings,
symptomsWorseTimes: values.symptoms_worse_times,
thcTypePreferences: values.thc_type_preferences,
},
);

const navigate = useNavigate();
Expand Down Expand Up @@ -275,10 +275,10 @@ export const PrePlan = () => {
recommendations should be informed by a more complete
understanding of your current symptoms, specific diagnoses,
medications, or medical history, and have not been reviewed or
approved by an eo clinician. To most responsibly define and
approved by an EO clinician. To most responsibly define and
maintain an optimal cannabis regimen,
<a href={ROUTES.register} className="underline">
get your eo care plan now.
get your EO care plan now.
</a>
</Typography>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions apps/eo_web/src/screens/PrePlanV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,15 @@ export const PrePlanV2 = () => {
recommendations should be informed by a more complete
understanding of your current symptoms, specific diagnoses,
medications, or medical history, and have not been reviewed or
approved by an eo clinician. To most responsibly define and
approved by an EO clinician. To most responsibly define and
maintain an optimal cannabis regimen,{" "}
<span
onClick={() => {
window.location.href = `/${union}/account?submission_id=${submissionId}&union=${union}`;
}}
className="poin cursor-pointer font-bold underline"
>
get your eo care plan now.
get your EO care plan now.
</span>
</Typography>
</footer>
Expand Down
6 changes: 3 additions & 3 deletions apps/eo_web/src/screens/ProfilingThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ export const ProfilingThankYou = () => {
<a href="tel:+1-877-707-0706">877-707-0706</a>, or{" "}
<a
className="cursor-pointer font-new-hero text-[22px] underline"
href="https://eo-care-telemed.as.me/schedule.php"
href="https://calendly.com/eo-care/30min?back=1"
target="_blank"
>
schedule a free consultation
schedule a video chat
</a>
.
{" "}with a member of our team.
</Typography>
</AllDonePanel>
<HowEOWorks pilot={channel === "cancer" && !usePayment} />
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/screens/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const Register = () => {
>
Privacy Policy{" "}
</a>{" "}
of eo.
of EO.
</Typography>
}
/>
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/screens/Senior/Profiling.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Profiling = () => {
email: account.email,
states: state ?? "",
symptoms: symptoms.join(","),
payment: usePayment ? "yes" : "no",
usePayment: usePayment ? "yes" : "no",
origin,
experience,
});
Expand Down
6 changes: 3 additions & 3 deletions apps/eo_web/src/screens/Senior/SeniorSurveyThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ export const SeniorSurveyThankYou = () => {
<a href="tel:+1-877-707-0706">877-707-0706</a>, or{" "}
<a
className="cursor-pointer font-new-hero text-[22px] underline"
href="https://eo-care-telemed.as.me/schedule.php"
href="https://calendly.com/eo-care/30min?back=1"
target="_blank"
>
schedule a free consultation
schedule a video chat
</a>
.
{" "}with a member of our team.
</Typography>
</AllDonePanel>
<HowEOWorks />
Expand Down
2 changes: 1 addition & 1 deletion apps/eo_web/src/screens/UnavailableZipCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const UnavailableZipCode = () => {
<LayoutDefault>
<div className="flex h-full h-full flex-col items-center justify-center px-2">
<Typography variant="large" font="bold" className="mx-10 text-center">
Sorry, this eo offering is not currently{" "}
Sorry, this EO offering is not currently{" "}
<br className="hidden md:block" />
available in {zip}. We’ll notify you
<br className="hidden md:block" />
Expand Down

0 comments on commit 9a8400b

Please sign in to comment.