OpenTree-Education / rhizone-lms

A learning management system focused on self-reflection.
https://rhi.zone
BSD 3-Clause Clear License
14 stars 7 forks source link

#565 Delete an existing program assessment in the database #586

Closed mgasquez closed 1 year ago

mgasquez commented 1 year ago

This PR closes https://github.com/OpenTree-Education/rhizone-lms/issues/565 issue. The DELETE /curriculum/:curriculumAssessmentId route deletes an existing program assessment in the database.

DELETE /curriculum/:curriculumAssessmentId route and the service file functions were implemented.

Test coverage are done to ensure the code written for the test will behave as expected by the protocol we previously defined.

Checklist