bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Report Post #510

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago
BeratDamar commented 1 year ago

You used library for the report modal. This makes our project clean. It also makes easy to read and understand. So, it was a good idae.

I reviewed useState and useEffect hooks. They store required informataion for component state. You also bind post component to report modal. Therefore, the relationship between post modal and report modal is established.

After reviewing your implementation, I also tested all progress on user interface side. It works as we expected.

Finally, following requirement is met with this feature.

1.1.2.1.11 Users shall be able to report other users' posts and comments.

Thanks for your contribution.