Skip to content

CSV import

Derrick Liu requested to merge csv-import into dev

This PR implements a backend for CSV imports where all the matching takes place on the frontend. There's no validation step yet.

The backend is an API route to create attendance events via POST.

Edited by Derrick Liu

Merge request reports