ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
TermMeaningExample
2
User PersonaPersona represents a type of user
3
Primary PersonaMain target audience/customer/user; primary focus for the design
4
Secondary PersonaNot the main target of the design, but their needs should be met if possible
5
Tertiary PersonaTertiary users are those who are affected by the use of the product or make decisions about the product, such as clients, buyers or sponsors of the product (?)
6
Anti- or Negative Persona“Not user”
7
User stories“As a ‘who,’ I want to ‘what,’ so that ‘why.’”
An example of a user story based on the restaurant example previously used in this course could be, “As a customer, I want to be able to identify dietary restrictions, so that I know I can eat the food I order.” (example for an app to order food)
8
The “who” of the requirementis the stakeholder role for whom the requirement is being formed. The requirement should be written as if it is from this person’s point of view.
9
The “what” of the requirement is the specific task or functionality the stakeholder wants to achieve by using the product.
10
The “why” of the requirement highlights the goals or visions of the product, and it provides insight into the value or benefit of the requirement.
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100