From eaa25c36373465065225333054f82151e5102e57 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 21 Oct 2022 18:39:28 +0200 Subject: [PATCH] Add comments --- bundle/bundle--ux.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bundle/bundle--ux.el b/bundle/bundle--ux.el index 6a9bbff9..c7412e21 100644 --- a/bundle/bundle--ux.el +++ b/bundle/bundle--ux.el @@ -14,12 +14,14 @@ ("Current tasks and activities: both those the current product is required to accomplish and those it doesn’t 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)")))) + ("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 '("https://usability.yale.edu/" "https://webaim.org/" - "https://digital.gov/")) + "https://digital.gov/") + "Important websites for UX topics.") (defconst ux:explain-codes '((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") (gain "something wanted or desirable") (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 '((activity . how)