UCCS-CS4300-5300 / group6-spring2024

0 stars 0 forks source link

Feature 2: Add Restaurant/Store #19

Open ghost opened 8 months ago

ghost commented 8 months ago

User Story: As a user who found a cool new restaurant, so that other people may find it, I want to add a restaurant/store to the “foodie joint” app.

Description: Once signed in and in the application, the user will be able to add a store/restaurant to the app. The information required for a location is the name, an image, the address, and description of the location. Once all information is inputted then the user will click submit.

Lofi:

Lofi Two & Three.JPG

Acceptance Criteria:

Given that I am signed into the application, When I input all required information and click submit, Then the location will successfully be added to the app.

Given that I am not signed into the application, When I try to click the button to add a new location, The the app will prompt me to sign in before allowing me to continue.

Given that I am signed into the application, When I do not input all required information into the new location and click submit, Then the application will prompt me to reinput the information.