SORMAS-Project icon indicating copy to clipboard operation
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.

Results 460 SORMAS-Project issues
Sort by recently updated
recently updated
newest added

Kay sent as a comment to https://github.com/hzi-braunschweig/SORMAS-Project/issues/6748 I tested this feature on test-de2.sormas.netzlink.com, 1.75.0-SNAPSHOT (b1baa08) with TASK_GENERATION* featureconfiugrations enabled and Admin + National User roles and noticed the following: -...

### Problem Description We are missing checks for many of the user rights related to accessing the backend. ### Proposed Change We need to check user rights need to access...

backend
vaadin-app
integration
change
s2s
data protection

Fixes #6700. Draft because I slowly replace joda-time - [x] Decide how to deal with null values in `DateHelper.getStartOf`/`getEndOf` -> Keep `null -> now()` behaviour for this ticket, follow-up ticket:...

### Situation Description & Motivation #### Use cases ### High-Level Explanation ### Timeline ### Tasks - [ ] #6052 - [ ] #6054 - [ ] #6053 - [x] #4842...

persons
epic

### Problem Description In #6700 (PR #9942) it was found that many methods of `DateHelper` (`getStartOf`/`getEndOf`/`add`/`substract`) relied on joda-time to convert `null` to `now`. ### Proposed Change 1. Let all...

backend
code quality
change
general

### Problem Description Since we had to rely to Java 7 for the SORMAS API, we are currently using joda time in the DateHelper and a few other classes. With...

android-app
backend
vaadin-app
code quality
change
dependencies

### Bug Description The contact dashboard takes a long to load and often breaks the connection to the server when the database has many entities. This can be tested on...

bug
refactoring
backend
dashboard
feedback
performance

### Problem Description When we try to synchronize in the mobile app, there is no indication that how many cases, contacts, tasks, etc need to be synchronized. There is just...

android-app
technology
change
general

### Problem Description A new Role is created with status Enable and some rights for Case management as example. Admin creates a new User with the new Role. At this...

change

### Situation Description When processing lab messages, users sometimes get to editing a sample. The sample edit component shown in such situations displays the existing and the newly added pathogen...

laboratory
vaadin-app
feature
demis