Invitation should expire.
Expired invitations should permit visiting user to click a link to send additional invitation to self.
New invitation_status enum on User model with the following choices: Uninvited, Invited, and Accepted. This is a system status, it will never be updated through the API
Invitation should expire. Expired invitations should permit visiting user to click a link to send additional invitation to self. New
invitation_status
enum onUser
model with the following choices:Uninvited
,Invited
, andAccepted
. This is a system status, it will never be updated through the API