nss-cohort-37 / Trestlebridge-Orange-Iguanas

0 stars 0 forks source link

User can create a duck house #14

Open AdamSheaffer opened 4 years ago

AdamSheaffer commented 4 years ago

Given a user has launched the program When the user selects the option to create a facility Then the user should be presented with a list of facility types that includes "Duck House"

Given user is viewing the list of facilities When the user chooses "Duck House" Then a new duck house should be added to the system And the user should be presented with a message confirming the creation of the facility And the user should be presented with the main menu again

namitamanohar commented 4 years ago

ChooseDuckHouse action will be like the ChooseGrazingField action, purchaseStock forDuck DuckHouse.cs will look like grazing field cs.