forked from thestrauss3/five-guys-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-stories
33 lines (15 loc) · 1004 Bytes
/
user-stories
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
User Stories
For any user:
As a burger enthusiast, I want to see a list of the top 10 burgers when I visit the homepage
As a burger enthusiast, when I click on a specific burger, I want to see all the details about that burger as well as the reviews
More advanced features:
As a burger enthusiast, I want to be able to search for a burger by ingredients, size, price or other attributes.
For people who are logged in:
As a burger enthusiast, I want to sign in to access a list of burgers I've tried, a list of burgers I'd like to try
As a burger enthusiast, I want to sign in to add a review to a burger I've tried.
As a burger enthusiast, I want to log in and see reviews I've submitted.
As a burger enthusiast, I want to be able to add a burger not listed on the website.
I want to be able to upvote or downvote a review
As an admin:
I want to be able to remove reviews with inappropriate content
I want to be able to remove burgers with inappropriate content