ABCDEFG
1
PriorityUser storyStatusStory PointsIn SprintDone when:Acceptance criteria
2
3
DoneAs a user, I can navigate to page via browserDone6Sprint 1You can open web page locally with web browser
4
5
6
DoneAs a user, I can add a bookDone3Sprint 1A book with title can be added
7
A book without title can not be added
8
9
DoneAs a user, I can view booksDone3Sprint 1All added books will be showed to user
10
11
12
DoneAs a user, i can mark when I read the bookDone3Sprint 2There is a button for marking book as read
13
Information about whether book is read or not is saved to the database
14
15
DoneAs a user, i can browse web site onlineDone4Sprint 2Web site is accessible with web browser
16
I can interact with site
17
Code autodeploys from github to heroku
18
DoneAs a user, I can add video linksDone3Sprint 2There is a form for adding new video
19
Added video information is saved to the database
20
21
DoneAs a user, I can see all recommendations on one pageDone6Sprint 3All recommendations will be listed on front page
22
Content shown on each recommendation is dependant on content type
23
https://github.com/Anssikka/TKT-STAR/blob/master/frontend/cypress/integration/stories.spec.js#L61
24
DoneAs a user, I can add blogsDone3Sprint 3There is form for adding blog
25
Blogs are saved to database
26
https://github.com/Anssikka/TKT-STAR/blob/master/frontend/cypress/integration/stories.spec.js#L13
27
DoneAs a user, I can filter out content based on typeDone4Sprint 3Only filtered content is shown on page
28
29
https://github.com/Anssikka/TKT-STAR/blob/master/frontend/cypress/integration/stories.spec.js#L31
30
DoneAs a user, I can add tag to recommendationDone3Sprint 3Add tag field to add form
31
Tags are given as a string separated with comma, Tags are case insensitive
32
https://github.com/Anssikka/TKT-STAR/blob/master/frontend/cypress/integration/stories.spec.js#L85
33
DoneAs a user, I can filter recommendations by tagDone4Sprint 3Recommendations can be getted from database with tag
34
There is field for giving a tag, After filtering only content with specific tag are shown
35
https://github.com/Anssikka/TKT-STAR/blob/master/frontend/cypress/integration/stories.spec.js#L85
36
AAs a user, I can filter books by whether they are read or notIn progress2Sprint 3There is a button or link for filtering
37
Filtering shows only filtered books
38
39
AAs a user, I see notification when I add recommendationIn progress4Sprint 3Notification pops up when content is added
40
If adding fails notification tells about failure
41
If adding is successfull notification tells that content is added
42
BAs a user I can delete recommendationsAccepted by Customer4Sprint ?There is delete button per recommendation
43
Data of recommendation is deleted from database
44
45
OpenAs a user, I can log inOpen3Sprint ?
46
47
48
OpenAs a user, i can log outOpenEpicSprint ?
49
50
51
OpenAs a user, I can write comments using markdownOpenEpicSprint ?
52
53
54
OpenAs a user, I can view recommendationsOpenEpicSprint ?User can create a new rule
55
Rule is saved to database
56
System gives a infomessage about success / failure
57
OpenAs a user, I can rate my recommendationsOpen2Sprint ?
58
59
60
OpenAs a user, I can use site as social mediaOpenEpicSprint ?
61
62
63
OpenAs a user, I can search books from Internet by ISBNOpenEpicSprint ?
64
65
66
OpenAs a user, I can search recommendations by contentOpenEpicSprint ?
67
68
69
OpenAs a user, I can add podcastsOpenEpicSprint ?
70
71
72
OpenAs a user I can see Youtube video information by youtube video urlOpenEpicSprint ?
73
74
75
OpenAs a user, I can edit recommendationsOpenEpicSprint ?
76
77
78
OpenAs a user, I can search my recommendationsOpenEpicSprint ?
79
80
81
OpenAs an unauthorized user, I can create an accountOpen5Sprint ?
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100