Introduction
The following list of new features, tasks, and resolved bugs are included in the latest Sprint 21.06 release to FDW/FDE:
Features
Review the pre-processing and matching of DataSourceDocuments in uploads - https://fewsnet.atlassian.net/browse/DATA-935
Add collection_start_date and collection_end_date filters to DataPointFilter - https://fewsnet.atlassian.net/browse/DATA-968
Replace Staple Food Price Data Set on Data center with direct download from FDW - https://fewsnet.atlassian.net/browse/DATA-906
Investigate dissolve performance in /api/ipcpasemap - https://fewsnet.atlassian.net/browse/DATA-621
Standard Price Charts in Superset - https://fewsnet.atlassian.net/browse/DATA-987
Support fields parameter for geojson extracts of DataPointViewSet - https://fewsnet.atlassian.net/browse/DATA-969
Add Component Tests for FDE2 - https://fewsnet.atlassian.net/browse/DATA-960
Managing ZW exchange rate data in the FDW - https://fewsnet.atlassian.net/browse/DATA-617
Tasks
Enable extraction of reusable visualizations JSON format - https://fewsnet.atlassian.net/browse/DATA-993
Upgrade Django to 3.2 - https://fewsnet.atlassian.net/browse/DATA-942
Confirm IPC Node checking notification works in PROD - https://fewsnet.atlassian.net/browse/DATA-988
Support to Sudan Farmers API Testing - https://fewsnet.atlassian.net/browse/DATA-897
Investigation: Plotly cs mapbox vs Echart for the FDE2 map component - https://fewsnet.atlassian.net/browse/DATA-984
Bugs
Semi structured domain api/Deomographyvalue endpoint CSV format raises KeyError - https://fewsnet.atlassian.net/browse/DATA-848
Error uploading ET 2018 abd 2009 LHZ shapefiles - https://fewsnet.atlassian.net/browse/DATA-784
Fix price charts located under the “Old Charts” tab - https://fewsnet.atlassian.net/browse/DATA-560
Investigate potential templates (auto-complete field) loading issue with the new Autocomplete functionality - https://fewsnet.atlassian.net/browse/DATA-957
Create_sample_data doesn’t work on production containers - https://fewsnet.atlassian.net/browse/DATA-992
Error extracting Haiti and Madagascar availability data - https://fewsnet.atlassian.net/browse/DATA-1000
MarketProduct search doesn’t recognize partial Price Types - https://fewsnet.atlassian.net/browse/DATA-961
Zimbabwe common currency prices not being calculated in data extracts - https://fewsnet.atlassian.net/browse/DATA-533
Investigate potential templates (auto-complete field) loading issue with the new Autocomplete functionality - https://fewsnet.atlassian.net/browse/DATA-957
Collection date field is not automatically populated on the data collection page - https://fewsnet.atlassian.net/browse/DATA-1002
Create_sample_data doesn’t work on production containers - https://fewsnet.atlassian.net/browse/DATA-992
Features
Review the pre-proessing and matching of DataSourceDocuments in uploads - https://fewsnet.atlassian.net/browse/DATA-935
This feature is about removing trailing spaces in DataSourceDocment names.
Add collection_start_date and collection_end_date flters to DataPointFilter - https://fewsnet.atlassian.net/browse/DATA-968
This feature enables users to easily update local data each month via the API to update visualizations without additional effort by using the ‘collection_start_date’ and ‘collection_end_date’ filters in the Data Point Filter.
Replace Staple Food Price Data Set on Data center with direct download from FDW - https://fewsnet.atlassian.net/browse/DATA-906
Investigate dissolve performance in /api/ipcpasemap - https://fewsnet.atlassian.net/browse/DATA-621
This feature improved the performance of GeoJSON downloads for map visualizations by dissolving internal boundaries prior to extraction.
Standard Price Charts in Superset - https://fewsnet.atlassian.net/browse/DATA-987
This feature developed standard price charts in superset and applied customization where possible.
Support fields parameter for geojson extracts of DataPointViewSet - https://fewsnet.atlassian.net/browse/DATA-969
This feature enables the users to download the subset of fields for IPC data required for analysis
Add Component Tests for FDE2 - https://fewsnet.atlassian.net/browse/DATA-960
This feature creates component tests for react components in FDE2