shwetangc / agile-final-project

0 stars 0 forks source link

Create a product in the catalog #11

Closed shwetangc closed 4 months ago

shwetangc commented 4 months ago

User Story

As a user I need the ability to create a product in the catalog So that I can add new products to the inventory

Acceptance Criteria

Given the user is authenticated, When they submit a form with valid product details, Then a new product should be created in the catalog, And the user should see a confirmation message.

shwetangc commented 4 months ago

Acceptance Criteria

Given the user is authenticated, When they submit a form with valid product details, Then a new product should be created in the catalog, And the user should see a confirmation message.