Hi everyone !
I create a little app for project management and I want to add a feature that let users share their projects. Like I can share my project with my friends if he as the same app.
I know I can create a relationship with project, user and shared-user but there is a better way to do that ? Thak you so much!
I’d think you’d want 2 relationships. Project owner (one to many) , and project members (many to many). Project owner can add users to be members
Then users can have a list of projects where members contains logged in users.
I think this is the best way to do it.
2 Likes
Thank you very much ! It worked very very well !!
1 Like