Create simple user file pages for user profile checking as well as following and unfollowing function.
Story/Task Details
[ ] With User Connection feature, each user should be able to follow and unfollow people
Acceptance Scenarios
Given: A user already added in the database
When: The user wants to follow another user that already added in the database.
Then: the user should be able to add the new user into the followed list, which can be shown in the follower table in the database.
Given: A user already added in the database
When: The user wants to unfollow another user that already in his/her followed list.
Then: the user should be able to remove the new user from the followed list, which can not be seen in the follower table in the database.
Given: A user already added in the database
When: The user wants to see another user's profile page.
Then: The user can click on the another user's name and see his/her profile page with his/her stock list, so that the user can know which stocks he/she is interested in.
Given: A user already added in the database
When: The user wants to see the stock in the stocklist under anther user's profile.
Then: The user can click on the stock name and the website will direct him/her to the stock information page.
Possible influenced functions
database related
User sign in and log in
Done Done Criteria
Without any interruption of previous work, the bug fix should run without any error.
Create simple user file pages for user profile checking as well as following and unfollowing function.
Story/Task Details
Acceptance Scenarios
Given: A user already added in the database When: The user wants to follow another user that already added in the database. Then: the user should be able to add the new user into the followed list, which can be shown in the follower table in the database.
Given: A user already added in the database When: The user wants to unfollow another user that already in his/her followed list. Then: the user should be able to remove the new user from the followed list, which can not be seen in the follower table in the database.
Given: A user already added in the database When: The user wants to see another user's profile page. Then: The user can click on the another user's name and see his/her profile page with his/her stock list, so that the user can know which stocks he/she is interested in.
Given: A user already added in the database When: The user wants to see the stock in the stocklist under anther user's profile. Then: The user can click on the stock name and the website will direct him/her to the stock information page.
Possible influenced functions
Done Done Criteria
Without any interruption of previous work, the bug fix should run without any error.