You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Depends on #4, #5
The text was updated successfully, but these errors were encountered: