kalevias / MyCollege

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

Design and implement backend college search handling #45

Closed kalevias closed 6 years ago

kalevias commented 6 years ago

The back-end code for the site will need to be able to handle a search request by a user to find colleges as per #36 and #37. See design specification in UC15 and UC16.

Multiple methods for accomplishing this back-end handling could be pursued. Options that come to mind immediately involve either a combo of JavaScript Ajax calls and PHP service pages or simply a GET request back to the search page which solely uses the back-end to populate the search results. These are merely suggestions and not requirements.

Deliverable: PHP code for handling college search requests committed to GitHub.