-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
39 lines (39 loc) · 1.86 KB
/
work.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
---
layout: default
---
<header class="row">
<div class="span4 offset1">
<a href="/"><h2 class="logo align-left">Nelson Joyce — Product Designer</h2></a>
</div>
</header>
<header class="row">
<h1 class="span4 offset1">How I Work</h1>
</header>
<section class="row">
<div class="span1 homepage-subheader">Ask</div>
<div class="span4">Interview users or review user research to develop an understanding of the user's goals. Set goals for what you hope to achieve.</div>
</section>
<section class="row">
<div class="span1 homepage-subheader">Understand</div>
<div class="span4">Examine how users are currently solving their problems. Are they currently using a different app to solve this problem? An excel spreadsheet? A pen and paper?</div>
</section>
<section class="row">
<div class="span1 homepage-subheader">Ideate</div>
<div class="span4">Diverge and explore possible solutions to the problem in the form of sketching. Keep the sketches simple to iterate through ideas quickly.</div>
</section>
<section class="row">
<div class="span1 homepage-subheader">Prototype</div>
<div class="span4">Review the sketches and pick the best ideas, or combination of the best ideas, and present them in a high enough fidelity to properly convey how the interface will function.</div>
</section>
<section class="row">
<div class="span1 homepage-subheader">Validate</div>
<div class="span4">Present the prototype to as many users as possible. Gather feedback. Iterate based on that feedback.</div>
</section>
<section class="row">
<div class="span1 homepage-subheader">Implement</div>
<div class="span4">build the damn thing...</div>
</section>
<section class="row">
<div class="span1 homepage-subheader">Iterate</div>
<div class="span4">What's working? How could it be better? Continue to improve in a measurable way.</div>
</section>