Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Split OWL importer plugin into a package #205

Open
mnamici opened this issue Jun 15, 2022 · 0 comments
Open

[FEATURE]: Split OWL importer plugin into a package #205

mnamici opened this issue Jun 15, 2022 · 0 comments
Labels
enhancement New feature or request owl-import

Comments

@mnamici
Copy link
Collaborator

mnamici commented Jun 15, 2022

Description

Split the ontology importer plugin module into a python package to improve maintainability.

Motivation

Maintaining everything as a single 5K+ LOC module is not fun and makes maintaining the plugin harder.
Eddy supports package plugins since v1.2, we should take advantage of it.

Example Use Cases

A simple separation between the main sub-components should be enough already:

  • a persistence-related module
  • a module with the main worker stuff
  • a module with the ui components
@mnamici mnamici added the enhancement New feature or request label Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request owl-import
Projects
None yet
Development

No branches or pull requests

2 participants