bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Comment Backend Connection #405

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

I have created comment structure before with create comment button and CommentBox structure in the home page. Now i have connected these functionalities to the backend. I have implemented the structure that allows:

BeratDamar commented 1 year ago

I checked whether all functionalities of comment works fine. All of them worked correctly. I also checked backend responses with postman. You used all information came from API correctly. I also tested whether users can view all comments created under a post. Upvote and Downvore is also well designed and work as we desire.

However, we can discuss delete functionality for comments another issue. There can be ethical considereation about it. For now, that version is enough for us. Therefore, I will merge.

Thanks!