stayaway-app icon indicating copy to clipboard operation
stayaway-app copied to clipboard

Usual places awarness

Open vpaulino opened this issue 4 years ago • 5 comments

With the concent of the user, and explicit settings from the user this application should maintain population density about popular locations in the city where the person is. With this the application shoud raise notifications to the person saying the places that he should avoid and the places that are safe

vpaulino avatar Oct 15 '20 17:10 vpaulino

This does make sense, but it takes away A LOT of privacy from people, and I'm not so sure if I'd like to be tracked every day for a public available map of "hot regions".

Plus, I think Google doesn't accept SNE apps that actually track their users' locations.

image

jaxxibae avatar Oct 15 '20 18:10 jaxxibae

You do not need to send information that identifies the user with the location. You just need to count distinct people in each location and have the counter updated to be readed. When the app starts he will download the hot spots that the user wants to know, not reading the location from the gps. Person 1 arrives location 1(Post increment) => ++1 Person 2 arrives location 1(Post increment)=> ++1 When they leave if should decrement. Person 3 On is cell phone he will receive a category level of all hot places calculated by the backend regarding the cities and hotspots the user as explicitly requested. The backend is responsable to have the value available so any client app can query that.

vpaulino avatar Oct 15 '20 19:10 vpaulino

The proposed solution implies access to location services at least for identification of "location 1",etc. There is no plan whatsoever for the application to have any access to geographic information. This would raise multiple issues with respect to the user's privacy and data protection. STAYAWAY COVID was built to rely on BLE exactly to avoid any access to GPS or other location service.

Please consider closing this issue.

fmaia avatar Oct 21 '20 10:10 fmaia

Even if the location information does not leave the phone it is still considered a privacy issue?

vpaulino avatar Nov 02 '20 09:11 vpaulino

Both Google and Apple don't allow apps that use the Exposure Notification System to track locations at all, so yes, it'll still be a privacy issue.

jaxxibae avatar Nov 02 '20 09:11 jaxxibae