DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

[Fixes #170] Add an organization data import in csv format #171

Closed Rantignac closed 4 years ago

Rantignac commented 5 years ago

PR information

Q A
Branch? Develop
Bug fix? no
New feature? yes
Tests pass? yes
Related issue #170

Description

Add a organization data import in csv format. To facilitate the integration of organizations data from Excel.

tdutrion commented 5 years ago

Also, you never know how long the CSV will be. Would it be an interesting opportunity to learn about generators, and pseudo async (kernel.terminate event on php-fpm)? In this case, the upload action creates a task, and you'd update the task later on after the server sends back the response.

Rantignac commented 5 years ago

You can test with this csv as an attachment : organization.zip