Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show number of contacts #3

Open
zukunft opened this issue Apr 17, 2020 · 9 comments
Open

Show number of contacts #3

zukunft opened this issue Apr 17, 2020 · 9 comments

Comments

@zukunft
Copy link

zukunft commented Apr 17, 2020

To be transparent to the user the number of Bluetooth contacts registered should be shown to the user. At the moment the app just shows "tracing aktiv".

@zukunft
Copy link
Author

zukunft commented Apr 24, 2020

A build from the develop branch now shows the number of handshakes on the debug page, but it takes a while, until the screen is updated. Maybe display the time of the last handshake and the time of the last update. Maybe the delay is due to the missing synchronization with the server.

@Phlogi
Copy link

Phlogi commented Apr 25, 2020

How would one enable the debugging mode and check this? Is a debug build required?

@zukunft
Copy link
Author

zukunft commented Apr 25, 2020

@Phlogi I guess, in the final version, the debug page will be removed, but at the moment it is shown when you do the normal build of the develop branch. In a previous version of the next-step app the number of handshakes have been shown directly on the main page, which I think, is better. I would even suggest, that it should be differentiated between handshakes with Bluetooth devices with app and Bluetooth devices without tracing app. At the moment it looks like all Bluetooth handshakes are counted.

@Phlogi
Copy link

Phlogi commented Apr 25, 2020

If the app is showing any counter it should only be "real" contacts with others having the app too. As you describe it, would this include all Bluetooth handshakes e.g. car radio, headphones etc.? I hope not :)

@zukunft
Copy link
Author

zukunft commented Apr 25, 2020

The actual version is a test version and it looks to me, that it includes also handshakes to phones, that does not have the app running, because I got over 50 handshakes in one day and I guess not everybody has the app at the moment. That's why showing the number if real contacts is also good for testing.

@koehleru
Copy link

@Phlogi @zukunft i think it is not possible to show "real" contacts because of the design of the tracing functionality. For privacy protection every App generates every 15 minutes a new ID which transmitted via bluetooth. if you have two devices, every 15 minutes you have a new "contact" without changing the the device in your neighbourhood. The app does not know whether it is a new "real" contact or just a new id

@zukunft
Copy link
Author

zukunft commented Apr 26, 2020

OK, got it. Maybe this should be written on the UI screen to reduce confusion. I guess to show the number of contacts on the main app UI could be helpful to have some kind of "app is working properly" indicator.
Even if it is not possible to show the "real" contacts, would it be possible to exclude contacts with Bluetooth devices that does not have a DT-3T compatible app? Maybe a kind of checksum can be included in the ID.

@zukunft
Copy link
Author

zukunft commented May 26, 2020

This looks to me similar to SwissCovid/swisscovid-ux-screenflows#3

@naomi-albert
Copy link

Is there a way to see the ID's of the devices my app has been in contact with?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants