aFlyBird0 opened a new issue, #4995: URL: https://github.com/apache/incubator-devlake/issues/4995
## Example `PluginMeta` -> `Meta` ## What and why to refactor ### When **It needn't it be refactored now.** I'm just putting forward a possibility and providing a place for everyone to discuss it, making it easier to retrieve in the future. ### Why Previously, all plugin interface definitions were under the `core` package, so there was no problem with the interface name of `PluginMeta`. But now, `PluginMeta` has been refactored to the `plugin` package, causing duplication between the interface name and the package name.  ## Describe the solution you'd like * `PluginMeta` -> `Meta` * `PluginDashboard` -> `Dashboard` ## Related issues None. ## Additional context However, from another perspective, these interfaces are very important to devlake. **Perhaps it is reasonable to keep their original names unchanged.** -- 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]
