Skip to content

Basic Comment Feature in Community section #55

@Riddhi050803

Description

@Riddhi050803

We need to implement a basic comment feature for our blog section. This requires both front-end and backend development.

Requirements:
Frontend:

Add a simple comment input box below each blog post, similar to social media apps, where users can type their comments and submit it directly.
Display comments in a list format below the input box, showing the most recent comments first.
Basic validation (e.g., no empty comments).
No need for advanced features like replies, likes, or upvotes.
Backend:

Create an API to handle basic comment submissions.
Store comments in the database with fields like comment text, timestamp, and author (if applicable).
API routes for fetching and posting comments.

#Require developers for this task.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions