Skip to content

[REFACTOR] Clean Architecture' labels: enhancement, help wanted assignees #4

@jvras58

Description

@jvras58

name: 🔧 Refactor: Clean Architecture
about: Reorganize code into Clean Architecture layers

What

Reorganize into four layers:

  • domain/ (entities & rules)
  • application/ (use-cases)
  • infrastructure/ (data access, integrations)
  • interfaces/ (API/controllers)

Checklist

  • Create folders: domain, application, infrastructure, interfaces
  • Move code to correct layer
  • Update imports & DI setup
  • Update README

Acceptance Criteria

  • Test coverage ≥ 95% (no net drop)
  • All existing tests still pass
  • README reflects new structure

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions