Assigning multiple users to multiple entities
Can't really find an example exactly like mine, so sorry if this is duplicative.
The user needs to have the ability to assign 1 or many users to an account as an owner. The user needs the ability to assign 1 or many users to many accounts.
The problem comes with bulk actions. Let's say I select 5 accounts, and each account has a unique owner. How do I represent that in the UI so that the user doesn't think that they need to add the unique owner as well as the new owner they want to add.
I have three solutions
1.) This allows you to add users to multiple accounts. However, this is confusing since this doesn't show that some users have already been added.
This solution is tagging, while allowing them to create a template with any of the accounts and apply all. Seems complicated.
This solution shows that there are mixed values, but not very intuitive in how you add.