Skip to content

Add proper services with inheritance and "registration" #468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
zlshames opened this issue Dec 17, 2022 · 0 comments
Open

Add proper services with inheritance and "registration" #468

zlshames opened this issue Dec 17, 2022 · 0 comments

Comments

@zlshames
Copy link
Member

The current plugin system forces classes to be manually instantiated and started. I started an effort a while back to turn all the services into "plugins". I'm not sure we need that 100%, however, we do need a better system for plugins so they can easily be instantiated and started with a single piece of code.

We have to make sure that services can communicate with each other if required. The plugin system POC I did supported "dependencies", so we'll need to try and keep that going

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant