From 10b33b1bbd7678f99aebf27bb0220fddb5060c48 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 23 Oct 2022 19:09:12 +0200 Subject: [PATCH] Add maturity levels to ux --- bundle/bundle--ux.el | 56 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/bundle/bundle--ux.el b/bundle/bundle--ux.el index 6b9cc346..86f611d4 100644 --- a/bundle/bundle--ux.el +++ b/bundle/bundle--ux.el @@ -1,6 +1,62 @@ ;; Personal UX database. Goal of this database is to provide funtions and data ;; to generate an org file for ux planning. +(defconst ux:maturity-levels + '((isolated + "strategy set by management" + "scope set by product owner" + "developers driven by features" + "second-guessing users" + "little or no design budget" + "minor usability/visual tweaks" + "design joint later in project" + "sprinkling of magic" + "culture resistance") + (reliant + "budget allocated for design" + "interactive design and testing" + "ethnographic research begins" + "some direct customers contacts" + "research driving features" + "design “as user expert” in room" + "work across product teams" + "minimum knowledge sharing" + "deliverable becomes lean" + "cultural barriers coming down") + (central + "specialism on design team" + "design on project the norm" + "product discovery/agile process" + "design planned and budgeted for" + "product scoped with owners" + "regular research and testing" + "developers using user stories" + "user testing accumulating data" + "awareness of design outside team" + "design team spread thin") + (managed + "Company-wide, central resource" + "Multiple digital touchpoints" + "Responsible for experience" + "Scope project to fit strategy" + "Generalist manager picking projects" + "Several specialist design staff" + "Standard usability testing metrics" + "Harmonized product details" + "Coaching of other teams begins" + "Testing evidence of success") + (strategic + "User-driven organization" + "Set strategy with senior staff" + "Comprehensive user database" + "Team road map, plan portfolio" + "Teams have performance targets" + "Work across digital devices" + "Team sets and governs standards" + "Established process company-wide" + "Engagement at senior level" + "Research and test new hypothesis"))) + (defconst ux:research-methods '((quantitative ("analytics" "https://plausible.io/")