Skip to content
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

Add Handler.initialise(controller) and call during Backend initialisation #59

Open
GDYendell opened this issue Oct 10, 2024 · 0 comments

Comments

@GDYendell
Copy link
Contributor

This will enable handlers to do some logic based on fully initialised controllers that currently needs to be done in update every time. For example, filtering a list of child attributes to create status from. By default initialise will do nothing.

Acceptance Criteria

  • Handlers can implement an initialise method that will be called with a initialised controller instance before the backend enters its run loop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant