Skip to end of banner
Go to start of banner

Release Notes for Data Sprint 21.12

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 28 Next »

Introduction

The following list of new features, tasks and resolved bugs are included in the latest Sprint 21.12.1 release to FDW/FDE:

Features

  • Calculated Price Index & Calculated Price Ratio end points of the FDE should point to their specific end points DATA-1247 - Getting issue details... STATUS

  • Feature request for adding export button to the exchange rate data series of the FDW DATA-1248 - Getting issue details... STATUS

  • Adding data series ID to available data series "info" field DATA-1263 - Getting issue details... STATUS

  • Prototype of PIN Retrieval Tool DATA-1264 - Getting issue details... STATUS

  • Updating the validation error message for checking the availability data of the base period of each component selected for a Calculated Price Index DATA-1267 - Getting issue details... STATUS

  • Include schedule field to the data source document extract DATA-1306 - Getting issue details... STATUS

  • Include data_usage_policy field in the simple fields extracts of the exchange rate and secondary price index of the FDE DATA-1309 - Getting issue details... STATUS

  • Add filters.ModelMultipleChoiceFilter on DataUsagePolicy, Country and CountryGroup to DataSourceDocumentFilter DATA-1312 - Getting issue details... STATUS

  • Add geographic_unit field in the simple fields extract of the calculated price index of the FDE DATA-1318 - Getting issue details... STATUS

Tasks

  • Create geographic unit tree for exchange rate domain DATA-1303 - Getting issue details... STATUS

Bugs

  • Issue of loading the Geographic filter on Crop and Nutrition domains of the data explorer pages DATA-955 - Getting issue details... STATUS

  • Exchange rate data series naming errors in the user interface of the FDE DATA-1262 - Getting issue details... STATUS

  • Error Importing Price Data from CSV DATA-1274 - Getting issue details... STATUS

  • Data Inventory Dashboard - The tables for Cumulative Number of Data Points and Number of data points by month show incorrect time series on x-axis DATA-1299 - Getting issue details... STATUS

  • Geographic filter is disabled for all the subtypes of the OTHER data domain DATA-1304 - Getting issue details... STATUS

  • Searching by the parameters of the search box of the OTHER data domain results in data of all the data domains DATA-1305 - Getting issue details... STATUS

  • Restore days work available and remittances from semi-structured domain DATA-1310 - Getting issue details... STATUS

  • The period dates are disabled for all the subtypes of the OTHER data domain DATA-1315 - Getting issue details... STATUS

  • Sub type column is shown blank in the UI of the Other data domain DATA-1316 - Getting issue details... STATUS

Features

Calculated Price Index & Calculated Price Ratio end points of the FDE should point to their specific end points DATA-1247 - Getting issue details... STATUS

  • This enhancement is about making changes to the FDE API end points of calculated price index and calculated price ratio i.e for the calculated price index ;

- The data series is pointing to https://fdw.fews.net/api/calculatedpriceindex/,

- The data points/tabular view is pointing to https://fdw.fews.net/api/calculatedpriceindexvaluefacts/,

- The Export link is pointing to https://fdw.fews.net/api/calculatedpriceindexvaluefacts/

And for the calculated price ratio ;

- The data series is pointing to https://fdw.fews.net/api/priceratio/,

- The data points/tabular view is pointing to https://fdw.fews.net/api/priceratiovaluefacts/, and

- The Export link is pointing  to https://fdw.fews.net/api/priceratiovaluefacts/

Feature request for adding export button to the exchange rate data series of the FDW DATA-1248 - Getting issue details... STATUS

Adding data series ID to available data series "info" field DATA-1263 - Getting issue details... STATUS

  • This enhancement is about adding the data series ID to the available data series Info icon of the FDE.

Prototype of PIN Retrieval Tool DATA-1264 - Getting issue details... STATUS

  • This feature is a prototype for implementing a tool that allows users for self-service retrieval of the population in need data using the superset dashboard.

Updating the validation error message for checking the availability data of the base period of each component selected for a Calculated Price Index DATA-1267 - Getting issue details... STATUS

  • This enhancement is about changing an existing validation error message that states: The index component must have data points for the base period to Base period data missing. Please ensure index component has data points for the base period which notifies the user that the index component does not have data for the given base period  as shown below ;

Include schedule field to the data source document extract DATA-1306 - Getting issue details... STATUS

Include data_usage_policy field in the simple fields extracts of the exchange rate and secondary price index of the FDE DATA-1309 - Getting issue details... STATUS

Add filters.ModelMultipleChoiceFilter on DataUsagePolicy, Country and CountryGroup to DataSourceDocumentFilter DATA-1312 - Getting issue details... STATUS

  • This feature is about enhancing the data source document API which allow users to extract list of documents based on;

- One or more specific Data Usage Policies ; i.e (https://fdw.fews.net/api/datasourcedocument/?format=xml&datausagepolicy=Public)

- One or more countries ; i.e (https://fdw.fews.net/api/datasourcedocument/?format=xml&country=Kenya&country=Uganda or https://fdw.fews.net/api/datasourcedocument/?format=xml&country_code=KE&country_code=UG

- One or more country groups ; i.e (https://fdw.fews.net/api/datasourcedocument/?format=xml&geographic_group=911&geographic_group=912)

In addition to this , the datapoint_count has also been added to (https://fdw.fews.net/api/datasourcedocument/?format=xml).

Add geographic_unit field in the simple fields extract of the calculated price index of the FDE DATA-1318 - Getting issue details... STATUS

Tasks

Create geographic unit tree for exchange rate domain DATA-1303 - Getting issue details... STATUS

Bugs

Issue of loading the Geographic filter on Crop and Nutrition domains of the data explorer pages DATA-955 - Getting issue details... STATUS

  • There was an issue in loading the data values of the geographic filter for the Crop and Nutrition data domains of the FDE and this was resolved.

Exchange rate data series naming errors in the user interface of the FDE DATA-1262 - Getting issue details... STATUS

  • In the other data domain of the FDE , there was a naming errors in the UI of the exchange rate data series with OANDA data source document and this was resolved.

Error Importing Price Data from CSV DATA-1274 - Getting issue details... STATUS

  • There was an error in importing price data with a csv format and this was resolved and the functionality is working now as expected.

Data Inventory Dashboard - The tables for Cumulative Number of Data Points and Number of data points by month show incorrect time series on x-axis DATA-1299 - Getting issue details... STATUS

  • There were an incorrect x-axis values which were shown in the tables of the cumulative number of data points by date and number of data points by month of the data inventory dashboard and this was resolved and it is the correct values which are shown now in the tables ;

Geographic filter is disabled for all the subtypes of the OTHER data domain DATA-1304 - Getting issue details... STATUS

  • The geographic filter drop down list was disabled for some of the sub types of the other data domain of the FDE and this was resolved.

Searching by the parameters of the search box of the OTHER data domain results in data of all the data domains DATA-1305 - Getting issue details... STATUS

  • The search parameter of the other data domain had given incorrect results and this was resolved and the functionality is working now as expected.

Restore days work available and remittances from semi-structured domain DATA-1310 - Getting issue details... STATUS

The period dates are disabled for all the subtypes of the OTHER data domain DATA-1315 - Getting issue details... STATUS

Sub type column is shown blank in the UI of the Other data domain DATA-1316 - Getting issue details... STATUS

  • No labels