forked from boolean-uk/java-team-dev-server-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Problem Description
As a user, I want to view comments on a post and add my own.
Required Changes
- Show comments under each post.
- Input for new comment with logged-in user initials badge to the left.
- Submit adds comment to list.
Goal
Enable users to engage via comments.
Acceptance Criteria
- Existing comments list visible for each post.
- Comment input present, submitting not empty content adds comment.
- Errors are displayed: Fetching comments error ("Comments could not be loaded. Please try again"), Submitting comment error ("Your comment could not be posted. Please try again."), Validation error (empty input).
Dependencies
Backend: endpoints to fetch comments per post and create comment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog