The current practive requires corona.zv to collect contacts of an infected person for a few days prior to the date of the positive PCR test. The system delivers all contacts of the last four weeks so that a lot of manual filtering is necessary.
Hence, the system must be able to do this filtering based on a selected date during the execution of a contact tracing.
Current implementation idea: add a date selection field to the frontend, pre-fill it with a date a week ago and use the selected value to constraint the DB query of the contact tracing to this time period.
The current practive requires corona.zv to collect contacts of an infected person for a few days prior to the date of the positive PCR test. The system delivers all contacts of the last four weeks so that a lot of manual filtering is necessary.
Hence, the system must be able to do this filtering based on a selected date during the execution of a contact tracing.
Current implementation idea: add a date selection field to the frontend, pre-fill it with a date a week ago and use the selected value to constraint the DB query of the contact tracing to this time period.