jw5374 / KringleKonfidential

Kahoot but with a gift
1 stars 0 forks source link

Add wishlist/Interests for participants #11

Closed Andrew-A-Cruz closed 2 years ago

Andrew-A-Cruz commented 2 years ago

Every user who signs into a group ID should be prompted to add interests or a wishlist so that whoever gets this person can have an idea of what they like.

jw5374 commented 2 years ago

I'm thinking this will most likely be implemented through changing the groupMembers array from:

With the object being something like

{
    memberEmail: "someguy@example.com",
    giftSuggestions: "some comment about interests"
}