youmari / Js-capstone-project

A website where you can show tv shows and their information and interact by liking your favorite tv shows and leaving a comment.
https://youmari.github.io/Js-capstone-project/dist
7 stars 2 forks source link

[3pt] - Display comments for a given item on the Comments pop-up - Student B #11

Closed youmari closed 2 years ago

youmari commented 2 years ago

When the popup loads, the webapp retrieves data from the Involvement API to show the item comments.

Screenshot 2021-06-27 at 22 21 00

This task does not include the counter of the comments.

KayLemba commented 2 years ago

Hello @youmari Can't you see that the ability to add comments is in my next task?

The main object was to ensure that when the code is able to read and display available comments. If you check closely there is a message that reads to info you that the're no comments added yet. Logically that makes sense looking at the code objective of this PR.

KayLemba commented 2 years ago

When You approve this PR, giving me a chance to work on the next task, you'll be able to see the comments when they're added. Here We were just expected to fetch the data that is available.