BrianRuizy / covid19-dashboard

🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
https://covid-dashboard.herokuapp.com
MIT License
213 stars 178 forks source link

Vaccination data #107

Open BrianRuizy opened 3 years ago

BrianRuizy commented 3 years ago

Make page of seperate dashboard for vaccination data. Metrics to consider adding:

sources: https://www.kaggle.com/gpreda/covid-world-vaccination-progress https://www.nytimes.com/interactive/2021/world/covid-vaccinations-tracker.html

sre-harine commented 3 years ago

I would like to work on this enhancement

BrianRuizy commented 3 years ago

@sre-harine That would be great, what ideas do you have in mind?

jakecomp commented 2 years ago

Hello there, my name is Jakob and I have actually been working on this repo for a school project. Myself and a few other classmates have replaced the "Recovered" metric with total people fully vaccinated. I would like to also help with this issue if it's still being worked on?

Another thing I added was a docker image which containerised the whole web app. I did this as I noticed the install of all the python packages breaks for python 3.10, so I created an image which uses a python 3.8 base image

BrianRuizy commented 2 years ago

Hi @jakecomp , thank you and your team for the help!!

Can you maybe attach a screenshot of how your app looks now with the vaccination data in place?