SORMAS-Project
SORMAS-Project copied to clipboard
SORMAS (Surveillance, Outbreak Response Management and Analysis System) is an early warning and management system to fight the spread of infectious diseases.
Reference defect: https://github.com/hzi-braunschweig/SORMAS-Project/issues/10241 Aim: Create test to validate that set collected date and time and disease name are present in Sample field when creating a new Quarantine Order. 
Mobile app synchronization is being failed.
### Bug Description Whenever I try to sync the data from the mobile app, it's getting failed. I have attached the logs for refreence. ### Expected Behavior The data should...
Improve performance of getAllAfter queries into DTOs [8]
### Problem Description As shown by the following analysis, many `getAllAfter` methods show an inperformant pattern: 1. The `"Entity"Service.getAllAfter` method takes some seconds. As shown in https://github.com/hzi-braunschweig/SORMAS-Project/issues/8946#issuecomment-1129937176, this can be...
### Problem Description When creating a new user role the meaning of the checkboxes "Has optional health facility" and "Port health user" are not clear to users.  ### Proposed...
### Problem Description #9091 showed that the current expected URL patterns are not appropriatly unit tested. ### Proposed Solution Amend/adjust the existing unit test `ConfigFacadeEjbTest.testValidateExternalUrls()` ### Possible Alternatives ### Additional...
### Bug Description If a user do not have the right SORMAS_UI and tries to log in an error message appears then an error message appears prompting the user to...
Error in directories and when opening entries for specific user right combinations
### Bug Description If an admin checks the right VIEW_CASE and looks at the currently description he will find, that a user with this right is "able to view existing...
Access forbidden message pops up when opening person directory
### Bug Description Error message: _Access to the specified resource has been forbidden. Please contact your supervisor or administrator and inform them about it. Please reload the page to see...
### Problem Description When saving a core dto, like a CaseDataDto, the system calls the fromDto method for all sub entities (e.g. SymptomsDto), which executes a service.getByUuid methode to get...
Create a script to update and migrate script_occupation type values
### Problem Description SORMAS Version 1.75 moves the occupation type values into the customizable enum value table. Previously, original values have also been misused for other values by translating them...