You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering that a user could theoretically participate in more than one project with a different role
CASE:
a bride creates her wedding booklet on this website
she is satisfied with the experience, and invites a friend of hers to make their booklet on the website
the friend would like her to help out, and adds her as a guest to the wedding booklet project
the initial bride would have role "bride" on her own booklet project, but role "guest" on her friend's booklet project
This means that the user "role" should probably not be associated with the user resource itself (as is currently the case), but should be an association between a user and a project. I'm guessing a kind of a join table? We have (at least in theory) a join table between users and projects. Perhaps a "user role" field could be added to this same join table?
The text was updated successfully, but these errors were encountered:
Considering that a user could theoretically participate in more than one project with a different role
CASE:
This means that the user "role" should probably not be associated with the user resource itself (as is currently the case), but should be an association between a user and a project. I'm guessing a kind of a join table? We have (at least in theory) a join table between users and projects. Perhaps a "user role" field could be added to this same join table?
The text was updated successfully, but these errors were encountered: