likyh opened a new issue, #3354: URL: https://github.com/apache/incubator-devlake/issues/3354
## What and why to refactor   Now `ifFetching/fetchJiraBoard/fetchGitlabProject/...` must be passed through lots of layers. It's not a good practice because I think the middle module like `ProvicerTransformationSetting` needn't know the difference from one Provide(Plugin) to another Provide(Plugin). ## Describe the solution you'd like Add an interface `ProvideHookInterface` to pack these states and functions. -- 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]
