Skip to content

Introduce mapper layer for DTO to Entity conversion #28

Description

@Ericthilen

The project currently uses manual mapping between DTOs and entities in the service layer. While this works, it leads to repetitive code and makes the service classes less clean as the project grows.

To improve code structure and maintainability, we should introduce a dedicated mapper layer.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions