readme polish

This commit is contained in:
2026-06-02 10:56:07 -06:00
parent 2d98b76da1
commit c79ccdde59

View File

@@ -102,7 +102,7 @@ Current automated coverage includes:
The required access-control test is covered by `NoteRetrievalControllerTest.getNoteReturnsNotFoundForUnsharedNoteOwnedByAnotherUser`, which creates a note as one user, authenticates as a different user, and asserts that the second user receives `404 Not Found` for the unshared note.
Given time, more automated tests would be done and a full coverage analysis would be in order.
Additional production-grade coverage would include update/delete/share mutation tests, PostgreSQL integration tests, and coverage reporting.
A React app located at https://git.seanstarkey.dev/starkey/notes was also used for manual API testing. It exercises the API from a client perspective and displays REST requests/responses for debugging. It runs in a Docker container. This app was worth the investment because of the problems I had with some REST communications.