para-cms / para

Rails complete admin interface builder
MIT License
12 stars 9 forks source link

Importers enhancements #50

Closed vala closed 7 years ago

vala commented 8 years ago

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 :

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 commented 7 years ago

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