DenisKorkmaz / Capstone-Project-News-App

https://capstone-project-news-app.vercel.app/
1 stars 0 forks source link

User Story 7: Commenting Feature for Article Summaries #13

Open DenisKorkmaz opened 1 year ago

DenisKorkmaz commented 1 year ago

Commenting Feature for Article Summaries

Value Proposition
As a user, I want to be able to leave comments under the article summaries to share my opinion and read the opinions of other users.

Description

Image

Beneath each article summary, there's an area where users can leave comments. The commentator's name and the text of the comment are displayed there. There's also a form for users to enter their name and their comment and then submit it.

Acceptance Criteria

Tasks

  1. Frontend Implementation

    • [ ] Implement and design the comment input form with fields for the user's name and comment text.
    • [ ] Implement a list view beneath the summary to display the comments.
  2. Backend Implementation

    • [ ] Set up the MongoDB schema to store comments, including fields for user name, comment text, and associated article.
    • [ ] Implement API endpoints to:
      • Retrieve comments for a specific article.
      • Add a new comment to the database.

Complexity
L

DorisW3 commented 1 year ago

Hi Denis, maybe think about inserting a date for every comment ;-)