niania124 / agile-final-project

0 stars 0 forks source link

Need the ability to create a product in the catalog. #1

Open niania124 opened 4 months ago

niania124 commented 4 months ago

As a: Store administrator (or relevant role)

I need: The ability to create new product entries in the catalog.

So that: I can easily add new items to the store's inventory and make them available for purchase.

niania124 commented 4 months ago

Given I am logged in as a store administrator When I navigate to the product creation page Then I should see a form to enter product details, including: Name Description Category Price Images (optional) Stock (optional) When I fill out the form and submit it Then a new product entry should be created in the catalog with the specified details Then the system should display a confirmation message indicating successful product creation