Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-04-16 | 3.7 kB | |
Totals: 1 Item | 3.7 kB | 0 |
IMPORTANT: With this release, the locale format used in the sormas.properties file changes. If the default locale of your server is one the following, please change the property accordingly:
German: de -> de-DE French: fr -> fr-FR English (Nigeria): en_ ng -> en-NG English (Ghana): en_gh -> en-GH
This release includes API changes and therefore requires a mobile app update to synchronize with the server.
New Features
- [App] Added text search and filters to the contact list (#1627)
- Added a new ReST interface to allow the external addition of contact visits (PIA); see the associated issue for a temporary documentation (#1628)
- [Web] Added a contact import to the contact directory that allows importing contacts without case associations (#1716)
- Added Spanish (Ecuador) as a new language (#1786)
Improvements
- [Web] Extended and improved the transmission chains on the contact dashboard (#1563)
- Extended the component that allows users to pick an already existing person as the contact person during contact creation or import; this should lead to less potential (and therefore less false-positive) matches (#1644)
- [Web] Added a filter to search contacts within a case by name (#1711)
- [Web] Extended the region and district filters in the contacts directory and case contacts view to include the responsible region and district of the contacts (#1665 & [#1730])
- Improved the logic to retrieve the default task assignee for contact tasks (#1688)
- [Web] Split first and last name as well as address fields in detailed exports (#1713 & 1774)
- [Web] The contact officer filter in the contact directory is now also filled based on the filtered region (#1778)
- [Web] Cases that are shared with the whole country no longer appear in the counts of dashboard filtered by any region but the responsible region for the case (#1737)
- [Web] Added "Direct contact with a probable or confirmed case" to the detailed case export (#1790)
- Turned the contact report date into a required field for all forms (#1805)
- [Web] Added detailed contact export to the case contacts view (#1733)
- [Web] Added case classification filter to the contact directory (#1706)
- Added additional quarantine fields and filters for contacts (#1762)
- [Web] Sorting grids by health facility now also considers the facility details for the sorting order (#1717)
Bugfixes
- [Web] Fixed bulk-deleting visits resulting in an error (#1747)
- [Web] Fixed follow-up visit overview not considering the last contact date when colorizing columns (#1728)
- [Web] Fixed an error during task generation for the last day of contact follow-up (#1755)
- [Web] Imports now ignore whitespaces for infrastructure data to prevent import errors (#1761)
- [Web] Fixed epid number duplicate detection wrongly considering deleted cases (#1758)
- [Web] Fixed issues with the fatality count calculation on the surveillance dashboard (#1792)
- [Web] Fixed detailed case export failing when there were a lot of internal samples for a single case (#1809)
- [Web] Fixed case import not working with sample and pathogen columns enabled (#1819)
- [Web] Fixed filtering statistics by "Unknown" approximate age group resulting in an error (#1788)
Infrastructure
- Changed the way locales are processed to allow adding dialects via Crowdin (#1786)
- Made a number of changes to the server scripts and infrastructure to increase server stability
- Allowed clear text communication in debug mode for development purposes (#1742)
Security
- [Web] Fixed a potential HTML injection flaw (#1808)
Contribution
- Updated the development environment setup guide with instructions for IntelliJ