Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-09-20 | 1.1 kB | |
Totals: 1 Item | 1.1 kB | 0 |
Improvements
- [Web] Case management export now only exports cases that actually have case management data by default (#1314)
Bugfixes
- [Web] Fixed error when entering the list of contact visits (#1316)
- [Web] Fixed National Users with a limited disease still seeing data from all diseases on the case directory (#1323)
- [Web] Fixed epi week/date filter layout in case and contact directory automatically re-setting to date (#1311)
- [Web] Added missing check for health facility details during case import (#1319)
Additionally, we've identified huge performance issues with the detailed case export. As first steps to solve or relax this problem, we did the following: * Temporarily removed the detailed case export; users will be able to replicate its functionality by using the new customizable export function * Reduced the amount of cases that are prepared for export at once, potentially reducing memory load * Checkboxes are no longer pre-selected when creating customized exports (hopefully resulting in users not creating configurations with unnecessary data)