Northeastern-Electric-Racing / PM-Dashboard-v2

Northeastern Electric Racing Project Management Dashboard - version 2
https://nerpm.netlify.app
GNU Affero General Public License v3.0
15 stars 2 forks source link

#767 - Risks.ts file and getRisks #768

Closed anthonybernardi closed 2 years ago

anthonybernardi commented 2 years ago

Changes

Added a risks.ts file and the get risks by project id endpoint

Notes

it can be argued that this endpoint is unneeded and should be part of the return values of projects. That could be true, but this prevents changing a lot of code which is nice. I also just wanted the risks.ts file to be up and running for some of the other prs and stuff

Test Cases

manually tested that it works when I go to localhost:3000/.netlify/functions/risks/2 -- didn't try with any data though lol

Closes #767