bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Edit Post #418

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

I have implemented edit functionality for the posts. Users are able to edit only its own post.

Now:

BeratDamar commented 1 year ago

Pre-filled values with the old data is good idea because users may want to edit only small part of their post and they dont have to fill all parts again and again. I also review API response . I also tested as follows:

As a result, all functions works fine. Good Job!