Enable users to comment on posts, allowing discussion and feedback within the community.
This feature should support threaded replies (optional for v1) and contribute to engagement metrics used in Leaderboard.
β
Tasks
π Acceptance Criteria
- Authenticated users can comment on posts.
- Comments are displayed with author info and time.
- Comment count is visible on each post.
- Moderators can remove inappropriate comments.
- (Optional) Nested comments are supported for deeper discussions.
Enable users to comment on posts, allowing discussion and feedback within the community.
This feature should support threaded replies (optional for v1) and contribute to engagement metrics used in Leaderboard.
β Tasks
Database / Logic
Commentmodel linked toPostandUser.UI/UX
Fullstack Implementation
Testing & QA
π Acceptance Criteria