tomik-z-cech/PP5-Ohm-Azing-Components

USER STORY : See Comments of others

tomik-z-cech opened this issue · 1 comments

As a Site User I can see other comments on Items to read other Users opinions.

Acceptance Criteria :

Logged in user :
When I open item detail then I am able to see other people comments.

Not logged in user :
Doesn't have that option.

Tasks :

  • Adjuts views.py
  • Create "comments section" in item_details.html
  • Iterate through comments to display them in item_details.html
  • Ensure the comments visibility is only for logged in users
  • Paginate the comments
  • Test functionality as logged in user
  • Test functionality as not logged in user

Epic :
EPIC 7

This was done in commit 8c48498.