Skip to content

qrapids-dashboard v1.6

Compare
Choose a tag to compare
@alejandravv alejandravv released this 30 Nov 15:25
· 51 commits to master since this release

New Functionalities & Solved Bugs

This release adds the following functionalities to the dashboard:

  • New functionality for manage quality factors on dashboard was added (#135, #136, #137, #154, #155, #165, #166, #169).
  • We improved the profile functionality with filtering Metrics views (#159).
  • We refined Metrics Simulation view for Factors & Mectrics profile quality level (#160).
  • New visualization mode for Detailed SI & Detailed Factors current view were added (#162). Now we have three representation modes for these views: radar chart, stacked bar chart and polar chart.
  • For data views with multiple possible visualizations, now we permit select the default visualization for each profile (#179).
  • We added category information for factor assessment value in Factors and Detailed Factors views, in order to make all views consistent (#167).
  • We improved Products view radars charts representation (#182).

The following bugs are solved:

  • "Infinity" label error on Simulation views (#170).
  • Incorrect update of Strategic Indicators and Factors on elasticsearch (#177).

Additional information

In order to install this version of the dashboard, if a previous version was installed, it is necessary to manually delete the strategic_indicator_quality_factors table from the database. Then you will need to fill the data base definition manually with RESTful services, using the following URLs in your browser (order is important):
http://<Dashboard URL>/api/metrics/import
http://<Dashboard URL>/api/qualityFactors/import
http://<Dashboard URL>/api/strategicIndicators/fetch

More information about the dashboard services in the RESTful API documentation.

Compatible components

This version of the dashboard (v1.6) is compatible with the following version of the other components:

  • qrapids-forecast-rest v0.4
  • qrapids-si_assessment-rest v0.1
  • pabre-ws v1.0.3

Links of interest