You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task list is prioritized, more relevant are on top.
71
+
72
+
1.[`/tweets/:id` page] As a user I can edit own comment text and attach an image file;
73
+
2.[`/tweets/:id` page] As a user I can delete own commment;
74
+
3.[`/tweets/:id` page] As a user I can like any comment and see commen's likes count;
75
+
4.[`/feed` page] As a user I want to receive an email if anyone liked my post or comment;
76
+
5.[`/tweets/:id` page] As a user I can share a tweet in some social network by tweet's page unique URL;
77
+
6.[`/feed` page] As a user I want to sort tweets by created date(descending) or popularity(likes count) by click on some icon or button;
78
+
7.[`/tweets/:id` page] As a user I can see modal window which shows all users who liked a post by click on likes count;
79
+
8.[`/feed` page] As a user I can filter tweets and see only my favourite(was liked by me);
80
+
9.[`/tweets/:id` page] As a user I can paginate comments list using infinite scroll;
81
+
10.[`/tweets/:id` page] As a user I can see modal window which shows all users who liked a comment by click on likes count;
82
+
11. As a user I should be able to forgot and reset my password using an email;
83
+
12.[`/feed` page] As a user I want to see tweet's likes or comments count icon highlighted by some color if I liked or commented this tweet;
84
+
13.[`/tweets/:id` page] As a user I want see newly added comments in realtime similar to tweets;
85
+
14.[`/feed` page] As a user I want to switch between tweets layout view([cards](https://bulma.io/documentation/components/card/) or [media](https://bulma.io/documentation/layout/media-object/) objects);
86
+
87
+
You can use [Trello](https://trello.com) board to manage your tasks. Create lists like: Backlog, In Progress, Done. Put all tickets into Backlog first and move them into appropriate list depends on their status.
0 commit comments