cellpy icon indicating copy to clipboard operation
cellpy copied to clipboard

plugin-architecture-loaders

Open jepegit opened this issue 3 years ago • 1 comments

The goal is to implement a simple plugin architecture.

  • [x] method for searching and querying for instrument loaders that already are a part of "official" cellpy
  • [ ] method for searching and querying for external instrument loaders that have been installed with entry-point

jepegit avatar May 18 '22 16:05 jepegit

After some initial tests and thinking, it seems like cellpy should use the factory-pattern for handling the different loaders. So - a more correct order of things would be:

  1. implement factory-pattern.
  2. add plug-in solution.

jepegit avatar Jun 26 '22 17:06 jepegit