From f42a40cdaacbcb1d97460ad925d76abb17bbe01f Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 12 Nov 2022 18:29:44 +0100 Subject: [PATCH] Update ux --- bundle/bundle--ux.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bundle/bundle--ux.el b/bundle/bundle--ux.el index 524690d0..d0eddc7f 100644 --- a/bundle/bundle--ux.el +++ b/bundle/bundle--ux.el @@ -1,6 +1,9 @@ ;; Personal UX database. Goal of this database is to provide funtions and data ;; to generate an org file for ux planning. +(defconst ux:glossary + '((context-of-use "The Context of Use is the actual conditions under which a given artifact/software product is used, or will be used in a normal day to day working situation."))) + (defconst ux:roles '((strategist "In essence, the UX strategist gives valuable input and suggestions to key business decisions with a user-centered mindset. They work with different stakeholders to determine what features to improve upon or add to the product—always with the goal of improving the business overall.") (architect "The purpose of a User Experience (UX) Architect is to develop the structure and flow of a digital solution (website, app, software, mobile, etc.). The Architect conducts research, interviews, and surveys, and then translates that information into sitemaps, wireframes, and prototypes.") @@ -191,8 +194,8 @@ "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") - (job "a piece of work. something that has to be done (task)") + '((action "the quality or state of being active. behavior or actions of a particular kind physical activity") + (task "a piece of work. something that has to be done (task)") (gain "something wanted or desirable") (pain "mental or emotional distress or suffering") (objective "something toward which effort is directed"