needlehack-team/needlehack

[NH-003] - Implement Clean architecture in collector artifact

Closed this issue · 1 comments

[NH-003] - Implement Clean architecture in collector artifact

Context

As a developer I want to implement Clean architecture through the whole collector project.

  • Component: collector
  • Version: 0.1.0-SNAPSHOT

Expected Behavior

  • Application follows the SOLID principles.
  • Application is splitted on domain, use case, infrastructure and boot layers.

This task has been implemented at #14 and #15