669 B
669 B
Remaining Work
PatVisitController::updateADTneeds to accept or inferInternalPVIDso the ADT patch tests no longer error out.- Implement or expose
POST /api/resultand alignResultControllerresponses with whatResultPatchTestexpects (success + 400/404 handling). - For each patch test controller (Contact, Location, Organization modules, Specimen masters, Test/TestMap variants, Rule, User, etc.), ensure the update action validates payloads, rejects empty bodies with 400, returns 404 for absent IDs, and responds with 200/201 on success.
- Once controllers are fixed, rerun
./vendor/bin/phpunitto confirm the patch suite passes end-to-end.