Currently, the codebase uses manual object mapping implementations across multiple layers, resulting in repetitive boilerplate code, increased maintenance overhead, and reduced mapping standardization.
This issue proposes standardizing object mapping using AutoMapper in order to improve maintainability, reduce repetitive mapping logic, and centralize mapping configuration across the solution.
Currently, the codebase uses manual object mapping implementations across multiple layers, resulting in repetitive boilerplate code, increased maintenance overhead, and reduced mapping standardization.
This issue proposes standardizing object mapping using AutoMapper in order to improve maintainability, reduce repetitive mapping logic, and centralize mapping configuration across the solution.