...
In this Release Notes document, the following main features, tasks and defects have been resolved and deployed to the FDE/FDW production server - Version 20.04.5 .
Features
Add Market Product and Market Price ViewSet filters for Staple Foods https://fewsnet.atlassian.net/browse/DATA-123
Implementation of Geographic Unit View within FDE https://fewsnet.atlassian.net/browse/DATA-214
Use pagination in FDE Crop Production tab https://fewsnet.atlassian.net/browse/DATA-233
Standardize Country Filter on Data Series Admin screens https://fewsnet.atlassian.net/browse/DATA-239
Refactor GeographicUnitTreeViewSet to improve performance https://fewsnet.atlassian.net/browse/DATA-245
Implement Django Celery Results for API data ingestion https://fewsnet.atlassian.net/browse/DATA-247
Standarize Data Domain parameters in API URLs Story https://fewsnet.atlassian.net/browse/DATA-255
Enhanced Document List API for Mayan https://fewsnet.atlassian.net/browse/DATA-256
Add Description to Data Series Search fields https://fewsnet.atlassian.net/browse/DATA-263
Bulk import feature for adding border towns to FDW https://fewsnet.atlassian.net/browse/DATA-265
Consistent Y axis over time for Sub National Crop Production Dashboard https://fewsnet.atlassian.net/browse/DATA-269
Standardize Geographic Unit and Indicator foreign keys to Data Series https://fewsnet.atlassian.net/browse/DATA-271
Faster responses for paginated Crop Production API calls https://fewsnet.atlassian.net/browse/DATA-276
Additional Unit Tests for Spatial APIs https://fewsnet.atlassian.net/browse/DATA-283
...
Geography filter is not caching correctly https://fewsnet.atlassian.net/browse/DATA-238
Clicking on the Help with the current page tab of each pages of the FDW results in 404 error https://fewsnet.atlassian.net/browse/DATA-243
Investigate Data Domains filter behaviour in Data Inventory dashboard https://fewsnet.atlassian.net/browse/DATA-250
Unable to upload Cameroon shape file https://fewsnet.atlassian.net/browse/DATA-254
Saving data set is not working at the subgroup level of the IPC FIC Data domain https://fewsnet.atlassian.net/browse/DATA-266
Features
Add Market Product and Market Price ViewSet filters for Staple Foods
This feature is about filtering the results that came from /api/marketproduct and /api/marketprice and /api/marketpricefacts using the attribute for "Is Staple Food" so one can filter by using the links , ,https://fdw.fews.net/api/marketprice/?country=XX&?is_staple_food ,https://fdw.fews.net/api/marketpricefacts/?country=XX&is_staple_food or https://fdw.fews.net/api/marketproduct/?country=XX&is_staple_food
Implementation of Geographic Unit View within FDE
This feature is about implementing the Map tab on the Spatial data domain (https://fdw.fews.net/data-explorer/#/spatial) . In addition to this ,if the user , for instance,selects one or more Geographic Unit Set Versions and Unit Type then the Features can be extracted as GeoJSON with querys like: https://fdwdev.fews.net/api/feature/?format=geojson&unit_set_version=223&unit_set_version=224 & https://fdwdev.fews.net/api/feature/?format=geojson&unit_set_version=223&unit_set_version=224&unit_type=admin1
Use pagination in FDE Crop Production tab
This feature is about implementing the pagination response of the crop production indicator API which greatly enhances the extract performance of this data domain (https://fdw.fews.net/data-explorer/#/crop)
Standardize Country Filter on Data Series Admin screens
...