Autocomplete for the search bar
Opened this issue · 0 comments
mikamek1 commented
User Story #8 Narrative:
As I user
I want to app to show a list of animals with my typed start
So that I can plan more efficiently for the plan
Scenario 1: Autocomplete is available
Given that the user is logged in and tigers and tarantulas exist in the zoo
When the user types in t
Then the autocomplete suggests tarantulas and tigers as filling options
Scenario 2: No autocomplete
Given that the user is logged in and tigers and tarantulas exist in the zoo
When the user types in o
Then the autocomplete has no suggestions displayed