Live data from Hacker News

Covid-19 screening tool seeking community contributions

news.ycombinator.com

1–10 of 25 posts

Covid-19 screening tool seeking community contributions

#1
Please contribute to a simple mobile friendly COVID-19 screening tool!

github repo with contribution instructions: https://github.com/tconley/screencovid.com

live app in development: https://tconley.github.io/screencovid.com/

This project is based off a phone call I had with Sajung Yun, PhD from Johns Hopkins. He is very much interested in saving lives, and has analyzed the data available to come up with a simple formula for a covid screener. He created a screening tool, but it wasn't a mobile friendly UX. You can see what he's put together at https://www.screencovid.org/. The goal is to get this new tool production ready by Mon 3/23 at which time it'll be available at screencovid.com

You can view Dr Yun's findings and rationale behind the screening at https://github.com/tconley/screencovid.com/raw/master/Presen...

Re: Covid-19 screening tool seeking community contributions

#5
No offense, but the site at screencovid.org seems totally mobile friendly to me, and has a clear ui - check off the symptoms you've got is a known pattern that everybody is familiar with

The GitHub site is a confusing UI (swiping cards away does what?) and it spills off the side of my screen on mobile - I'm not sure why development is needed here when the original site is totally functional

Re: Covid-19 screening tool seeking community contributions

#6
You are making presumption that every user is familiar with swiping card UI from Tinder. Also, after some poking around and finding how it actually works, there's no way to reset or change your choice - only hard reload.

I would add simple instructions how to use this tool, e.g. "Swipe left for No, left for YES answer". Also do calculation for user, do not show just numbers. Simple if statement at the end of questionnaire should state "Based on {the algorithm} you should consult a doctor immediately". You must emphasize that there is a margin of error.

Post reply on HN