UC14 [S2]: Detect Flu Epidemic
1 unresolved thread
1 unresolved thread
This PR implements the second sub-flow of UC14. This allows a healthcare provider to log in and see if an influenza epidemic is/was occurring in a given zip code at a given time. To do this, the influenza detection algorithm from the requirements was implemented.
In order to run the tests, enter the following commands:
mvn install -DskipTests
mvn test -Dtest=ViewDiagnosisStatisticsActionTest
mvn test -Dtest=ViewDiagnosisStatisticsTest
mvn test -Dtest=OVDiagnosesTest
Edited by adityab3
Merge request reports
Activity
assigned to @elengik2
All tests are passing, but there's a merge conflict^
Edited by elengik2
added 1 commit
- f691ed2e - [refactoring] Removed influenza_epidemic() method from standard_data() as it...
added 84 commits
-
f691ed2e...cabaec8d - 83 commits from branch
master
- 11255812 - Merge branch 'master' into 'UC14'
-
f691ed2e...cabaec8d - 83 commits from branch
mentioned in commit a55e02a1
Please register or sign in to reply