kateGalich / capstone

MIT License
0 stars 2 forks source link

Allow user to delete their books #57

Closed adhillon8112005 closed 3 years ago

adhillon8112005 commented 3 years ago

This is the delete button that will remove the book from the database on the catalogue list roughly will be completed by March 19th

adhillon8112005 commented 3 years ago
kateGalich commented 3 years ago

There is one piece missing. We should allow delete a book only to the owner.

adhillon8112005 commented 3 years ago

I thought it already does that?

kateGalich commented 3 years ago

There is no check that book is deleted by it's owner here https://github.com/kateGalich/capstone/blob/main/BetterBooks/BetterBooks/Controllers/BooksController.cs#L122

adhillon8112005 commented 3 years ago
adhillon8112005 commented 3 years ago

Created the check to stop anyone but the owner from deleting the book