ed-pilots-network / backend

Project to consume the Kafka, process the messages and provide an API to access the data
Apache License 2.0
12 stars 5 forks source link

Remove DTO and Mapper interfaces #148

Closed pveeckhout closed 4 months ago

pveeckhout commented 4 months ago

Redundant interfaces related to DTOs, Entity and Mappers from the trading module have been deleted. This clean-up action was undertaken to simplify the codebase and remove excessive constraining of adapters, thereby improving project maintainability.