covidsafe / App-Android

Doctors and researchers at the University of Washington with Microsoft volunteers have built a tool to alert you about highly relevant public health announcements, potential exposure to COVID-19, and to assist public health officials and contact tracing teams without compromising your personal privacy.
http://covidsafe.cs.washington.edu/
MIT License
65 stars 20 forks source link

Add phone contacts #37

Closed justinklchan closed 4 years ago

justinklchan commented 4 years ago

Currently you can add phone contacts, but it is a bit hidden. You have to go to Health report > Diagnosis > Prepare for contact tracer interview > go to step 3

Can we also have this functionality as a separate tab under the Contact log fragment?

So if you click on Contact log, there is one tab showing GPS locations, and one tab allowing users to add / edit contacts.

This should only require replicating the existing code to do this + tabbing functionality.

This is related to issue #34

justinklchan commented 4 years ago

done