Skip to content
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

Language: replace "upload" with "import" #817

Closed
lidel opened this issue Nov 25, 2019 · 2 comments · Fixed by #829
Closed

Language: replace "upload" with "import" #817

lidel opened this issue Nov 25, 2019 · 2 comments · Fixed by #829
Assignees
Labels
good first issue Good issue for new contributors help wanted Seeking public contribution on this issue topic/design-ux UX strategy, research, not solely visual design

Comments

@lidel
Copy link
Member

lidel commented Nov 25, 2019

Current state

References to "upload" are everywhere

Proposed change

Rename labels and variable names from "upload" to "import"
(eg. "import to IPFS", /ipfs-companion-imports/ directory on MFS, etc).

Motivation

"upload to IPFS" brings some confustion, users reuse mental model of the old web suggesting that data is pushed to a third party server, while in truth data is just imported to local node and optionally preloaded to external one.

"import" is a safe alternative: Filecoin uses import term for similar purpose, and ipfs add may be renamed to ipfs import in the future (see ipfs-inactive/interface-js-ipfs-core#552).

@lidel lidel added help wanted Seeking public contribution on this issue UX good first issue Good issue for new contributors topic/design-ux UX strategy, research, not solely visual design labels Nov 25, 2019
@lidel
Copy link
Member Author

lidel commented Dec 6, 2019

Mostly implemented in #810

@colinfruit colinfruit self-assigned this Dec 10, 2019
lidel pushed a commit that referenced this issue Dec 11, 2019
* language: replace upload with import terminology
* update privacy policy language and last updated date

Following up on the changes made in #810. 
This replaces references to `upload` with `import` 

Closes #817
@jessicaschilling
Copy link
Contributor

Note: We'll replace "add" language with "import" language in Web UI as part of the work in ipfs/ipfs-webui#1206.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good issue for new contributors help wanted Seeking public contribution on this issue topic/design-ux UX strategy, research, not solely visual design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants