CSCI-GA-2820-SU24-001 / promotions

NYU DevOps Promotions Service Summer 2024
Apache License 2.0
0 stars 0 forks source link

Create a Database for Promotions #7

Closed hrithik2200 closed 2 days ago

hrithik2200 commented 1 week ago

As a Promotions Manager I need ability to store, create, delete, and update promotions So that I can make necessary changes to keep the promotions up to date.

Details and Assumptions

mingyi850 commented 1 week ago

Column headers promotion_id(id), promotion_name(string), promotion_description (string), promotion_type(smallint), product_id (int), start_date(datetime) , expiration_date (datetime), promotion_value (int), promotion_code? , created_by (UUID), created_when (datetime), modified_by? (UUID), modified_when? (datetime)

mingyi850 commented 1 week ago

Please add your planning poker estimate with Zenhub @anirudh28