The following list of new features, updates and bug fixes are included in the latest Sprint 22.08 release to FDW/FDE.
Updates
Data source document permissions and filter in FDW
A new
collect_datasourcedocument
permission allows more granular access permissions to data source documents in FDW than the existingmanage_datasourcedocument
permission. The new permission grants users access to add and edit data collections and has enabled a new filter. When uploading data on the data collection page, the new filter only shows the data source documents for which the user has thecollect_datasourcedocument
permission.This update includes the following Jira issues:
Update the IPC Classification model in the FDW so that it uses the choices label (e.g. IPC 3.1) instead of the value (e.g. IPC31) (DATA-1667)
All instances of IPC31 in FDW have been be replaced with IPC 3.1.
New data ingestion pipelines
Two new pipelines have been established to ingest data collections from the field via MagPi and KoBoToolbox into the data platform. Metadata match reports are being automatically generated as part of the new pipelines.
This update includes the following Jira issues:
Bug Fixes
Fix IPC 3.1 migration (DATA-1753)
The IPC 3.1 migration caused duplicate names to be produced due to the way the geographic unit name was calculated. This has been fixed and the IPC migration now runs correctly.
Not possible to edit data point values of the Survey data domains i.e (Crop production , Nutrition and Population) (DATA-1807)
Trying to edit the data point values of the survey data domains (i.e., Crop, Nutrition, and Population) was resulting in an error message. The issue has been fixed and survey domain data points can now be successfully edited.
Unable to edit data point (DATA-1713)
Trying to edit IPC Population data collections was resulting in an error message due to data series with empty values being set with a default status of
Collected
. Setting the default status toNot collected
has resolved the error and users are now able to edit the data collections.
Trying to open https://fdw.fews.net/en/admin/semistructured/semistructureddatapoint/ results in 500 Internal Server Error (DATA-1656)
Attempting to open the Semi structured data points page in the FDW was resulting in an error caused by data points from the Source Document with values of
NaN
instead of a numeric or anull
value. This issue was resolved and the page can now be accessed.
Trying to search any article from the admin screen page results in 500 Internal error (DATA-1765)
Trying to search in the News Articles admin screen in FDW was resulting in an error message. This issue has been fixed and the search function on the News Articles admin page now works correctly.
Add a filter to the FIC viewset to allow only items to be return with datapoint_count above zero (DATA-1792)
The FIC domain in the FDE was only returning greyed out data series due to there being no data points associated with them. A filter was added to only return data series with at least one data point.