savvato-software / tribe-app-backend

3 stars 20 forks source link

Backend - ReviewDecisionAPIController Cleanup #198

Closed haxwell closed 6 months ago

haxwell commented 6 months ago

Currently, the {{saveReviewDecision}} endpoint creates the DTO. We should instead have the service create the DTO. So a call to {{reviewDecisionService.saveReviewDecision()}} should return a DTO.