Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wire up search results and school pages #32

Closed
wants to merge 17 commits into from

Conversation

shawnbot
Copy link
Contributor

This PR connects the search results page (/search/, the submit target of the search form on the index) with a new /school/ page, which requires a query string in the form, per #2.

/school/?{id}(-{name})?

For instance:

/school/?002155-Harvard-University
/school/?002155

Currently the API base URL is configured as http://localhost:3000/, which means that you'll need to run this site and the open-data-maker with the College Choice data on your machine to see it in action. @ultrasaurus is working on deploying a sufficiently secure API in public, after which we'll be able to point our app directly at it.

@shawnbot
Copy link
Contributor Author

I merged this one on the command line.

@shawnbot shawnbot closed this Jun 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant