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 like or unlike a post and see the like count update.
Required Changes
- Like button toggles like state.
- Update like count and visual state.
Goal
Provide responsive like interactions.
Acceptance Criteria
- Clicking like toggles icon state and count.
- Count reflects current user’s like.
- On API error, interface shows an error message: "Your like could not be saved. Please try again."
Dependencies
Backend: endpoints to like/unlike or a toggle endpoint. Returns current like count and whether user liked.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog