Tay0710 / CITS3403_Project

The repository for the CITS3403 Project.
0 stars 0 forks source link

Display posts in profile #52

Closed livvy10 closed 2 months ago

livvy10 commented 2 months ago

Add user_id and author columns to questions and comments, establishing the relationship as author Display a user's posts and comments on their profile page Edit display of posts on forum page. Now posts included 'by author' and the time/date at which the post was made. The author is linked to the user's profile page. Now users can see other users' profile page (however certain features are missing/different e.g. no logout button, email not shown).

Comments do not yet display the author of them or the date - this needs to be done.