csc302-spring-2021 / proj-DaTeam

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

Implement form response validation #91

Closed otomn closed 3 years ago

otomn commented 3 years ago

Implement form response validation that takes a SDCForm and a SDCFormResponse and verify that the form response is valid against the given form.

Prerequisite:

Requirements:

General guideline for error type:

otomn commented 3 years ago

Current progress at 670b5b5

otomn commented 3 years ago

@Timmarus Handing over to you