Update ux
This commit is contained in:
parent
5828c65e64
commit
6558bdf3da
1 changed files with 27 additions and 29 deletions
|
@ -10,40 +10,37 @@
|
|||
(writer "A UX writer plans and writes the microcopy in apps, websites, and other digital products users need to navigate a product. A user experience (UX) writer creates copy for apps, websites, and other digital products that help users navigate the product.")
|
||||
(analyst "A UX analyst, also known as a usability analyst, is a member of a UX design team who studies data to determine how users engage with a software product, such as an application or website.")))
|
||||
|
||||
(defconst ux:research:methods
|
||||
'((quantitative
|
||||
(web-analytics "Web analytics is the collection, reporting, and analysis of website data. The focus is on identifying measures based on your organizational and user goals and using the website data to determine the success or failure of those goals and to drive strategy and improve the user’s experience.")
|
||||
survey
|
||||
(tree-testing "Tree Testing is a usability technique for evaluating the difficulty of finding topics in a website.")
|
||||
(card-sorting "Card Sorting is a user-centered research method used to help determine how people categorize a set of items - referred to as 'cards' - to increase the users ability to find them. The technique can be used to determine both the naming of the categories and the grouping of the items within the categories."))
|
||||
(qualitative
|
||||
(defconst ux:methods
|
||||
'((research
|
||||
contextual-inquiry
|
||||
interview
|
||||
focus-group
|
||||
usability-testing
|
||||
diary-study)))
|
||||
diary-study
|
||||
(usability-testing "The goal is to identify any usability problems, collect qualitative and quantitative data and determine the participant's satisfaction with the product.")
|
||||
(web-analytics "Web analytics is the collection, reporting, and analysis of website data. The focus is on identifying measures based on your organizational and user goals and using the website data to determine the success or failure of those goals and to drive strategy and improve the user’s experience.")
|
||||
survey
|
||||
(tree-testing "Tree Testing is a usability technique for evaluating the difficulty of finding topics in a website.")
|
||||
(card-sorting "Card Sorting is a user-centered research method used to help determine how people categorize a set of items - referred to as 'cards' - to increase the users ability to find them. The technique can be used to determine both the naming of the categories and the grouping of the items within the categories."))
|
||||
(design
|
||||
sketching
|
||||
design-thinking
|
||||
prototyping)
|
||||
(writing
|
||||
content-strategy "Content strategy focuses on the planning, creation, delivery, and governance of content.")))
|
||||
|
||||
(defconst ux:research:deliverables
|
||||
'((user-journey
|
||||
(defconst ux:deliverables
|
||||
'((design
|
||||
(information-architecture "Organizing, structuring, and labeling content in an effective and sustainable way.")
|
||||
user-flow
|
||||
wireframe
|
||||
storyboard
|
||||
(environment-design "Represents the overall product structure."))
|
||||
(research
|
||||
user-journey
|
||||
persona
|
||||
affinity-diagram
|
||||
mental-model)))
|
||||
|
||||
(defconst ux:design:methods
|
||||
'((sketching
|
||||
design-thinking
|
||||
prototyping)))
|
||||
|
||||
(defconst ux:design:deliverables
|
||||
'((information-architecture "Organizing, structuring, and labeling content in an effective and sustainable way.")
|
||||
user-flow
|
||||
wireframe
|
||||
storyboard
|
||||
(environment-design "Represents the overall product structure.")))
|
||||
|
||||
(defconst ux:writing:deliverables
|
||||
'((content-strategy "Content strategy focuses on the planning, creation, delivery, and governance of content.")))
|
||||
|
||||
(defconst ux:mapping
|
||||
'(user-journey customer-journey service-blueprint))
|
||||
|
||||
|
@ -107,7 +104,6 @@
|
|||
|
||||
(defconst ux:usability:research-questions
|
||||
'((web-sites
|
||||
"Can the users of my website find what they need?"
|
||||
"How easily do users understand what is clickable?"
|
||||
"How easily and successfully do users find the products or information they are looking for?"
|
||||
"How easily and successfully do users register for the site?"
|
||||
|
@ -197,11 +193,13 @@
|
|||
(defconst ux:explain-codes
|
||||
'((activity "the quality or state of being active. behavior or actions of a particular kind physical activity")
|
||||
(job "a piece of work. something that has to be done (task)")
|
||||
(objective "something toward which effort is directed")
|
||||
(gain "something wanted or desirable")
|
||||
(pain "mental or emotional distress or suffering")
|
||||
(objective "something toward which effort is directed"
|
||||
"Achievements which can be attained only if the attempts are made in a particular direction.")
|
||||
(goal "An expectation of an end condition"
|
||||
"We don't set goals as the outcome! We set goals to achieve them!"))
|
||||
"We don't set goals as the outcome! We set goals to achieve them!"
|
||||
"A long term purpose which a person strives to achieve"))
|
||||
"Explain codes used for thematic analysis.")
|
||||
|
||||
(defconst ux:map-codes-to-questions
|
||||
|
|
Loading…
Add table
Reference in a new issue