Releases: q-rapids/qrapids-dashboard
qrapids-dashboard v1.1
New Functionalities & Solved Bugs
This release adds the following functionalities to the dashboard:
- Strategic Indicator deletion new feature (#105). Only the SIs in the database are shown in the assessment views.
- About section in Help menu (#109).
- Customizable logos in the main menu feature (#110)
The following bugs are solved:
- Strategic Indicator Creation error (#93)
- Strategic Indicator Simulation error (#101)
- No parameters use to filter historical data views (#104)
- Phases functionality error (#113)
- Strategic_indicators index incorrect creation (#89). Now index is automatically created correctly.
- assessStrategicIndicators (API endpoint) function error (#112)
Know Bug
- Quality Model viewer error (#111)
Additional information
Now Q-Rapids Strategic Dashboard have an About section which can be find in Help menu, and it's allowed to customized by new attribute (about.custom.text) of the application.properties. It's also possible to customize a logo, which will be visible in Main Menu, by changing the corresponding image (static\icons\custom_logo.png).
New attribute in the application.properties file
about.custom.text = Custom text that will be shown in the About section
Compatible components
This version of the dashboard (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
qrapids-dashboard v1.0.2
New Functionalities & Solved Bugs
This release adds the following functionalities to the dashboard:
- Strategic Indicator deletion new feature (#105). Only the SIs in the database are shown in the assessment views.
The following bugs are solved:
qrapids-dashboard v1.0.0
New Functionalities & Solved Bugs
This release adds the following functionalities to the dashboard:
The following bugs are solved:
- Next Milestone Alert error (#90)
- Predicted values out of range (#98)
- Missing factor in the RESTful service documentation for assessSI (#88)
Know Bug
- Strategic Indicator Creation error (#93)
Additional information
This version includes the option to connect to the backlog service to import information about a project phases. With this information, the dashboard includes a new view visualising the strategic indicators assessment evolution through the project phases (heatmap chart). The service ENDPOINT should be configured in the application.properties files (attribute backlog.phases.url)
New attributes in the application.properties file
backlog.phases.url= End point for the service to import the list of project phases
Compatible components
This version of the dashboard (1.0.0) 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 v0.3.6
New Functionalities & Solved Bugs
This release adds the following functionalities to the dashboard:
- Definition of Strategic Indicators per project (#58)
- Strategic Indicators management in the Configuration menu (#68)
- Categories management in the Configuration menu (#69)
- Categories for Metrics (#75)
- Categories thresholds in historical and prediction charts (#74)
- Option to fit linear charts to value range (#18)
- Time ranges selection consistency (#7)
- Strategic Indicator assesment quality warnings (#37)
- Milestones information (#59)
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 definition of the strategic indicators should be per project, this table has suffer some changes that cannot be deployed automatically. The dashboard will fill the strategic indicators definition automatically when it starts.
This version includes the option to connect to the backlog service to import information about a project milestones. The service should be available at backlog.url(from application.properties)/milestones
New attributes in the application.properties file
backlog.newIssue.url= End point for the service to export QR to the backlog tool (previous backlog.url)
backlog.milestones.url= End point for the service to import the list of project milestones
If you are upgrading an existing dashboard deployment, you need to rename the previous backlog.url attribute by backlog.newIssue.url.
Compatible components
This version of the dashboard (0.3.6) 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
It is not compatible with previous version of these components
Links of interest
qrapids-dashboard v0.3.5
New Functionalities & Solved Bugs
This release adds the following functionalities to the dashboard:
- Show Quality Requirements and decisions in the historical data views (#43 #44)
- Traceability between Quality Requirements and Alerts (#63) - User Guide - Quality Requirements
- Traceability between Alerts and Historic Assessment (#61) - User Guide - Quality Alerts
- Visualization of impacted Factors and Strategic Indicators in an Alert (#62) - User Guide - Quality Alerts
- Filer and sorting for tables (#67) - User Guide - Quality Alerts
The following bugs are solved:
- Line charts fail to display information box (#53)
Compatible components
This version of the dashboard (0.3.5) is compatible witht the following version of the other components:
- qrapids-forecast-rest v0.3
- qrapids-si_assessment v0.1
- pabre-ws v1.0.3
It is not compatible with previous version of these components
Links of interest
qrapids-dashboard v0.3.4
New Functionalities & Solved Bugs
The following bugs are solved:
Compatible components
This version of the dashboard (0.3.4) is compatible witht the following version of the other components:
- qrapids-forecast-rest v0.3
- qrapids-si_assessment v0.1
- pabre-ws v1.0.3
It is not compatible with previous version of these components
Links of interest
qrapids-dashboard v0.3.3
New Functionalities & Solved Bugs
This release adds the following functionalities to the dashboard:
- Enhance factor simulation view (#10, #11, #17)
- Add metric simulation view (#22)
- Add quality requirement simulation view (#24)
- Add quality requirements table view (#41)
- Add decisions table view (#42)
- Add help buttons (#40)
- Quality requirements stored in the backlog have now a project and a decision rationale (#46)
The following bugs are solved:
New attributes in the application.properties file
help.process= link to the Q-Rapids process page (not available yet)
help.userguide= link to the user guide page in the dashboard wiki
help.support= link to the issues section of the dashboard repository
Compatible components
This version of the dashboard (0.3.3) is compatible witht the following version of the other components:
- qrapids-forecast-rest v0.3
- qrapids-si_assessment v0.1
- pabre-ws v1.0.3
It is not compatible with previous version of these components
qrapids-dashboard v0.3.2
New Functionalities & Solved bugs
The following bugs are solved:
New attritubes in the application.properties file (version 0.3.x)
forecast.technique= default technique to be applied for forecasting. The possible values are: ARIMA, ARIMA_FORCE_SEASONALITY, THETA, ETS, ETSDAMPED, BAGGEDETS, STL, NN, HYBRID, PROPHET
assessSI.url= URL where the si_assessment restful services is available (e.g. <ip>:<port>/qr-si_assesement-0.1)
Known bugs
qrapids-dashboard v0.3.1
New Functionalities & Solved bugs
This release adds the following functionalities to the dashboard:
- Forecasting technique selector (#3 #4)
- Product management (#6)
- Quality model view (#21)
- User control (#5)
The following bugs are solved:
- QR button not showing for alerts (#27)
New attritubes in the application.properties file
forecast.technique= default technique to be applied for forecasting. The possible values are: ARIMA, ARIMA_FORCE_SEASONALITY, THETA, ETS, ETSDAMPED, BAGGEDETS, STL, NN, HYBRID, PROPHET
assessSI.url= URL where the si_assessment restful services is available (e.g. <ip>:<port>/qr-si_assesement-0.1)