Introduced a new manual contact tracing system, simplified but a lot faster
The manual contact tracing is quite intensive from a performance point of view, and therefore the config now directs towards a simplified, much faster version, called ContactTracingManualFast. Correspondingly, the contact counts reporter has been disabled, since it required the full ContactTracingManual. If necessary, we can switch back to ContactTracingManual later.
Also, the contact tracing app absolutely kills the runtime and is not needed for validation, and therefore can be abandoned from the project, at least for the time being. If we have time later, we can experiment with the app too.
The manual contact tracing is quite intensive from a performance point of view, and therefore the config now directs towards a simplified, much faster version, called ContactTracingManualFast. Correspondingly, the contact counts reporter has been disabled, since it required the full ContactTracingManual. If necessary, we can switch back to ContactTracingManual later.
Also, the contact tracing app absolutely kills the runtime and is not needed for validation, and therefore can be abandoned from the project, at least for the time being. If we have time later, we can experiment with the app too.