bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Edit Post #417

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

I need to implement edit functionality for the posts. User should be able to edit only its own post.

Steps:

1) Create an EditPost Modal which is similar to CreatePost Modal 2) Pre-fill values of EditPost Modal with the values of related post 3) Connect backend endpoint into EditPost Modal 4) Make this functionality available only for post owner 5) Re-render posts after every update

umutdenizsenerr commented 1 year ago

Since PR is merged, i am closing the issue.