Add Comment and Reply Functionality to Cocktail Posts
Description:
This PR implements the ability for users to add comments and reply to existing comments on cocktail posts. The comment and reply functionality is fully integrated with the existing database and front-end views.
What's Included:
Users can add new comments to cocktail posts.
Users can reply to existing comments.
Comments and replies are displayed with proper indentation to distinguish parent comments from replies.
Known Issues:
Edit and Delete functionality for comments and replies is not yet implemented.
Testing:
Add comments to a cocktail post and verify they appear in the comments section.
Reply to an existing comment and check if the reply is indented beneath the original comment.
Add Comment and Reply Functionality to Cocktail Posts
Description:
This PR implements the ability for users to add comments and reply to existing comments on cocktail posts. The comment and reply functionality is fully integrated with the existing database and front-end views.
What's Included:
Known Issues:
Testing: