Add maturity levels to ux
This commit is contained in:
parent
c913655edc
commit
10b33b1bbd
1 changed files with 56 additions and 0 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Reference in a new issue