Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 455 Bytes

File metadata and controls

19 lines (13 loc) · 455 Bytes

Change log

[v1.0.0] - 2025-07-26

Add

  • customer, service, and subscription models (entities)
  • a singleton subscription manager
  • demonstrating it on Main file (app entry point)

[v2.0.0] - 2025-07-27

Add

  • invoice and payment models (entities)
  • notification service (sms and email)

Change

  • customer instance creator design pattern (now we are using builder)
  • implementation of subscription manager updated to use new features