csc302-spring-2021 / proj-DaTeam

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

feat: added SDCParser #185

Closed otomn closed 3 years ago

otomn commented 3 years ago

Description (WIP)

Checklist

QA Steps

  1. Note that in some of the example XMLs maxSelections is set to 0 where minSelections stays as default (1). Our code consider this as a bug in the XML.
  2. With the above issue fixed in the XMLs, test the api with the following command:
    curl -d @/../sample.xml localhost:3001/api/v1/parser -X POST --header "Content-Type:application/xml"
  3. Confirmed parsed form is returned.
umar-ahmed commented 3 years ago

QA LGTM, if you can make the code change I suggested, I will approve :smile: