Skip to content

Better Importer Design #1

@trans

Description

@trans

Currently the Importer uses modules and inheritance chain to apply different types of importers in order (via super call). This is kind of a weird way to do it. A more proper approach would probably be to use a class for each type of importer (or a at least a self extend module) and register them in proper order. Then the Importer would just run through the list until one succeeds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions