You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a products operator, I need to implement pricing and discount functionality in the "products" service, So that we can apply discounts to products and calculate final prices.
Assumptions:
Product model and database table are already defined.
Acceptance Criteria:
Given the existence of the product model and database table,
When a new product is created,
Then there should be fields to specify the original price and any applicable discounts.
The text was updated successfully, but these errors were encountered:
As a products operator,
I need to implement pricing and discount functionality in the "products" service,
So that we can apply discounts to products and calculate final prices.
Assumptions:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: