Skip to content

Commit

Permalink
add delivery for 03/20/2022
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyoconnor committed Mar 21, 2022
1 parent 261eaf4 commit 9b1c2ed
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 46 deletions.
3 changes: 2 additions & 1 deletion components/delivery_breakdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export let total_by_ppe_type = [
{ type: 'Gowns', count: 0 },
{ type: 'Hair Caps', count: 0 },
{ type: 'Hand Sanitizer', gallons: 0.0 },
{ type: 'KN95 Masks', count: 0 }
{ type: 'KN95 Masks', count: 0 },
{ type: 'Corsi-Rosenthal box', count: 0 }
]

totals.map(item => {
Expand Down
20 changes: 20 additions & 0 deletions data/current.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
[
{
"count": 2,
"gallons": 0.0,
"date": "03/20/2022",
"location": "Manhattan",
"org_category": "School",
"type": "Corsi-Rosenthal box",
"comment": "From Zoey",
"order_number": "100000087-1-00151"
},
{
"count": 400,
"gallons": 0.0,
"date": "03/20/2022",
"location": "Brooklyn",
"org_category": "Nursing home",
"type": "Ear Savers",
"comment": "From Zoey",
"order_number": "100000086-00150"
},
{
"count": 960,
"gallons": 0.0,
Expand Down
Loading

1 comment on commit 9b1c2ed

@vercel
Copy link

@vercel vercel bot commented on 9b1c2ed Mar 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.