c3foc / hagrid

https://c3foc.net
5 stars 5 forks source link

add: CSV reservation export #21

Closed Doralitze closed 4 years ago

Doralitze commented 4 years ago

Last camp the cert requested a mashine readable export feature. This CSV table may not be pretty for humans but fullfills exactly this task.

felixrindt commented 4 years ago

Shouldn't we do json as that better maps to the hierarchical structure of reservations? On the other hand, csv is easier to work with ad-hoc, e.g. in spreadsheets...

Doralitze commented 4 years ago

The cert specifically requested CSV or Excel. In general I'd go JSON but giving the cert this little extra feature wasn't too bad so I wrote that exporter.

felixrindt commented 4 years ago

Ok cool. Will review later :)