dchun / QuoteManager

Saas App for Managing Quotes and getting paid
https://quotemanager.boopis.com
0 stars 0 forks source link

Add Import Function For Contacts #174

Closed dchun closed 9 years ago

dchun commented 9 years ago

a simple csv import method that needs to be added to contact controller, model and routes. We need to be able to import the name, phone, and email and add it to the db via mass import.

One option will be to add new contacts if emails don't exist. If they exist, do nothing.

An alternative option will be to update existing contacts if they exist and add contacts if they don't exist.

I think we can handle the alternative with a checkbox in the form when the csv file is sent to the controller.

phuong3030 commented 9 years ago

https://github.com/boopis/QuoteManager/pull/185