ssc-half-light / .github

Half light social network
https://www.bicycle.codes/halflight
0 stars 0 forks source link

Invitations #29

Open nichoth opened 1 year ago

nichoth commented 1 year ago

Should use an invitation system



This means when you create an invitation, you need to also create a friendship request.

Invitations need a UUID, which is like a password.

nichoth commented 1 year ago

social graph

Automate request-friendship and accept-friendship.


nichoth commented 1 year ago

Can consider the invitation document as proof of requesting friendship. Or just embed an additional 'friend request' within the invitation document. doesn't work b/c requests are to a specific username. need the username to befriend

An invitation should probably extend the FriendRequest type

nichoth commented 1 year ago

What does the server do when you redeem an invitation?

Then we create a profile for the user.