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

Add opportunity to start contact tracing from a given date (< 4 weeks ago) #292

Open
oliverhummel opened this issue Dec 6, 2021 · 1 comment
Assignees
Labels
back end bad ux UX = User eXperience ;-) enhancement New feature or request front end good first issue Good for newcomers high priority

Comments

@oliverhummel
Copy link
Contributor

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.

@oliverhummel
Copy link
Contributor Author

Additional idea: it might also be feasible to do the filtering of dates in the frontend only, which would open the opportunity to do this dynamically. This would however, only make sense if a list of mail addresses is available for copying here, the generated excel sheets cannot be adapted in the frontend anymore...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back end bad ux UX = User eXperience ;-) enhancement New feature or request front end good first issue Good for newcomers high priority
Projects
None yet
Development

No branches or pull requests

2 participants