What it is responsible for
The Dogs subsystem manages dog API work throughDogsControllercreatefindAllfindOneupdateremoveDogsServiceDogCreateDogDtoUpdateDogDtoDogsModuleDogCreateDogDtoUpdateDogDtoWhat it needs, and who needs it
Dogs has no recorded dependencies within this repository.Integrationintegration/inspector/src/dogsWhat it is made of
Its 11 entities sit in 6 files underintegration/inspector/src/dogsdogs.controller.tsDogsServiceWhere work enters
1 controller publishes 5 HTTP endpoints — 2GETPOSTPATCHDELETE/dogs- —
DogsController:14integration/inspector/src/dogs/dogs.controller.ts - —
create:18integration/inspector/src/dogs/dogs.controller.ts - —
findAll:23integration/inspector/src/dogs/dogs.controller.ts - —
findOne:28integration/inspector/src/dogs/dogs.controller.ts - —
update:33integration/inspector/src/dogs/dogs.controller.ts - —
remove:38integration/inspector/src/dogs/dogs.controller.ts
Boundaries
1 other subsystem depends on this one —IntegrationDogsModuleIt depends on no other subsystem in this repository — it is a leaf.
Was this page helpful?