scrtlabs / SafeTrace

Privacy preserving voluntary Covid-19 self-reporting platform. Share your location history and status, get alerts you are in high risk areas and identify high risk regions
MIT License
127 stars 27 forks source link

heat map of safe and high-risk locations #9

Open andreiyurkevich opened 4 years ago

andreiyurkevich commented 4 years ago

There is a suggestion for the product roadmap. It would be useful to track the history of places visited by people who were later diagnosed on the disease and create a heat map. The system will have a "score" of places based on the number of visits by probably contagious people. The application can provide information about "clean" areas and the areas where additional caution is recommended.

cankisagun commented 4 years ago

History of places visited by all users are kept in the DB.

ainsleys commented 4 years ago

one of the challenges of marking an area "clean" is that it risks giving users a false sense of security, which we must avoid. But agree with you completely on the value of a heatmap!

tuneerguha commented 4 years ago
  1. @cankisagun As for the history of places, we could use a framework like OpenDMTP(We could possibly modify a software like openGTS to suit the req). it is primarily meant for vehicular fleet management, but that works as an advantage since it would let people track positive/negative cases. It also allows geo-fencing so people moving in and out of zones can be notified.

  2. @ainsleys - We could use visual stimuli to show that a clean area may not actually be clean. Usually heat-maps have hot and cold zones shown in a spectrum of blue and red, we could use colors that don't give a complete sense of security, like a spectrum of light orange to bright red.

cankisagun commented 4 years ago

@tuneerguha I feel like the applications that are interacting with our DB needs to implement openGTS as the web portal we are building depends on Google Maps for location data. Am I missing something?

tuneerguha commented 4 years ago

@cankisagun Not really, It has support for OpenStreetMap. It may not be as accurate as google maps, but i guess its good enough.