Implement user profile page
thechinedu opened this issue · 0 comments
thechinedu commented
The profile page for users should be implemented. When a user views his/her own profile, it'll contain the user's profile image, a link to edit the user's profile as well as the following as a tabbed display:
topics /${username}/topics
posts /${username}/posts
my shares /myshares
my likes /mylikes
shared with me /shared
likes and shares /likesandshares
followed topics /followed
following (data can be pulled bottom of existing profile page)
followers /followers
mentions /mentions
When viewing a different user's profile, it should only show the user's profile image, the user's topics and posts as well as a link to follow the user if desired.