bolero icon indicating copy to clipboard operation
bolero copied to clipboard

Further decouple plugins from "core"

Open bcongdon opened this issue 7 years ago • 0 comments

Plugins should be more like plugins than internal modules. It's fine to have a list of modules as strings in a configuration file and import them via __import__.

The idea is to have bolero be a relatively lean framework, and push a lot of the complexity / implementation out to the tracker plugins.

bcongdon avatar Jun 20 '17 14:06 bcongdon