mpeng8 / PyTrade

0 stars 2 forks source link

User connection UI enabled with follower list #36

Open mxie33 opened 7 years ago

mxie33 commented 7 years ago

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

  1. database related
  2. User sign in and log in

Done Done Criteria

Without any interruption of previous work, the bug fix should run without any error.