Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.32 KB

TasksBoard.md

File metadata and controls

21 lines (18 loc) · 1.32 KB

Tasks board

This section will contain all the mapped tasks

[Ticket] Description ==> Status (Ready for Developer / In progress / On Hold / Done)

  • [CHAP-100] Apply branch rules for CI ==> Done
  • [CHAP-101] Configuring the submodules of the base project ==> Done
  • [CHAP-102] Automating conventional commit validation ==> Done
  • Email Entity
    • [CHAP-103] Creating the Email entity with TDD ==> Done
    • [CHAP-104] Implementing DDD classes ==> Done
    • [CHAP-105] Making the Email class an AggregateRoot ==> Done
    • [CHAP-106] Refinement the business rules validations ==> Done
    • [CHAP-107] Implementing the Email validator ==> In progress
    • [CHAP-108] Refinement the exceptions ==> Ready for Developer
    • [CHAP-109] Implementing TDD validators ==> Ready for Developer
    • [CHAP-110] Implementing the active and inactivate a email ==> Ready for Developer
    • [CHAP-111] Implementing update a email ==> Ready for Developer
    • [CHAP-112] Creating a gateway email interface ==> Ready for Developer
  • Email UseCases