Skip to content

Commit

Permalink
Merge pull request #47 from codersagainstcovidorg/dev-add-more-data
Browse files Browse the repository at this point in the history
Adding more data and updating product copy in stepper
  • Loading branch information
jorge-caballero authored Mar 28, 2020
2 parents b59b3fc + 2fa2350 commit bf8fdfe
Show file tree
Hide file tree
Showing 4 changed files with 894 additions and 677 deletions.
3 changes: 1 addition & 2 deletions src/Components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ const Header = ({ toggleDrawer }: HeaderProps) => (

<InfoPrompt variant="filled" severity="info">
<AlertTitle>
Data updated: Mar 26, 2020 1:42AM PDT. Added to NJ, NY, and TX. States
with data in queue: NJ, NY, TX, MD, WI, MN, MI, AZ, CA, OH, PA, CT.
Data updated: 03/28/2020 10:38AM PDT. Thanks to student volunteers at Georgetown School of Medicine, 150+ locations were added across: NJ, NY, MD, WI, MN, MI, IL, AZ, OH, PA, CT. Next update will add new sites for 10+ states.
</AlertTitle>
<AlertText>
{'You can help by '}
Expand Down
12 changes: 6 additions & 6 deletions src/Components/StepperVertical.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ function getSteps() {
function getStepContent(step: number) {
switch (step) {
case 0:
return `If you're feeling well or only have mild symptoms, it's best to
touch base with your local health department before seeing a doctor.
That's because people who live in areas with limited COVID-19 testing
capacity will require approval from public health officials before
they are tested.`;
return `If you've been exposed to COVID-19, but do not have symptoms and do not
suffer from an chronic health condition, it's unlikely that you will meet
testing criteria at any of the locations listed on this website. If you fall
into this category, it's best to visit your local health department
website for guidance about self-isolation and social distancing.`;
case 1:
return `If you have fever, chills, cough, headache or another flu-like symptom
do NOT walk into a clinic or hospital. You may be turned away
DO NOT walk into a clinic or hospital. You may be turned away
and asked to make an appointment. Many providers around the country
offer telemedicine visits for COVID-19 evaluations at no charge.
Some providers even allow patients to book appointments online. Click
Expand Down
2 changes: 1 addition & 1 deletion src/data/data.json

Large diffs are not rendered by default.

Loading

0 comments on commit bf8fdfe

Please sign in to comment.