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

#561 Implement working functionality for the GET /curriculum/:curriculumAssessmentId route #566

Closed kaiyolau closed 1 year ago

kaiyolau commented 1 year ago

Proposed changes

This pull request close #561 which adds a route for details of a specific CurriculumAssessment. It created these scenarios:

There is also one new function created in the Service file :

getProgramIdByProgramAssessmentId

Checklist

kaiyolau commented 1 year ago

@seidior I just updated the new logic for #561