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

User can purchase grazing animals #19

Open
askingalot opened this issue Jun 9, 2019 · 0 comments
Open

User can purchase grazing animals #19

askingalot opened this issue Jun 9, 2019 · 0 comments

Comments

@askingalot
Copy link
Contributor

Given a user has launched the program
When the user selects the option to purchase an animal
Then the user should be presented with a list of animals to purchase that includes grazing animals

  • Cow
  • Pig
  • Goat
  • Ostrich
  • Sheep

Given user is viewing a list of animals
When the user selects an animal
Then the user should be presented with a list of facilities for that animal

Given user is viewing the list of potential animal facilities
When the user selects a facility
And the facility is capable of storing the animal
Then the user should be taken back to the main menu

Given user is viewing the list of potential animal facilities
When the user selects a facility
And the facility is incapable of storing the animal
Then the user should be presented with a message to select another facility
And the list of facilities should be shown again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant