Introduction
The following list of new features, tasks, and resolved bugs are included in the latest Sprint 21.05.03 release to FDW/FDE:
Features
Add FDW vector tiles to COVID-19 map https://fewsnet.atlassian.net/browse/DATA-529
Capture admin_1 and admin_2 relationship for IDP camps where they exist https://fewsnet.atlassian.net/browse/DATA-596
Add availability data to /admin views https://fewsnet.atlassian.net/browse/DATA-865
Support as-is ingestion of semi-structured data https://fewsnet.atlassian.net/browse/DATA-884
Use dataset parameter in preference to dataseries list in FDE where possible https://fewsnet.atlassian.net/browse/DATA-900
Support fields parameter on semi-structured values API endpoint https://fewsnet.atlassian.net/browse/DATA-918
Add Options tab to Other Domain https://fewsnet.atlassian.net/browse/DATA-923
On Trade Domain, Add filter for Trade Type (i.e. formal, informal) https://fewsnet.atlassian.net/browse/DATA-927
Data Collection and Data Collection Period Country filters should work against expected Data Series https://fewsnet.atlassian.net/browse/DATA-930
Add FDW vector tiles to IPC PNG maps https://fewsnet.atlassian.net/browse/DATA-936
Tasks
Update to main django-autocomplete-light https://fewsnet.atlassian.net/browse/DATA-649
Upload global admin0 units and world ocean https://fewsnet.atlassian.net/browse/DATA-943
Bugs
Fix query count for Geographic Unit Export https://fewsnet.atlassian.net/browse/DATA-818
Calculated Index Value should return Not Collected if any component is missing https://fewsnet.atlassian.net/browse/DATA-844
Search filter working incorrectly on Indicator API Endpoint https://fewsnet.atlassian.net/browse/DATA-925
Features
Add FDW vector tiles to COVID-19 map https://fewsnet.atlassian.net/browse/DATA-529
This feature is about implementing the FDW vector tiles to COVID-19 map by changing the API calls of
geojson
to vector tiles for both admin units and IPC data .
Capture admin_1 and admin_2 relationship for IDP camps where they exist https://fewsnet.atlassian.net/browse/DATA-596
This enhancement is about creating
admin_1
andadmin_2
geographic unit relationships of the IDP camps ,i.ehttps://fdw.fews.net/en/admin/spatial/geographicunitrelationshiptype/idp_5Fcamp_5Fadmin2/change/
https://fdw.fews.net/en/admin/spatial/geographicunitrelationshiptype/idp_5Fcamp_5Fadmin1/change/
Add availability data to /admin views https://fewsnet.atlassian.net/browse/DATA-865
This enhancement is about adding the
availability
data to thedatacollectionperiod
change admin screen which enables the user to view and update the availability Data in numeric form, for instance ;
Support as-is ingestion of semi-structured data https://fewsnet.atlassian.net/browse/DATA-884
This feature is about implementing the
as-is
ingestion of the semi-structured data which makes it easy to load new generic data sources using the offline data upload functionality of the FDW ,i.e (https://fdw.fews.net/en/admin/warehouse/dataupload/add/?_changelist_filters=subtype__exact%3DAsIsDataPoint).
Use dataset parameter in preference to dataseries list in FDE where possible https://fewsnet.atlassian.net/browse/DATA-900
This feature is about enabling the usage of the dataset parameter of the FDE in order to extract large datasets which will be used in excel refreshable spreadsheets.
Support fields parameter on semi-structured values API endpoint https://fewsnet.atlassian.net/browse/DATA-918
This enhancement is about incorporating
fields
parameter on semi-structured API endpoints which helps to filter the data returned from the API end points , for instance ;https://fdw.fews.net/api/remittancesvalue/?format=xml&dataseries=6450072&fields=simple
https://fdw.fews.net/api/days_work_availablevalue/?format=xml&dataseries=6466282&fields=simple
Add Options tab to Other Domain https://fewsnet.atlassian.net/browse/DATA-923
This feature is about implementing the
Options tab
to theOther
data domain of the FDE which enables the user to view and analyze the data byReporting schedule
parameter.
On Trade Domain, Add filter for Trade Type (i.e. formal, informal) https://fewsnet.atlassian.net/browse/DATA-927
This enhancement is about adding the
Trade type
filter i.e (formal,informal
) to the Trade data domain of the FDE.
Data Collection and Data Collection Period Country filters should work against expected Data Series https://fewsnet.atlassian.net/browse/DATA-930
This enhancement is about making the country filters of
DataCollectionPeriod
andDataCollection
to work on the Data Series list which enables the user to find a specific country data collection.
Add FDW vector tiles to IPC PNG maps https://fewsnet.atlassian.net/browse/DATA-936
This feature is about applying the FDW vector tiles to the IPC PNG maps to improve the performance of rending of maps.
Tasks
Update to main django-autocomplete-light https://fewsnet.atlassian.net/browse/DATA-649
This task was about the upgrading of Django with auto-complete-light which results in implementing the auto-complete fields of the admin screens of the FDW, such as ,
https://fdw.fews.net/en/admin/warehouse/datacollection/add/
https://fdw.fews.net/en/admin/price/marketproduct/add/
https://fdw.fews.net/en/admin/price/exchangerate/add/
https://fdw.fews.net/en/admin/price/priceindex/add/
https://fdw.fews.net/en/admin/price/calculatedindex/add/
https://fdw.fews.net/en/admin/warehouse/datasourcedocument/add/
Upload global admin0 units and world ocean https://fewsnet.atlassian.net/browse/DATA-943
This task was about uploading the global
Admin0
geographic unit boundaries, world ocean layer and lakes to FDW.
Bugs
Fix query count for Geographic Unit Export https://fewsnet.atlassian.net/browse/DATA-818
There was an issue of query count in the
GeographicUnit
export and this was resolved.
Calculated Index Value should return Not Collected if any component is missing https://fewsnet.atlassian.net/browse/DATA-844
There was an issue in the calculated index values which has missing components and this was resolved and it is returning NC values for an indices which contains missing components.
Search filter working incorrectly on Indicator API Endpoint https://fewsnet.atlassian.net/browse/DATA-925
There was an issue in using the search parameter of the API Indicator and this was resolved and the functionality is working as expected, for instance ,
https://fdw.fews.net/api/indicator/?search=measles vaccination&data_domain=NutritionIndicator
https://fdw.fews.net/api/indicator/?search=latrines&data_domain=NutritionIndicator