Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 482 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 482 Bytes

Flexible Discount System

Overview

This project is created to demonstrate a way of flexible discount system for e-commerce store website.

Getting started

  • Install dependencies via Composer: composer install;
  • Apply doctrine migrations: bin/console d:m:m;
  • Run tests, if needed: bin/phpunit.

Todo

  1. Split App\Store\Price\Calculator service into manageable and testable pieces;
  2. Add CLI commands or/and GUI to allow managing products, rules and benefits.