nilesjohnson / conference-list

Conference list web app based on CakePHP framework
2 stars 2 forks source link

Bulk addition of conferences #57

Open nilesjohnson opened 7 years ago

nilesjohnson commented 7 years ago

If someone who currently maintains a conference list wants to start using the site, they want to add all the conferences they know about at once. We should implement a way to upload these all at once.

Some additional thoughts:

sethjohnson1 commented 5 years ago

I agree with your points including CSV, I would take it a step further and just take straight JSON. This is a great tool: http://www.convertcsv.com/csv-to-json.htm - which I have found to be a better option than coding a CSV converter inside cake myself - though not difficult, I think the its better to let the user have a final look-see over the JSON and paste it in to a single textarea.