csc302-spring-2021 / proj-DaTeam

CSC302 course project for DaTeam
https://dateam-frontend.herokuapp.com/
5 stars 2 forks source link

Added FormResponse validation to ResponseController:create #219

Closed Timmarus closed 3 years ago

Timmarus commented 3 years ago

Description

Checklist

QA Steps

  1. npm test

At the moment, two /api/v1/response tests fail because the API now requires the SDCForm connected to the validating SDCFormResponse to exist in the database, and the API returns a 404 if it doesn't exist.