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

USER STORY : Comment on Products

Closed this issue · 1 comments

As a Site User I can Comment on Items to share my opinion.

Acceptance Criteria :

Logged in user :
When I navigate to item detail in shop then I am able to add comment on the relevant item.

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

Tasks :

  • Adjust ItemDetailView view in views.py with def post
  • Create commenting form in item_detail.html template
  • Provide user with "submit comment" button
  • Only add the form visibility to logged in users
  • Test functionality as logged in user
  • Test functionality as not logged in user

Epic :
EPIC 7

This was done in commit aaacdb9.