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.
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.