nss-cohort-37 / Trestlebridge-Orange-Iguanas

0 stars 0 forks source link

User can create a chicken house #13

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 "Chicken House"

Given user is viewing the list of facilities When the user chooses "Chicken House" Then a new chicken 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

This will be like the ChooseGrazingField action, purchaseStock for chicken, ChickenHouse.cs will look like grazing field cs.