Open smmzhu opened 3 days ago
Heads up, if you're not ready to merge, you can mark the PR as a draft
*force-pushing at the end for cleaner viewing of files changed
(also i messed up resolving the merge conflicts on github.com directly so i just took my changes, rebased against updated main, and force pushed)
no code should be any different
Overview
(Merge #28 before this one) Second ticket in a series tackling issue #26 — created StudentsController.java API endpoint controller, add GetById Endpoint for single record in students table + tests.
Testing Link: https://sampr2.dokku-11.cs.ucsb.edu/
Screenshots (Optional)
Validation (Optional)
Tests
mvn test
) passmvn test jacoco:report
) 100%mvn test pitest:mutationCoverage
) 100%Frontend Unit tests (npm test
) passFrontend Test coverage (npm run coverage
) 100%Frontend Mutation tests (npx stryker run
) 100%Frontend Linting (npx eslint --fix src
)Linked Issues
Closes #33