-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C org thank you pages #102
Merged
sgoycoechea-lightit
merged 2 commits into
develop
from
feature/CU-86drt5n32/c-org-thank-you
Mar 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
58 changes: 29 additions & 29 deletions
58
apps/eo_web/dist/assets/main-00c7f2f9.js → apps/eo_web/dist/assets/main-8c8162e1.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,6 +101,90 @@ export const CarrouselItems = [ | |
}, | ||
]; | ||
|
||
export const cOrgFaqs: Copy[] = [ | ||
{ | ||
title: "How much does EO cost?", | ||
content: "As a valued member of our community, your care is completely free. This includes your clinician-reviewed plan, ongoing plan optimization based on your feedback and unlimited phone calls and in-app messaging with our care team. Note that the cost of your recommended products is NOT included in your plan unless you’re participating in an EO clinical pilot.", | ||
}, | ||
{ | ||
title: "Do I order the products that are included in my care plan or do you do it for me?", | ||
content: "After you’ve approved your recommended products, we’ll order your THC products for you and let you know when they’re ready for pick-up. You can order any non-THC products (e.g. CBD, CBN or CBG products) directly from our recommended retail partners for home delivery.", | ||
}, | ||
{ | ||
title: "Do I need a medical card to use EO?", | ||
content: "No. You can use EO without a medical card. We’ll ask you about your medical card status when you’re sharing your profile information.", | ||
}, | ||
{ | ||
title: "What should I bring with me when I pick-up my products?", | ||
content: "Bring your valid medical card (if you have one), a state I.D. or driver’s license and a debit card or enough cash to pay for products.", | ||
}, | ||
{ | ||
title: "How long should it take my clinical and member services teams to respond to a message, email or phone question/ inquiry?", | ||
content: "No more than 24 hours and typically within 2-3 hours.", | ||
}, | ||
{ | ||
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.", | ||
}, | ||
{ | ||
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 | ||
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 | ||
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. | ||
</> | ||
), | ||
}, | ||
{ | ||
title: "What happens if I miss a dose?", | ||
content: "Just take your next dose as scheduled!", | ||
}, | ||
{ | ||
title: "What happens if I’m late taking a dose? ", | ||
content: "If you’re less than 30 minutes late, go ahead and take your scheduled dose (also be sure to take the next dose at the originally scheduled time). If you’re more than 30 minutes late just wait for your next scheduled dose.", | ||
}, | ||
{ | ||
title: "What happens if I miss an opportunity to provide feedback?", | ||
content: "Needless to say, the more feedback you provide, the better we can care for you. However, we know sometimes schedules change and life happens. If you can’t provide feedback when prompted, don’t worry. Just keep going as guided.", | ||
}, | ||
{ | ||
title: "How long should it take to get my cannabis regimen “right”?", | ||
content: ( | ||
<> | ||
Everyone is different when it comes to the time it takes to reach | ||
satisfaction with a care plan. For some, all it takes is a few days | ||
or a week or two. For others, it can take longer. | ||
<br /> | ||
<br /> | ||
It’s important to note, however, that very few people retain a static | ||
relationship to cannabis for long periods of time. Products, doses | ||
and times of use typically change as your reasons for use, symptoms, | ||
cannabis tolerance, body and daily schedule evolves. | ||
<br /> | ||
<br /> | ||
As your feedback and needs change, we’ll be with you to alter and | ||
optimize your care plan, guide your care and answer your questions. | ||
</> | ||
) | ||
}, | ||
{ | ||
title: "Can I use a different dispensary or delivery provider than the one you’ve recommended? ", | ||
content: "The answer is an honest “maybe”. If you’d like to make a change just email us at [email protected] or call 888-823-6143. We’ll do everything we can to accommodate your request.", | ||
}, | ||
{ | ||
title: "What happens if I run out of a particular product?", | ||
content: "No problem. Just email us at [email protected] or call 888-823-6143. We’ll update your care plan in the very near term to accommodate the absence of that product if/as appropriate and coordinate the ordering of the needed product or a responsible replacement.", | ||
}, | ||
]; | ||
|
||
export const pilotFaqs: Copy[] = [ | ||
{ | ||
title: "How much does EO cost?", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer to pass the
flow
andusePayment
variables to ≤FAQs /> Component to avoid duplicating the logic.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought of that but didn't do it because I don't think the
FAQs
component should know aboutflows
orpayments
, and wanted to make it as dumb as possible.But I guess both approaches have their advantages.