I'm trying to make a contact management system. I have a User model (basic infos like username etc...) and a user can have multiple contacts but he has to send an invite and the invite could be accepted or declined. The user could also block another user.
I'm from relational databases so It's not easy for me to solve this.
In a relational database, I would have created a second table relationship with an inviter, invitee and a relationship status (accepted, declined, blocked).
What do you suggest me to solve this ?
Thanks.
via Reda
No comments:
Post a Comment