joshmcarthur / spree-import-products

A Spree extension to allow users to batch upload Products from a CSV file using Delayed Job
http://spreecommerce.com/extensions/103-import-products
BSD 3-Clause "New" or "Revised" License
80 stars 97 forks source link

Delete import products #17

Open sbounmy opened 12 years ago

sbounmy commented 12 years ago

Hi Joshua,

Along with https://github.com/joshmcarthur/spree-import-products/pull/16

I need admin to be able to 'rollback' imports if anything goes wrong so I basically implemented it for my own usage, if you don't feel the usage of this feature, I totally understand :).

This pull request :

This PR is quite long but has model and integration tests aswell, let me know if you have any questions.

joshmcarthur commented 12 years ago

I'll have to think about this one.

Things I like:

Things I'm not sure about:

sbounmy commented 12 years ago

Thanks for your feedback @joshmcarthur !

Sure, take your time and let me know if you have any questions !