Skip to content

user request product which is not available in the system. #6

@Alexisn97

Description

@Alexisn97

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 SuggestProductForm component
  • 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions