In this new and revised PR, we introduce the changes requested on PR #81 and introduce new API endpoints that will allow the admin to specify a common when running the milking of the cows and updating cow health jobs
DEPENDENCIES
In order for this PR to be merged PR #91 needs to be merged first!! (Update... it was merged)
Screenshots (Optional)
Validation (Optional)
Download this branch.
Run the project.
Go to this swagger.
Test new API Endpoints.
Tests
[x] Backend Unit tests (mvn test) pass
[x] Backend Test coverage (mvn test jacoco:report) 100%
[x] Backend Mutation tests (mvn test pitest:mutationCoverage) 100%
Overview
In this new and revised PR, we introduce the changes requested on PR #81 and introduce new API endpoints that will allow the admin to specify a common when running the milking of the cows and updating cow health jobs
DEPENDENCIES
In order for this PR to be merged PR #91 needs to be merged first!! (Update... it was merged)
Screenshots (Optional)
Validation (Optional)
Tests
mvn test
) passmvn test jacoco:report
) 100%mvn test pitest:mutationCoverage
) 100%Linked Issues
Closes #44