In this PR we fix the database integrity issue introduced during PR #35. In this issue, we introduce a new service that is used to calculate the effective capacity as well as changes some of the frontend components that are affected by this change
Validation (Optional)
Download this branch.
Run the project.
Go to this page.
Test this function.
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%
[x] Frontend Unit tests (npm test) pass
[x] Frontend Test coverage (npm run coverage) 100%
Overview
In this PR we fix the database integrity issue introduced during PR #35. In this issue, we introduce a new service that is used to calculate the effective capacity as well as changes some of the frontend components that are affected by this change
Validation (Optional)
Tests
mvn test
) passmvn test jacoco:report
) 100%mvn test pitest:mutationCoverage
) 100%npm test
) passnpm run coverage
) 100%npx stryker run
) 100%npx eslint --fix src
)Linked Issues
Closes #0