-
Notifications
You must be signed in to change notification settings - Fork 4
/
personaUserStories.html
597 lines (584 loc) · 34.5 KB
/
personaUserStories.html
1
2
3
4
5
6
7
8
9
10
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bytes | Personas & User Stories</title>
<link rel="icon" href="/assets/common/logo.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="/assets/common/css/teamStyle.css" />
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap"
rel="stylesheet"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"></script>
</head>
<body>
<span id="navbar-placeholder"></span>
<div class="container my-4">
<div class="jumbotron mb-4">
<h1 class="display-4">Personas & User Stories</h1>
<p class="lead">
Here is our completed work from deliverable 2.
<span class="d-md-block"
>We have prepared 5 Personas with an accompanying 17
User Stories.
</span>
</p>
</div>
<div class="card mb-4 border-dark">
<div class="card-header">
<h4 class="m-0">
<strong>Restaurant Owner Personas</strong>
</h4>
</div>
<div class="accordion" id="ownerPersonas">
<div class="card">
<div class="card-header">
<h2 class="mb-0">
<button
class="btn btn-link btn-block text-left"
data-toggle="collapse"
data-target="#victor"
>
Victor Chang
</button>
</h2>
</div>
<div
id="victor"
class="collapse show"
data-parent="#ownerPersonas"
>
<div class="card-body p-md-4 px-3">
<div class="row">
<div class="col-lg-5 col-xl-4 p-md-2">
<img
src="/assets/d2/personas/victor.png"
class="persona-pic"
/>
</div>
<div class="col-lg-7 col-xl-8 pt-3 pt-lg-0">
<ul class="nav nav-tabs mb-3">
<li class="nav-item">
<a
class="nav-link active"
data-toggle="tab"
href="#profile-victor"
>Profile</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
data-toggle="tab"
href="#stories-victor"
>User Stories</a
>
</li>
</ul>
<div class="tab-content">
<div
class="tab-pane fade show active"
id="profile-victor"
>
Victor Chang is a 33-year old
restaurant owner of three
restaurants in suburban GTA. His
restaurants are very busy during
peak hours, and many people
order his popular dishes, but he
wants to encourage more
customers to come during
non-peak hours, and to try more
food from his menus. He owns a
laptop and is not very
comfortable using this
technology. His primary language
is Chinese, so he often
navigates English websites using
the visuals. Wifi is provided
for staff members in his
restaurants.
</div>
<div
class="tab-pane fade"
id="stories-victor"
>
<ul class="m-0 point">
<li>
As Victor, I want to
choose goals from
provided options so that
I can limit my amount of
English writing.
</li>
<li>
As Victor, I want to
choose rewards from
provided options so that
I can limit my amount of
English writing.
</li>
<li>
As Victor, I want clear
navigation interfaces
because so that I can
use them without much
translation.
</li>
<li>
As Victor, I want a
long-lasting reward
system so that I do not
need to use technology
often.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h2 class="mb-0">
<button
class="btn btn-link btn-block text-left"
data-toggle="collapse"
data-target="#ella"
>
Ella Fields
</button>
</h2>
</div>
<div
id="ella"
class="collapse"
data-parent="#ownerPersonas"
>
<div class="card-body p-md-4 px-3">
<div class="row">
<div class="col-lg-5 col-xl-4 p-md-2">
<img
src="/assets/d2/personas/ella.png"
class="persona-pic"
/>
</div>
<div class="col-lg-7 col-xl-8 pt-3 pt-lg-0">
<ul class="nav nav-tabs mb-3">
<li class="nav-item">
<a
class="nav-link active"
data-toggle="tab"
href="#profile-ella"
>Profile</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
data-toggle="tab"
href="#stories-ella"
>User Stories</a
>
</li>
</ul>
<div class="tab-content">
<div
class="tab-pane fade show active"
id="profile-ella"
>
Ella Fields is a 40 year old
female who owns a new restaurant
in downtown Toronto. Her
restaurant is not very popular
yet, and she wants to encourage
new customers and customer
loyalty. Her menu has many
different categories, and she
wants customers to try a variety
of categories. She also has
seasonal dishes and drinks that
she wants to promote that change
frequently. As a new restaurant
owner, she is very busy and
wants things to be done quickly.
She is comfortable using
technology such as laptops and
smartphones.
</div>
<div
class="tab-pane fade"
id="stories-ella"
>
<ul class="m-0 point">
<li>
As Ella, I want to
customize goals so that
I can promote seasonal
dishes.
</li>
<li>
As Ella, I want easy
verification of
achievements so that I
can finish orders
quickly and have time
for more tasks.
</li>
<li>
As Ella, I want easy
verification of rewards
so that I can finish
orders quickly and have
time for more tasks.
</li>
<li>
As Ella, I want one-time
redemption of rewards
per customer.
</li>
<li>
As Ella, I want one-time
redemption of
achievements per
customer.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card mb-4 border-dark">
<div class="card-header">
<h4 class="m-0">
<strong>Customer Personas</strong>
</h4>
</div>
<div class="accordion" id="customerPersonas">
<div class="card">
<div class="card-header">
<h2 class="mb-0">
<button
class="btn btn-link btn-block text-left"
data-toggle="collapse"
data-target="#kelly"
>
Kelly Sawyer
</button>
</h2>
</div>
<div
id="kelly"
class="collapse show"
data-parent="#customerPersonas"
>
<div class="card-body p-md-4 px-3">
<div class="row">
<div class="col-lg-5 col-xl-4 p-md-2">
<img
src="/assets/d2/personas/kelly.png"
class="persona-pic"
/>
</div>
<div class="col-lg-7 col-xl-8 pt-3 pt-lg-0">
<ul class="nav nav-tabs mb-3">
<li class="nav-item">
<a
class="nav-link active"
data-toggle="tab"
href="#profile-kelly"
>Profile</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
data-toggle="tab"
href="#stories-kelly"
>User Stories</a
>
</li>
</ul>
<div class="tab-content">
<div
class="tab-pane fade show active"
id="profile-kelly"
>
Kelly Sawyer is a 17 year old
female who enjoys socializing
with various groups of friends
at restaurants in the GTA. She
likes to try a variety of new
restaurants when she eats out.
She gets bored easily, and does
not finish tasks if they are not
visually appealing or they take
too long. She is very
competitive in all aspects of
her life and likes to receive
rewards. She uses her smartphone
often and is comfortable using
applications and navigating
websites on her device.
</div>
<div
class="tab-pane fade"
id="stories-kelly"
>
<ul class="m-0 point">
<li>
As Kelly, I want to
compete with my friends
when working towards
rewards.
</li>
<li>
As Kelly, I want an
engaging game interface
so that I retain
interest in the
application.
</li>
<li>
As Kelly, I want to
complete goals quickly
so that I can be
rewarded for eating at a
variety of different
restaurants.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h2 class="mb-0">
<button
class="btn btn-link btn-block text-left"
data-toggle="collapse"
data-target="#bob"
>
Bob Smith
</button>
</h2>
</div>
<div
id="bob"
class="collapse"
data-parent="#customerPersonas"
>
<div class="card-body p-md-4 px-3">
<div class="row">
<div class="col-lg-5 col-xl-4 p-md-2">
<img
src="/assets/d2/personas/bob.png"
class="persona-pic"
/>
</div>
<div class="col-lg-7 col-xl-8 pt-3 pt-lg-0">
<ul class="nav nav-tabs mb-3">
<li class="nav-item">
<a
class="nav-link active"
data-toggle="tab"
href="#profile-bob"
>Profile</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
data-toggle="tab"
href="#stories-bob"
>User Stories</a
>
</li>
</ul>
<div class="tab-content">
<div
class="tab-pane fade show active"
id="profile-bob"
>
Bob Smith has an active family
with his three younger children
who are picky eaters; they live
in suburban Scarborough. As a
result of this, he is loyal to a
few restaurants and frequents
them often. Bob keeps his
children engaged with
interesting events/activities.
He likes to save money so that
they can use it towards other
things for the future. As a busy
parent, he does not have very
much time to deal with the
nuances with technology; because
of that, he wants to earn his
rewards without much hassle. He
has a smartphone and only uses
its basic functions.
</div>
<div
class="tab-pane fade"
id="stories-bob"
>
<ul class="m-0 point">
<li>
As Bob, I want to be
rewarded for loyalty to
a restaurant so that I
will be able to save
money to be used for
more activities.
</li>
<li>
As Bob, I want a
simplistic game
interface so that my
children can use it.
</li>
<li>
As Bob, I want to redeem
rewards easily so that I
do not have to spend
much time on the
application.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h2 class="mb-0">
<button
class="btn btn-link btn-block text-left"
data-toggle="collapse"
data-target="#charity"
>
Charity Galvan
</button>
</h2>
</div>
<div
id="charity"
class="collapse"
data-parent="#customerPersonas"
>
<div class="card-body p-md-4 px-3">
<div class="row">
<div class="col-lg-5 col-xl-4 p-md-2">
<img
src="/assets/d2/personas/charity.png"
class="persona-pic"
/>
</div>
<div class="col-lg-7 col-xl-8 pt-3 pt-lg-0">
<ul class="nav nav-tabs mb-3">
<li class="nav-item">
<a
class="nav-link active"
data-toggle="tab"
href="#profile-charity"
>Profile</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
data-toggle="tab"
href="#stories-charity"
>User Stories</a
>
</li>
</ul>
<div class="tab-content">
<div
class="tab-pane fade show active"
id="profile-charity"
>
Charity Galvan is a 28-year-old
who lives on a farm in Markham.
She has heard of the variety in
restaurants back in the city,
but she does not want to go
during rush hour periods or
weekends, since the drive is
already long. Her job makes her
schedule very flexible, so she
can go whenever she wants to.
She does not care for games, but
if there are good rewards
involved then she is happy; she
is motivated when she sees
progress towards rewards. She is
comfortable using her smartphone
and is environmentally friendly,
so she would prefer to have
electronic copies of her rewards
that she can redeem in store.
</div>
<div
class="tab-pane fade"
id="stories-charity"
>
<ul class="m-0 point">
<li>
As Charity, I want my
rewards to be digital
and redeemable in store.
</li>
<li>
As Charity, I want to
see my achievements
progress for each
restaurant so that I can
see how close I am to a
reward.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card bg-light mb-4">
<div class="card-header">Image Rights</div>
<div class="card-body">
<em style="font-size: 0.9rem;"
>All images used in this deliverable were obtained
through ShutterStock.</em
>
</div>
</div>
</div>
<script src="/assets/common/js/main.js"></script>
</body>
</html>