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

Generalized import/export system #145

Open
cedricfrancoys opened this issue Jun 5, 2024 · 0 comments
Open

Generalized import/export system #145

cedricfrancoys opened this issue Jun 5, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@cedricfrancoys
Copy link
Collaborator

generalized import/export system

Add a system that can be used to facilitate operations on large datasets (export to XLS, modifications via Excel, re-import data overwrite).

exports

  • exports use views

import

  • entity for mapping between an export model (columns) and the corresponding target entity fields
  • with automatic data conversion based on the target entity's schema
  • automatic create/update management (based on the presence and value of the ID column)
  • warning in case of overwrite (IDs already present in the DB)

advanced exports

  • entity for mapping between an entity and an export model
  • column nomenclature (id and display name)
  • association of a column (id) with a field or a sub-object
@cedricfrancoys cedricfrancoys moved this to 📋 Backlog in eQual Jun 5, 2024
@cedricfrancoys cedricfrancoys changed the title generalized import/export system Generalized import/export system Jun 12, 2024
@cedricfrancoys cedricfrancoys added the help wanted Extra attention is needed label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant