Replies: 2 comments 1 reply
|
+1 |
0 replies
|
I did a cli implementation of this in python. Very straightforward - the trickiest part was people who shouldn't get each other for secret santa gift. So I am sharing the simple config used as data, to inspire the design for your version. Note that blocks usually (but not always) go both ways, so having a separate config/option for one way blocks would halve the size of the block list. Note that drawing yourself is always excluded. There is a separate database with SMS and email of users - which wishlist already has, so I didn't include it. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Add a mode where you can randomly select names from and partner two users together, similar to "secret santa". In this mode, a user would only see two lists: theirs, and their partners.
All reactions