fenton1000 / mf-portfolio-five-big-boring-shop

0 stars 1 forks source link

USER STORY: View my Comments #28

Closed fenton1000 closed 1 year ago

fenton1000 commented 1 year ago

As a Registered User I can see comments I made on products so that I know if I have previously commented on a product and what comment I made

fenton1000 commented 1 year ago

Acceptance Criteria:

  1. In addition to the full list of comments, a registered user is notified if they have previously commented on a particular product and can view their comments.
fenton1000 commented 1 year ago

Tasks:

  1. In the product detail view, check for all comments on the particular product and add to the context.
  2. In the product detail view, check for current user comments on the particular product and add to the context.
  3. Add an if to the product detail template to display comments if they exist.
  4. Add an if to the product detail template to display current user comments if they exist.