...
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
...
Standardize Country Filter on Data Series Admin screens
This feature is about implementing the Country filter list for all the data series admin screens of all the data domains. i.e all the admin screens of the data series of the data domains show the country list in their Filter field box.
...
Refactor GeographicUnitTreeViewSet to improve performance
This feature is about caching the response of the Geography filter of the Crop production by moving the calculations of the Geographic unit tree that drives from the Geography filter from JavaScript into Python which as a result greatly improves the performance of the the Geographic filter response of the crop data domain(https://fdw.fews.net/data-explorer/#/crop).
Implement Django Celery Results for API data ingestion
This feature is about implementing the Celery Results for API data ingestion (https://fdw.fews.net/en/admin/django_celery_results/taskresult/) and i.e the celery results return the log file output of the import process which gives clear view about the import details.
...
Standardize Data Domain parameters in API URLs Story
This feature is about standardizing the API URLs of all the data domain parameters of the FDW environments.
Enhanced Document List API for Mayan
...