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 create a new post from the dashboard.
Required Changes
- “Create post” input opens a modal with textarea and submit.
- Client-side validation, text required.
- On submit, call API and insert new post at top of feed.
Goal
Allow users to write a post and see it immediately on top of the feed.
Acceptance Criteria
- Clicking input opens modal.
- Submitting empty text shows validation error.
- Valid submit closes modal and adds post to top of feed.
- Errors from API are displayed and modal remains open on failure.
Dependencies
Backend: endpoint to create post, response returns new post.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Under Design