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

Importers enhancements #50

Closed
4 tasks
vala opened this issue Apr 15, 2016 · 1 comment
Closed
4 tasks

Importers enhancements #50

vala opened this issue Apr 15, 2016 · 1 comment

Comments

@vala
Copy link
Contributor

vala commented Apr 15, 2016

Excel imports are often incomplete or broken.

I think that some kind of data validity preview before running the actual import could be useful.
We could for example do the following :

  • Run the import with some kind of "Dry-run" mode
  • While importing rows, record errors with a clean and easy API
  • Preview import data and errors
  • Validate the import

Additionnaly, we could make importers sidekiq friendly to use with sidekiq-job_monitor and allow sidekiq ready apps to always run imports in background.

I think that this can be achieved without too much work regarding the tools we have at our disposal.

What you think @gabriel-cardoso ?

@vala
Copy link
Contributor Author

vala commented Mar 22, 2017

A new import system has been integrated, it does not cover all the expressed needs here but works in most cases :

  • Handles errors reporting row by row errors
  • Runs asynchronously
  • Displays a progress bar
  • Integrated with the Para's generic job system

@vala vala closed this as completed Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant