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
In the document view, documents that are associated with a user's org instead of another org currently use the attribution field in the bottom right to go something like "Michael Morisy (morisy)" with their username being in the organization field. If it's uploaded by an individual and not attached to a non-individual organization, it should just list their name, not the org (or in this case, username) associated with their individual account. Example here: https://next.www.documentcloud.org/documents/25330349-opposition-to-motion-to-dismiss/
I can think of two places where we're rendering user names in this way: in the DocumentMetadata and in the DocumentListItem.
Unrelated to UI presentation, we should be collapsing user accounts into individual org "profiles", and relying on the individual org for things that we're calling "Yours". This is partly a Squarelet issue, since you can't edit individual org details now, and partly a DocumentCloud backend issue, since we should have documents associated with individual orgs (if we aren't already).
The text was updated successfully, but these errors were encountered:
Feedback from @morisy:
I can think of two places where we're rendering user names in this way: in the DocumentMetadata and in the DocumentListItem.
Unrelated to UI presentation, we should be collapsing user accounts into individual org "profiles", and relying on the individual org for things that we're calling "Yours". This is partly a Squarelet issue, since you can't edit individual org details now, and partly a DocumentCloud backend issue, since we should have documents associated with individual orgs (if we aren't already).
The text was updated successfully, but these errors were encountered: