Allow event creators to enable on-site registration where attendees can register themselves at the event venue.
allow_onsite_registration boolean field in Event table (consider migrations correctly)false for new eventsCreateEventRequest type to include allowOnsiteRegistration?: boolean/api/events endpoint to accept and store new fieldallow_onsite_registration: boolean/api/:eventId/signup endpoint returning event name and registration status/api/:eventId/signup endpoint accepting { name: string }allow_onsite_registration is trueexternal_id set to "onsite-{timestamp}"allow_onsite_registration column to events table (default false) (consider migrations carefully)