-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description:
Implement a user interface allowing users to suggest a new product to the Kickside Store. The form should have the following fields:
- Product Name (text input)
- Properties (text area or JSON input)
- Full Description (textarea)
Tasks:
- Create
SuggestProductFormcomponent - Form validation (required fields)
- Submit form to backend API (
/api/suggestions) - Success/Error feedback for the user
UI/UX Notes:
- Place this under a new menu option: Suggest a Product
- Use Tailwind CSS (or your UI framework) to style the form cleanly.
- Show a success message after submission
Acceptance Criteria:
- Form submits successfully and user sees feedback.
- Invalid inputs are properly validated.
- Matches existing app design style.
Metadata
Metadata
Assignees
Labels
No labels