Skip to main content

SignupAutomationMode

The automation behavior to use for event signups in a Convention. Currently, we only support one type of automated signups, the "ranked choice" behavior. Conventions can also disable automation entirely using the "none" value.

enum SignupAutomationMode {
none
ranked_choice
}

Values

SignupAutomationMode.none

Signups are fully manual

SignupAutomationMode.ranked_choice

Attendees make a ranked list of choices and the site attempts to give everyone what they want

Member Of

Convention object ● ConventionInput input