Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Comment Feature in Community section #55

Open
Riddhi050803 opened this issue Oct 11, 2024 · 3 comments
Open

Basic Comment Feature in Community section #55

Riddhi050803 opened this issue Oct 11, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed ieee-igdtuw

Comments

@Riddhi050803
Copy link
Collaborator

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.

@Riddhi050803 Riddhi050803 added enhancement New feature or request help wanted Extra attention is needed hacktoberfest priority-high labels Oct 11, 2024
@SanidhyaSharma28
Copy link

SanidhyaSharma28 commented Oct 11, 2024

can you explain a little bit like where do you want those blogs to be published etc. and i am up for the task and can do it easily please assign

@Athaxv
Copy link

Athaxv commented Oct 11, 2024

\assign

@Bluesparx
Copy link
Owner

Hey @SanidhyaSharma28 we're storing blog posts in MongoDB, and they're relatively small (similar to the size of Twitter posts). We’re thinking of using a separate schema for the comments. We would display the comments in some form of modal which users can click to view or add. Could you help with setting up both the backend and frontend for the comments?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed ieee-igdtuw
Projects
None yet
Development

No branches or pull requests

4 participants