GUI / covid-vaccine-spotter

https://www.vaccinespotter.org
MIT License
510 stars 138 forks source link

request to add Rite-Aid vaccine types #132

Closed kartiksubbarao closed 3 years ago

kartiksubbarao commented 3 years ago

The mapping for Rite-Aid vaccine types is available in this JavaScript file: https://www.riteaid.com/etc.clientlibs/riteaid-web/clientlibs/clientlib-base.js

PREF-113 => Moderna PREF-114 => Pfizer PREF-115 => Johnson & Johnson

the-red-lily commented 3 years ago

Thanks for the research you've already done. I'll look into this. Seems like a doable project for a first timer!

JavierCoronaA01023063 commented 3 years ago

Can you please add by date!! I would appreciate this a lot!

kartiksubbarao commented 3 years ago

Thanks @the-red-lily. Just to provide some more info -- Rite-Aid provides the vaccine type at the storewide level, but it looks like the vaccinespotter code prefers to manage this on a per-appointment level (which other stores provide). vaccinespotter does provide an appointment_vacine_types dict at the store level in the JSON API, which could be populated for Rite-Aid. This dict is what I'm currently using in my monitoring script to check for particular vaccine types. In any case, if the data can be made available in some form or fashion, I think it would be useful.

GUI commented 3 years ago

Awesome, thank you for the tip! Vaccine type information for Rite Aid locations should now be showing up and filterable.

kartiksubbarao commented 3 years ago

Thanks @GUI!