Please enable JavaScript.
Coggle requires JavaScript to display documents.
User authenticates (Has the user come via a 'shared' profile…
User authenticates
Has the user come via a 'shared' profile invite link?
Yes
Go to invite link flow
No
User exists?
(I.e. registration or login?)
Yes
User has access to more than one profile?
('private' + 'shared')
Yes
The user sees the drop-down selector, to choose the profile they wish to view/edit
No
The user views this profile
(the only one they have access to, at this point)
No
EITHER...
Create a 'private' profile for this user
The user views this profile
(the only one they have access to, at this point)
Create a 'shared' profile
Add this 'shared' profile to the list of profiles to which this user has access
(it is a list of length 1 at this point)
Add this user to the list of users who have access to this 'shared' profile
(it is a list of length 1 at this point)
The user views this profile
(the only one they have access to, at this point)