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

API routes need to be added for each supported assessment feature #506

Closed seidior closed 1 year ago

seidior commented 1 year ago

Describe the Feature / Enhancement

Each assessment feature will need an API route to be able to update the database. In this first step, we need to add routes for each assessment feature.

Additional Details and Resources

No response

Correct Project Selected

Labels

seidior commented 1 year ago

EOD Update: I have assigned this group with an intermediate task to create a list of routes that they need before creating the router files. Once we review the text file / Google Doc with the list of routes (and associated HTTP verbs) together tomorrow and they are approved, the team will create the associated router files, wire them up into server.ts, and have each respond to the corresponding routes with a basic message of their choosing and an appropriate HTTP status.

Next steps:

Out of scope:

kaiyolau commented 1 year ago

we have made routes for the assessment router and added one more route to the program router.