futurice / symptomradar

Symptomradar (Oiretutka) crowdsources coronavirus symptoms from news media audience
MIT License
25 stars 2 forks source link

City level daily totals data dump #314

Closed cutepig closed 4 years ago

cutepig commented 4 years ago

Closes #299

City level daily totals data dump

cutepig commented 4 years ago

On a side note, in the postal code json files, is there a reason for using dev url instead of prod as the link in metadata section? 🤔 https://github.com/futurice/symptomradar/blob/master/infra/modules/main/open_data/low_population_postal_codes.json#L5

That's a really good catch! You're indeed correct here, and we should probably change all those url's in the static JSON files to point to prod. The tricky thing though is when we generate the index JSON, we should change those urls to point to the correct domain since that field is just pulled from the JSON metadata itself.

cutepig commented 4 years ago

I'll merge this in now, and fix the JSON URL's in another PR.