jolicode / secret-santa

:santa: The code behind Secret Santa, the holiday bot for Slack / Discord / Webex
https://secret-santa.team/
MIT License
213 stars 19 forks source link

Wishlist for Secret Santa. #138

Open mehdhi opened 4 years ago

mehdhi commented 4 years ago

A public wishlist that everyone can see by manually checking with the bot. Notify the secret santa when wishes are added by respective person for secret santa

forivall commented 4 years ago

Also, sending messages anonymously to your santa & to your recipient would solve a lot of this & be flexible enough to solve a lot of other problems.

pyrech commented 3 years ago

Hi,

Yeah I understand this would be a nice addition. But this is project do not have a database (mainly for privacy purposes and for simplifying everything) so we can not really have that kind of features.

As a workaround I know some teams share a collaborative document in the admin message so every participant can share there their wishlist or other information.

forivall commented 3 years ago

For my sending messages anonymously, the privacy issue could be solved by saving a seed for the random function and a hash of the input, to recreate the secret santa pairings when a message needs to be sent. and then, since it's near-completely anonymous, a really simple database like firebase could be used.