UStAEnts / uems-hub

A hub project containing all microservices and frontend files for Union Event Management System (uems)
2 stars 0 forks source link

The dev team wishes to import details of existing events into the system. #9

Open Lan2u opened 4 years ago

Lan2u commented 4 years ago

Refinement - CSV import using the front-end should be supported.

Vitineth commented 4 years ago

Refinement - CSV import using the front-end should be supported.

Are we going to have a bulk create endpoint or should the frontend send individual requests to create events for every row of a CSV file?

Lan2u commented 4 years ago

Refinement - CSV import using the front-end should be supported.

Are we going to have a bulk create endpoint or should the frontend send individual requests to create events for every row of a CSV file?

Bulk is probably better eventually, we can create an issue for that