-
Notifications
You must be signed in to change notification settings - Fork 838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redefine cipher "share" to "move to organization" #1433
Conversation
@@ -1390,11 +1397,14 @@ | |||
<data name="ShareItem" xml:space="preserve"> | |||
<value>Share Item</value> | |||
</data> | |||
<data name="MoveToOrganization" xml:space="preserve"> | |||
<value>Move to Organization</value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This title is really snug in a few of those iOS screenshots, and will probably exceed the available width in some translated versions. That being said, I can't come up with a shorter way to convey 'move to organization' unless we start using 'Org' everywhere which isn't great. Any thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, let's roll with it
Overview
The term "Share" is confusing to users because it implies maintaining ownership and control of a cipher while allowing others to access it as well. It also implies the ability to revoke access or to stop sharing -- neither of these things is true.
In addition to the share term being misleading, the
fa-share-alt
icon implies a forking of the cipher item rather than transferring ownership.When a cipher is "shared" it is irrevocably taken over by an organization. This occurs for good cryptographic and security reasons. The better solution to this is to revise the communication around "sharing." To that end, this work changes the term "share" to "move to organization" and the icon is changed to
fa-cube
, which is used to indicate a collection. The act of moving an item to an organization is denoted byfa-arrow-circle-o-right
rather thanfa-share-alt
.Screen shots
Item View Options
Item Edit Options
Move To Organization View
Move To Organization Toast
Item hint part of Organization