I am currently working on an event registration and am basically following the cookbook recipe “EventKit”. (Create pages from frontend | Kirby CMS)
I expect between 30 and 150 registrations per event. In addition to the EventKit, I will implement a page with a tabular overview of all registrations and a function to export the registrations as CSV.
What bothers me a bit about the EventKit is that the individual registrations are saved as subpages of the event page. I would find it “handier” if I could store the registrations in a structure field in the event page.
My question: Are there any reasons against saving the registrations as a structure? General performance? Handling of the data in tabular display or export?
I would be very grateful for your assessment.