CSCI-GA-2820-FA23-003 / promotions

NYU DevOps Promotions Service Fall 2023-003
Apache License 2.0
1 stars 0 forks source link

Update a Promotion #2

Closed KAIwangke closed 10 months ago

KAIwangke commented 11 months ago

As a Promotion Manager
I need a function to update a promotion
So that I can modify existing promotional offers for products or specific product types efficiently

Details and Assumptions

Acceptance Criteria

Given a unique identifier for an existing promotion, and the updated promotion type, applicable products, and duration
When I call the "Update a Promotion" function
Then the existing offer should be modified in the database using the provided details
And the updated promotion should be applicable to the specified products or its types for the given new duration.