MrSpiffyClean / covidtrends

Tracking the growth of COVID-19 Cases worldwide
https://aatishb.com/covidtrends/
MIT License
0 stars 0 forks source link

New URL format #14

Open MrSpiffyClean opened 4 years ago

MrSpiffyClean commented 4 years ago

As of now, the code only does the World, as I haven't yet done the work for the subregions and JHU doesn't supply the ISO codes for them.

There seems to be a (rare) issue in load, which is that the program thinks there are no countries to load, which I think is because of a race condition between what file processes first. Investigating async locks could solve this.

I need to understand and reorganize the rename logic, as the URL creation and its recognition by the engine is getting entangled a bit.