bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Implementation of number of comments made to a post #542

Closed mbatuhan-malazgirt closed 1 year ago

mbatuhan-malazgirt commented 1 year ago

Description:

We have a comment system in our system right now. However, the number of comments made to a post is not visible in the comments section. I will implement this feature to realize requirement 1.2.5.2:

1.2.5.2. The system shall show the number of comments made to a post or comment.

Steps:

1) Analyze the Post.js, Comment.js, and CommentBox.js files. 2) Use the GetComments Backend API function and fetch the all comments of a post. 3) Calculate how many comments a post has and display it in the show comments button.

Reviewer: @umutdenizsenerr Deadline: 09.12.2022 23.59

mbatuhan-malazgirt commented 1 year ago

The functionality is implemented. You can see the related pull request from #603. Since the pull request is waiting for a review this issue will be closed after the review is done.

mbatuhan-malazgirt commented 1 year ago

The code is reviewed and the branch is merged. Therefore the issue is closed now.