Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 818 Bytes

ChangeLog.md

File metadata and controls

36 lines (25 loc) · 818 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.0.3] - 2022-05-08

Added

  • Discount Created Event
  • Discount Created Listener

[0.0.2] - 2022-05-08

Added

  • BootUpSeeder to build the main objects
  • Feature Test for User Can get discount codes
  • User can get discount codes

[0.0.1] - 2022-05-08

Added

  • User Status Enum class
  • Brand DataModel & Migration file
  • Coupon DataModel & Migration file
  • Discount DataModel & Migration file
  • Brand can create coupons

Changed

  • User Model to have external ID and Status

Fixed

  • Coupon Name should be unique per brand