Add candidates to the ballot
add_candidatesAdd extra recipes to an ongoing voting ballot after receiving voter feedback, keeping existing votes intact and marking feedback addressed. Supports up to 15 candidates, then notifies voters of new options.
Instructions
Append extra recipes to the current voting ballot (positions continue after the existing ones; votes are kept; 15 max). Use in response to ballot_feedback from get_current_week; open feedback is marked addressed. Follow up with message_group so voters know new options are up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipes | Yes | ||
| week_id | No | ||
| addresses_feedback | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | ||
| added | Yes | ||
| feedback | Yes | ||
| candidates | Yes |