CSE-110-Spring-2022/zooseeker-cse-110-team-23

Search Bar for Animals

Closed this issue · 0 comments

User story #1 Narrative:
As a User
I want to search for animals
So that I can see if the list of animals that are in the zoo

Acceptance Criteria:

Scenario 1: Animal exists

Given that the user logged in and tigers exist
When the user searches for the tigers
Then the app should return a picture of tigers
And offer the user to get directions

Scenario 2: Animal doesn't exist

Given that tigers do not exist in the zoo
When the user searches for tigers
Then the app should give the user a blank page

Scenario 3: Search type list

Given that grizzly bears and polar bears exist in the zoo
When the user searches for bears
Then the app should give the user the list containing grizzly and polar bears