IHTSDO / authoring-acceptance-gateway

Microservice to ensure service acceptance criteria are met before content promotion within the SNOMED CT Authoring Platform.
Other
0 stars 1 forks source link

FRI-48 Add endpoint for un-accepting Criteria Item #5

Closed dmcgihtsdo closed 3 years ago

dmcgihtsdo commented 3 years ago

FRI-48 was concerned with adding an endpoint for manually signing off a Criteria Item. The scope was extended to allow for Criteria Items to be "un-accepted".

dmcgihtsdo commented 3 years ago

This looks good. Just see if you can catch a more specific exception for the repository delete method then feel free to merge 👍

@kaicode , I found ElasticsearchException but I would need to add the try-catch to other methods within the service class so I think I was creating my own problem. I have removed the try-catch completely.