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

Initial search UI #6

Open
6 tasks
brehaut opened this issue May 31, 2016 · 1 comment
Open
6 tasks

Initial search UI #6

brehaut opened this issue May 31, 2016 · 1 comment
Labels

Comments

@brehaut
Copy link
Contributor

brehaut commented May 31, 2016

The search UI is central to the adventure lookup project. We eventually will want multiple search interfaces depending on user skill and needs. To start with we will create a simple text only search field with no real smarts. This tasks will also be concerned with the display and pagination of results and deal with search refinement.

  • Search interface abstraction (to represent this and future UIs. minimum required for this interface at this time)
  • Basic search field.
  • Connects to search middleware to request data.
    • Coordinate with middleware programmers to determine who will handle rate limiting
  • Basic list of results that updates as user types
    • Pagination of results.

Depends on #4, #5

@brehaut
Copy link
Contributor Author

brehaut commented May 31, 2016

CC: @brehaut, @neorapsta

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