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

Year selection implementation #353

Closed
wants to merge 2 commits into from
Closed

Year selection implementation #353

wants to merge 2 commits into from

Conversation

contolini
Copy link
Member

@sleitner Here's a prototype of how the year selection will work. It's incredibly hacky at the moment but it demonstrates how we can handle the search endpoints.

On the institutions search page, instead of the typeahead requesting:

http://localhost:8081/institutions/search/?auto=1&q=wells

It now requests:

http://localhost:8081/institutions/search/?auto=1&year=2014&q=wells

Or 2013 if you selected that in the dropdown at http://localhost:8081/institutions/. We can discuss on Monday.

@contolini
Copy link
Member Author

New and improved version incoming.

@contolini contolini closed this Feb 1, 2016
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