osu-capstone-cs72 / cs-applied-plan-portal

A portal that streamlines the planning process for OSU CS Applied students and advisors
https://applied-plan-portal.herokuapp.com
MIT License
2 stars 5 forks source link

Plan submit #6

Closed silverware13 closed 4 years ago

silverware13 commented 4 years ago

Plan submission form that speaks to a server. Plan names are formatted by the server so that white space and capitalization doesn't matter. Bad requests errors are caught and handled. Server communicates with MySQL database to add and delete plans. Correct status codes are returned.

The first constraint has been added: user constraint that confirms that the user ID matches an ID in the database. My plan is to continue adding new constraints.