Skip to content

Releases: q-rapids/qrapids-dashboard

qrapids-dashboard v2.2

12 Sep 09:22
7f591a3
Compare
Choose a tag to compare

New Functionalities & Solved Bugs

This release adds the following functionalities to the dashboard:

  • Integrating Quality Requirement Patterns Catalogue ( #207).
  • Improve warnings message box representation (#158).

The following bugs are solved:

  • Factors and SIs import functionality problem (#205).

Know Bug

  • Integration of qrapids-eval component to Strategic Dashboard doesn't work with Docker deployment. (#198)

Compatible components

This version of the dashboard (v2.2) 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

qrapids-dashboard v2.1

25 May 12:45
7f591a3
Compare
Choose a tag to compare

New Functionalities & Solved Bugs

This release adds the following functionalities to the dashboard:

  • New visualization mode for Metrics current view were added ( #194, #199).
  • Added new functionality to Metrics current view, that allows user group metrics by factor (#195).
  • We convert rational information to technical details to avoid to confuse users ( #196).

The following bugs are solved:

  • Improve import metrics functionality logic (#200).
  • Correct current Detailed views error, now when composition is changed, this views show good data (#202).
  • Concrete date assessment problem were corrected (#156).

Know Bug

  • Integration of qrapids-eval component to Strategic Dashboard doesn't work with Docker deployment. (#198)

Compatible components

This version of the dashboard (v2.1) 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

qrapids-dashboard v2.0

18 Feb 12:09
44dd357
Compare
Choose a tag to compare

New Functionalities & Solved Bugs

This release adds the following functionalities to the dashboard:

  • Integrate qrapids-eval component to Strategic Dashboard ( #139).
  • Integrate alerts functionality to Strategic Dashboard (#180).
  • Add filter by profile to Alerts view ( #161).
  • Allows specify url for metrics to link them with external web site (#164).

The following bugs are solved:

  • Sunburst chart representation error on Quality Model view (#191).

Additional information

In order to computes metrics, factors, and indicators using integrated qrapids-eval component, it's necessary to configure a set of text files (query- and property-files) that are stored in folder named 'projects'. You also have to modify a dashboard configuration file adding to application.properties the following fields:

cron.expression=<CRON EXPRESSION> specifying when quality model evaluation must be done, e.g. 0 0 2 * * ? (every day at 2am)
projects.dir=<PROJECTS FOLDER PATH>

More information about how to configure necessary text files is available in the qrapids-eval.

Compatible components

This version of the dashboard (v2.0) 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

qrapids-dashboard v1.6.1

29 Jan 13:56
b870aac
Compare
Choose a tag to compare

New Functionalities & Solved Bugs

This release adds the following functionalities to the dashboard:

  • Add warning column on corresponding textual views (#186).

The following bugs are solved:

  • Heatmap representation error on Phases view (#184).
  • Incorrect behavior of view mode selector buttons (#185).
  • Strategic Indicators assessment "one day mismatch" warning (#183).

Compatible components

This version of the dashboard (v1.6.1) 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

qrapids-dashboard v1.6

30 Nov 15:25
Compare
Choose a tag to compare

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

qrapids-dashboard v1.5

10 Sep 11:16
Compare
Choose a tag to compare

New Functionalities & Solved Bugs

This release adds the following functionalities to the dashboard:

  • We added a new functionality for customising dashboard content depending on user profile (#147).
  • We improved the historical data views with a trend line (#146).

The following bugs are solved:

  • Broken stacked visualizations for factors and detailed strategic indicators (#157).

Compatible components

This version of the dashboard (v1.5) 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

qrapids-dashboard v1.4

16 Jun 11:26
06dacaf
Compare
Choose a tag to compare

New Functionalities & Solved Bugs

This release adds the following functionalities to the dashboard:

  • We added a new functionality for generating reports to document your data (#140). The reports are generated using Jaspersoft.
  • We improved the graphical representation of prediction views by changing historical data to dashed lines (#145).
  • We removed titles on simulation views in order to make all views consistent (#144 ).

Additional information

In order to use the new functionality of generating reports, it's necessary to configure your own Jaspersoft server and publish your reports on this server. You also have to modify a dashboard configuration file adding to application.properties the following fields:

jasperServer.url=<JASPER SERVICE URL>
jasperserver.user=<JASPER SERVER USERNAME>
jasperserver.password=<JASPER SERVER PASSWORD>

More information about how to configure Jaspersoft server and use default dashboard reports is available in the qrapids-dashboard_reports.

Compatible components

This version of the dashboard (v1.4) 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

qrapids-dashboard v1.3

24 Apr 12:05
765e2d6
Compare
Choose a tag to compare

New Functionalities & Solved Bugs

This release adds the following functionalities to the dashboard:

  • We improved the performance of prediction calculation by adding cache of previous predictions (#71).
  • We changed the graphical representation of prediction views, adding possibility to see intervals of confidence and representing also historical data on same graph for better understanding of predicted data (#130).
  • We added categories representation on simulation views in the radar charts (#141).

Compatible components

This version of the dashboard (v1.3) 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

qrapids-dashboard v1.2

20 Mar 15:23
3199828
Compare
Choose a tag to compare

New Functionalities & Solved Bugs

This release adds the following functionalities to the dashboard:

  • Definition of Factors weights for Strategic Indicators computation (#96, #36). From this version, the SI can be defined as an average or a weighted average of the factors
  • Improved the contextual help for the Strategic Indicators creation form (#121).
  • List of Strategic Indicators on configuration view ordered alphabetically (#120).
  • Improved the categories management (#117, #107). the default categories are automatically created if thedatabase is empty.
  • We added categories representation on Detailed Strategic Indicators and Quality Factors current views (in the radar charts).
  • Added more detailed information about simulation results (#12). We added icons to represent if simulated value is higher, lower or equal and it's visible the percentage of improvement.
  • New visualization mode for Detailed SI & Factors current view (#106). Two representation modes for these views: radar chart and stacked bar chart.
  • New visualization mode for Quality Model (#124). Two representation modes for Quality Model view: graph chart and sunburst chart.

The following bugs are solved:

  • Misaligned date labels on Phases view (#122)

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 table from the database. As the computation of the strategic indicators could be weighted average or normal average, this table has suffer some changes that cannot be deployed automatically.
You will need to fill the strategic indicators definition manually with RESTful service fetch strategic indicators, using the following URL in your browser:

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.2) is compatible with the following version of the other components:

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

Links of interest

qrapids-dashboard v1.1.1

10 Jan 13:15
b29bc89
Compare
Choose a tag to compare

New Functionalities & Solved Bugs

The following bugs are solved:

  • Quatily Model Viewer errors (#111, #116)

Compatible components

This version of the dashboard (1.1.1) is compatible with the following version of the other components:

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

Links of interest