Add comments

This commit is contained in:
Marcus Kammer 2022-10-21 18:39:28 +02:00
parent 57511854c5
commit eaa25c3637

View file

@ -14,12 +14,14 @@
("Current tasks and activities: both those the current product is required to accomplish and those it doesnt support") ("Current tasks and activities: both those the current product is required to accomplish and those it doesnt support")
("Goals and motivations for using their product") ("Goals and motivations for using their product")
("Mental model: how users think about their jobs and activities, as well as what expectations users have about the product") ("Mental model: how users think about their jobs and activities, as well as what expectations users have about the product")
("Problems and frustrations with current products (or an analogous system if no current product exists)")))) ("Problems and frustrations with current products (or an analogous system if no current product exists)")))
"What do we want to learn from users or/and customers?")
(defconst ux:websites (defconst ux:websites
'("https://usability.yale.edu/" '("https://usability.yale.edu/"
"https://webaim.org/" "https://webaim.org/"
"https://digital.gov/")) "https://digital.gov/")
"Important websites for UX topics.")
(defconst ux:explain-codes (defconst ux:explain-codes
'((activity "the quality or state of being active. behavior or actions of a particular kind physical activity") '((activity "the quality or state of being active. behavior or actions of a particular kind physical activity")
@ -27,7 +29,8 @@
(objective "something toward which effort is directed") (objective "something toward which effort is directed")
(gain "something wanted or desirable") (gain "something wanted or desirable")
(pain "mental or emotional distress or suffering") (pain "mental or emotional distress or suffering")
(goal "An expectation of an end condition"))) (goal "An expectation of an end condition"))
"Explain codes used for thematic analysis.")
(defconst ux:map-codes-to-questions (defconst ux:map-codes-to-questions
'((activity . how) '((activity . how)