covid19india-react icon indicating copy to clipboard operation
covid19india-react copied to clipboard

Can add Covid free district

Open yogesh7401 opened this issue 2 years ago • 4 comments

Can add Covid free district list It will be use full for user and create relief for district peoples of Covid free districts

How to do ? (My Suggestion) Some state like telungana there is 0 data and API not feed active cases , you get active cases by subracting deceased and recovered cases from Confirmed cases , so there itself check confirmed cases > 0 and active case === 0 and store the district key and display the result as covid free districts

For example

let covidFreeDistrict = []
if(active === 0 && confirmed > 0) {
    covidFreeDistrict.push({districtName,key})
}

yogesh7401 avatar Jul 29 '21 03:07 yogesh7401

I agree with @yogesh7401 , indeed its usefull at pan india level for quick travel or emergency movements

prablr79 avatar Aug 11 '21 08:08 prablr79

any thoughts on this request ?

prablr79 avatar Aug 16 '21 10:08 prablr79

What we can do is, for each state, make a list of covid free districts and render the list on each state's page?

sayna3311 avatar Aug 28 '21 10:08 sayna3311

hey i am interested to add covid free district but i don't know how to do. Can you help me to add district

B-AYUSHMAN-PRUSTY avatar Oct 01 '21 09:10 B-AYUSHMAN-PRUSTY