Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Can add Covid free district #2516

Open
yogesh7401 opened this issue Jul 29, 2021 · 4 comments
Open

Can add Covid free district #2516

yogesh7401 opened this issue Jul 29, 2021 · 4 comments

Comments

@yogesh7401
Copy link

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})
}
@prablr79
Copy link

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

@prablr79
Copy link

any thoughts on this request ?

@sayna3311
Copy link

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

@B-AYUSHMAN-PRUSTY
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants