S2: As a logged-in user, I want to inspect a registered user’s profile by selecting the username on a recipe page so that I can know more about the author of this recipe. #2
[ ] A user can view the author(a registered user) of some recipe on a recipe detail page(see below).
[ ] By clicking on a username on the recipe detail page, you are redirected to a profile page of the selected user.
[ ] The profile page contains the following data belonging to the selected user: username, self-introduction, birth date, gender, number of followings(see below, optional), number of followers(see below, optional), number of “My Likes”(see below) and published recipes.
[ ] On one’s profile page, each published recipe displays some brief information: recipe name, number of likes.
Acceptance Criteria:
[ ] A user can view the author(a registered user) of some recipe on a recipe detail page(see below).
[ ] By clicking on a username on the recipe detail page, you are redirected to a profile page of the selected user.
[ ] The profile page contains the following data belonging to the selected user: username, self-introduction, birth date, gender, number of followings(see below, optional), number of followers(see below, optional), number of “My Likes”(see below) and published recipes.
[ ] On one’s profile page, each published recipe displays some brief information: recipe name, number of likes.
Development Tasks: