DevOps2018-Promotions / promotions

The promotions resource is a representation of a special promotion or sale that is running against a product or perhaps the entire store. Some examples are "buy 1 get 1 free", "20% off" etc.
MIT License
2 stars 2 forks source link

Types of promotions? #3

Closed bengunvl closed 6 years ago

bengunvl commented 6 years ago

Decide on types of promotions (25%, buy one get one free, etc.)

bengunvl commented 6 years ago

Some promotions:

  1. Price (20%) (25%) (50%) off $X or more of purchase
  2. Price (20%) (25%) (50%) off under $X of purchase
  3. Buy 1 get X free
  4. Sign up for a Credit Card Rewards Visa Card and receive 70% one time off.
  5. Shipping promotions. Free shipping above $100 of purchase
  6. 12 hrs. flash sales on specific days
  7. Cyber Monday
  8. Black Friday
Marcus9527 commented 6 years ago

I think at our initial developing stage, we only need to cover the basic type.

guangylegend commented 6 years ago

I think we can cover 1,2 generally, and add date in our database to handle 6. 7 and 8 can be designed as a table of bundles. 4 can be achieved by adding user group column to database.

bengunvl commented 6 years ago

Yes, makes sense. So, we can focus on 1 or 2 promotions.