adventurelookup-frontend icon indicating copy to clipboard operation
adventurelookup-frontend copied to clipboard

Initial search UI

Open brehaut opened this issue 8 years ago • 1 comments

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 avatar May 31 '16 01:05 brehaut

CC: @brehaut, @neorapsta

brehaut avatar May 31 '16 01:05 brehaut