MohGovIL / rn-contact-tracing

React Native Library For Contact Tracing Over BLE (Bluetooth Low Energy) To Fight COVID-19 Pandemic
MIT License
59 stars 16 forks source link

What is the typical worflow for usage #57

Open moschap opened 4 years ago

moschap commented 4 years ago

Hi Everyone, Sorry if this is really obvious but i was wondering if someone can please explain what the typical workflow for this module should be? for instance

  1. Should all the installed mobile apps start scanning on the first screen based on a setInterval? The example app allows the user to initiate the scanning but that is just one use case.
  2. Should it scan and then advertise? and then repeat?
  3. When app is in the background what is the process to handle scanning?

My use case is for health contact tracing and i was just wondering how to setup using best practice.

joomab commented 4 years ago

Someone who can answer?

Did you know how to implement it?

kaplanlior commented 4 years ago

@jabzum just to say I'm checking and will make sure this thread gets an answer.

joomab commented 4 years ago

Hi @kaplanlior Do you have the workflow of how to use this plugin and what is the scope for the community?