Secret Santa
Last updated
Last updated
Navigate to /secret_santa
(admin access required).
Select Participants: Choose the participants which will be randomly picked to give a gift to another participant.
Add Pool Name: Create multiple Secret Santa pools for different groups or families. Users can be part of multiple pools simultaneously. So give it a unique name like your family name.
Add Instructions: Include details such as average price, guidelines, and any other essential notes for participants.
User Revelation: Participants will see a new icon on their dashboard. Clicking this icon takes them to their assignment page (/secret_santa_assignment
), where they’ll find out who they’re buying a gift for and the organizer’s instructions.
Ending: To conclude a Secret Santa event, go back to /secret_santa
, enter the pool name, and click Delete Pool to remove it.
Backend:
Each participant's assignment is stored in users.json
in this format:
Instructions are saved in a new text file santa_inst_<poolname>.txt
for easy reference.