Collect questions in one constant

This commit is contained in:
Marcus Kammer 2022-10-20 16:20:03 +02:00
parent 32b2f96fa9
commit 57511854c5

View file

@ -1,19 +1,20 @@
(defconst ux:customer-interviews ;; Personal UX database. Goal of this database is to provide funtions and data
'(("Their goals in purchasing the product") ;; to generate an org file for ux planning.
("Their frustrations with current solutions")
("Their decision process for purchasing a product of the type youre designing")
("Their role in installing, maintaining, and managing the product")
("Domain-related issues and vocabulary"))
"When interviewing customers, you will want to understand the this.")
(defconst ux:user-interviews (defconst ux:want-to-learn?
'(("The context of how the product (or analogous system, if no current product exists) fits into their lives or work flow: when, why, and how the product is or will be used") '((customer
("Domain knowledge from a user perspective: What do users need to know to do their jobs?") ("Their goals in purchasing the product")
("Current tasks and activities: both those the current product is required to accomplish and those it doesnt support") ("Their frustrations with current solutions")
("Goals and motivations for using their product") ("Their decision process for purchasing a product of the type youre designing")
("Mental model: how users think about their jobs and activities, as well as what expectations users have about the product") ("Their role in installing, maintaining, and managing the product")
("Problems and frustrations with current products (or an analogous system if no current product exists)")) ("Domain-related issues and vocabulary"))
"Here is some information we are interested in learning from users.") (user
("The context of how the product (or analogous system, if no current product exists) fits into their lives or work flow: when, why, and how the product is or will be used")
("Domain knowledge from a user perspective: What do users need to know to do their jobs?")
("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")
("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)"))))
(defconst ux:websites (defconst ux:websites
'("https://usability.yale.edu/" '("https://usability.yale.edu/"