Open-sourced Covid-19 testing site search tool and assessment
11–20 of 23 posts
Re: Open-sourced Covid-19 testing site search tool and assessment
#12Re: Open-sourced Covid-19 testing site search tool and assessment
#13Many such teams are still in the thick of it, so juicy hackernewsy engineering write-ups (around the joys of high-pressure requirements definition, slicing code out from a private repo for public distribution, and so on) will have to wait—but hopefully, there will be some public form of them made available when things settle down.
covid resources @ the main oscar site: https://www.hioscar.com/covid19
Re: Open-sourced Covid-19 testing site search tool and assessment
#14Re: Open-sourced Covid-19 testing site search tool and assessment
#15Re: Open-sourced Covid-19 testing site search tool and assessment
#16Re: Open-sourced Covid-19 testing site search tool and assessment
#17Setup took me about 10 mins. Most of that time was spent getting a Google Maps API key. You can get it with a free trial here: https://developers.google.com/maps/documentation/embed/get-a... (but it does require credit card info)
The frontend is nice, but complex (probably due to time constraints, working with what was available). If I forked this for a project, I would just reuse the test site data and credit Oscar (generated to covid19-testing/javascript/test-site-finder/static/data/sites.json)
disclaimer: I work for Oscar (but not on this project)