In this PR, (insert a brief description of what this PR enables for the end user as well as coders. If this placeholder text is still in place, this PR is not yet ready for review).
Screenshots (Optional)
Feedback Request (Optional)
Please give suggestions on the following:
This method might not be the best way to do things. What do you think?
The way this is implemented is the best I can think of. Is it acceptable?
Where should these things go? I put them here, but it feels out of place.
Future Possibilities (Optional)
Some possible points could be:
This is the beginning/part of (insert feature).
We can extend this to add (something beyond current functions).
This can make things easier to (insert project).
Validation (Optional)
Download this branch.
Run the project.
Go to this page.
Test this function.
Tests
[ ] Backend Unit tests (mvn test) pass
[ ] Backend Test coverage (mvn test jacoco:report) 100%
[ ] Backend Mutation tests (mvn test pitest:mutationCoverage) 100%
[ ] Frontend Unit tests (npm test) pass
[ ] Frontend Test coverage (npm run coverage) 100%
Overview
In this PR, (insert a brief description of what this PR enables for the end user as well as coders. If this placeholder text is still in place, this PR is not yet ready for review).
Screenshots (Optional)
Feedback Request (Optional)
Please give suggestions on the following:
Future Possibilities (Optional)
Some possible points could be:
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