-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Add a way to influence the behavior of the code in server, proxy and client via current and future hooks, like how onConfigLoaded updates the global config. For example, if certain plugins, like a caching plugin, is to be introduced, it should be able to intercept and terminate the connection to the database and return the result from the cache. This is not possible right now.
Tasks
- Redesign hook system #91 (this has to be done at a later stage)
- Dependency injection #93 (feels superfluous)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
🎉 Done