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

Possible additional advice #1

Open
peteraritchie opened this issue Feb 5, 2020 · 0 comments
Open

Possible additional advice #1

peteraritchie opened this issue Feb 5, 2020 · 0 comments

Comments

@peteraritchie
Copy link
Owner

peteraritchie commented Feb 5, 2020

from: https://ux.stackexchange.com/a/43188

You can argue that people will agree on these definitions:

  • You create something from scratch. Like create a new report.

  • Once in existence, you add something to a container. Like adding a person to the managers group.

  • By modifying something you change its properties. Like modifying a design.

  • By updating something you change the data, but not the design. Like updating someone's phone number.

  • By changing something you replace one existing thing with another. Like changing your profile photo.

  • By removing something you take it out of a container. Like removing something from the fridge - the thing still exist.

  • By destroying something you do the opposite from creating - gone forever. Like destroying a toy.

  • By deleting something you wipe if off, so it is no longer retrievable. This is said with the obvious exception that nowadays people are accustomed to the 'undelete' feature. So somewhat of an ambiguity here, but it is a standard in interfaces to use the term for permanent delation.

#My Recommendations

  • Prefer Add over Create unless there's a clear create-then-add mechanism. Although technically (and as you said) create means it never existed before, while programmers think about 'records' users think about metaphors. While for you adding a person's record makes perfect sense, 'creating a person' or 'creating a task' is less intuitive than 'adding a person' (to the system) or 'adding a task' (to the task list). Obviously, if your users are IT professionals and fluent with what a database and records are, prefer create over add.
  • If persistance is involved, prefer update over change. Having said that, users are accustomed to 'save changes'. Don't use modify.
  • Prefer Remove for non-permanent removal, and Delete for permanent removal.

Attribution: https://ux.stackexchange.com/a/43188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant