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

#557 Implement working functionality for the DELETE /program/:programAssessmentId route #582

Closed behrooz-a closed 1 year ago

behrooz-a commented 1 year ago

Proposed changes

This pull request resolves #557 by implementing the DELETE /program/:programAssessmentId route.

The DELETE /program/:programAssessmentId route deletes an existing program assessment in the database.

Tests for the DELETE /program/:programAssessmentId route and the service file functions have been completed and are included in the pull request.

Checklist