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

Search #12

Open
3 tasks
elliottwilliams opened this issue Sep 2, 2016 · 0 comments
Open
3 tasks

Search #12

elliottwilliams opened this issue Sep 2, 2016 · 0 comments
Labels

Comments

@elliottwilliams
Copy link
Member

elliottwilliams commented Sep 2, 2016

Search looks for stations, routes, and points of interest within the agency's region. It sources data from the list of routes and stations populated by Shark, and from iOS's POI services.

Design:

  • Search will be presented as a button in the top-right of the navigation header bar.
  • Selecting the button will open a search input field and begin showing results above the navigation view.
  • Before any text is input, the results list shows an entry for the user's current location, followed by nearby stations.

Todo:

  • Create search view + view controller, and add button to navigation header bar.
  • Display results by filtering Shark's data.
  • Search for local POIs and display results below Shark data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant