CamilleTeruel opened a new issue, #4898: URL: https://github.com/apache/incubator-devlake/issues/4898
## What and why to refactor When converting a tool model to a domain model in a substream, we oftentimes need the parent tool model that is currently passed to the `collect` method. Devs are then forced to alter the raw data and tool model to include information from the parent model. To simplify the collect methods of substreams and to not force plugin devs to alter the raw data, we should pass the parent tool model to convert methods too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
