qrapids-dashboard v2.0
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