As a user, I want to be able to add and delete comments on book details pages.
Acceptance criteria
- Users should see an "Add Comment" section on the book details page where they can input their comments.
- After submitting a comment, it should be displayed along with other comments on the book details page.
- Each comment should have a "Delete" button or similar functionality visible to the user who posted the comment.
- Clicking on the "Delete" button should prompt the user to confirm their action before permanently deleting the comment.
- Upon confirmation, the comment should be removed from the book details page.
Tasks:
As a user, I want to be able to add and delete comments on book details pages.
Acceptance criteria
Tasks: