kalevias / MyCollege

CSI 4999 - Senior Capstone Project
1 stars 1 forks source link

Add input validation to college search page #44

Closed kalevias closed 6 years ago

kalevias commented 6 years ago

Input validation is required for the college search page as per #36 and #37. See design specification in UC15 and UC16.

Input form design task specified in #41. Refer to our Data Standards when creating the validation code.

Minimal input validation is likely required due to the broad nature with which we would want users to be able to search for colleges. Mostly, validation will be required to ensure only permitted values are selected (i.e. select from Bachelor's, Master's, etc. for degree type; a user wouldn't be able to type in their own type of degree), or that code injection is prevented.

Deliverable: JavaScript code for input validation on college search page committed to GitHub.

kalevias commented 6 years ago

Closed by https://github.com/jnick1/MyCollege/commit/5a2d9f3bbab59af1195f8c4016e2b3d5443b9748