AlexandreStelzig / Workshop-Manager-Web

Workshop Manager Web for the SEG4910 Capstone Project
1 stars 0 forks source link

Update Registration Form JSON Data #165

Open matperron opened 6 years ago

matperron commented 6 years ago

Currently, if the person registering doesn't give any information for their school/group, it creates a new school/group depending on which of the two tabs they had open. Since we're allowing people to leave this information blank, we should be sending NULL for group and school information if the person registering does not give any group or school information.

We should also use this opportunity to reformat how we want to send the JSON data for a registration. See: https://github.com/AlexandreStelzig/Workshop-Manager-NodeJS/pull/7#pullrequestreview-129399147