-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
As each site might need specific functions to perform values conversions before saving data into the database, we need to implement a mechanism that dynamically imports those functions.
We will create a plugins/ directory with each plugin as a .py file.
User will be able to enable the different plugins by filling a list in the config file.
In the Sol Definitions, generic functions names will be given and if the function exists in the active plugins, it will be called.