foivz / pop-app-flutter

Mobile application for the course Entrepreneurial venture.
2 stars 0 forks source link

Implement adding product or package #9

Closed mislavmatijevic closed 1 year ago

mislavmatijevic commented 1 year ago

Application enables seller to add a product or a package to be sold. Products are what the seller offers in their store and packages are bundles of products at lower prices (special offers).

Acceptance Criteria

Condition Description
Given User is logged in as seller and on menu page
When User selects SELL option in the menu
When User selects the ADD button (red circle button with a white plus icon). slika
If user is on PRODUCTS tab Show ADD PRODUCT screen for adding a new product
Then New ADD PRODUCT screen contains the following input fields: Product name, Product description, Product price with a € symbol next to the box, Quantity, Upload product image space for uploading a product image.
Else
If user is on PACKAGES tab Show ADD PACKAGE screen for adding a new package
Then New ADD PACKAGE screen contains the following input fields: Package name, Package description, Package discount with a € symbol next to the box, Upload package image space for uploading a package image.

ADD PRODUCT screen:

slika

ADD PACKAGE screen:

slika