Skip to content

Adding site-specific plugins #41

@keomabrun

Description

@keomabrun

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions