Closed MateStrysewske closed 2 years ago
Verified ticket on test-de.sormas.netzlink.com using the latest version of Sormas 1.67.0-SNAPSHOT for the vaadin app and on Android Studio connected to the server test-de.sormas.netzlink.com/sormas-rest/ for the android app.
Feature Description
When creating vaccinations, the vaccination status of cases, contacts, and event participants of the associated person might be updated depending on the vaccination date.
Problem Description
Currently, vaccinations without a vaccination date update the vaccination status of ALL associated cases, contacts, and event participants to
VACCINATED
. However, that might lead to wrong data, which we have to avoid.Proposed Change
VaccinationFacadeEjb::updateVaccinationStatuses
and the threeVaccinationService::isVaccinationRelevant
methods)VaccinationFacadeEjbTest::testUpdateVaccinationStatuses
). If there's no test case for this scenario yet, add one.Possible Alternatives
Additional Information