UC14
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
This PR implements the third subflow of UC14, which allows a registered HCP to view diagnosis trends for 8 weeks up to a provided date.
To do this, additional functionality was added to the DiagnosesDAO
and to the GetDiagnosisStatisticsAction
to pull the required data from the database. In addition, the frontend was modified to display the chart.
To run the tests, enter the following commands:
mvn install -DskipTests
mvn test -Dtest=ViewDiagnosisStatisticsActionTest
mvn test -Dtest=DiagnosisTrendDataTest
mvn test -Dtest=ViewDiagnosisStatisticsTest
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.