forked from sovesove/uxchecklist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
463 lines (439 loc) · 22.8 KB
/
index.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UX Project Checklist</title>
<link rel="shortcut icon" href="favicon.ico?v=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<meta http-equiv="refresh" content="0; url=http://uxchecklist.github.io/" />
<meta property="og:title" content="UX Project Checklist" />
<meta property="og:ulr" content="http://sove.github.io/uxchecklist/" />
<meta property="og:image" content="http://sove.github.io/uxchecklist/apple-touch-icon.png" />
<meta property="og:description" content="Start your next UX project with this checklist and don't forget about anything!" />
<link rel="stylesheet" href="css/jquery-labelauty.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!-- <script src="js/vendor/modernizr.js"></script> -->
<!-- GA plugin -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57141076-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=118274511611887&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="header" class="">
<div id="title">
<h1>UX Project Checklist</h1>
<!-- <a id="print" class="hide-for-print" href="javascript:void(0)" onclick="window.print();">Print</a> -->
<button id="print" class="hide-for-print" onclick="window.print();" type="button">Print</button>
<button id="reset" class="hide-for-print">Reset</button>
</div>
<div id="sharebox" class="hide-for-print">
<!-- twitter plugin -->
<a href="https://twitter.com/share" class="twitter-share-button" data-via="sovesove" data-hashtags="ux,uxchecklist">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- facebook plugin -->
<div class="fb-like" data-href="http://sove.github.io/uxchecklist/" data-layout="button_count" data-action="like" data-show-faces="false" data-share="true"></div>
</div>
</div>
<form id="checklist-form" data-persist="garlic" method="POST">
<div class="row clearfix">
<div id="Research" class="title"><span>Research</span></div>
<div class="cards">
<div class="img">
<img class="left" src="img/icons128/Deep-Crawl.png">
</div>
<div class="card-content left">
<label for="checkbox1">Competitive Analysis</label>
<p>See how others solve similar problems, and try to not reinvent the wheel. <a class="more hide-for-print" href="http://boxesandarrows.com/competitive-analysis-understanding-the-market-context/" target="_blank" title="Competitive Analysis: Understanding the Market Context">Read more</a></p>
</div>
<div class="right">
<input id="checkbox1" type="checkbox">
</div>
</div>
<div class="cards">
<div class="img">
<img class="left" src="img/icons128/Web-Analytics.png">
</div>
<div class="card-content left">
<label for="checkbox2">Data analysis</label>
<p>Do you have all the useful data you need? Try to have a look at funnels, clicks, page views, performances... <a class="more hide-for-print" href="http://www.nngroup.com/articles/analytics-user-experience/" target="_blank" title="Three Uses for Analytics in User-Experience Practice">Read more</a></p>
</div>
<div class="right">
<input id="checkbox2" type="checkbox">
</div>
</div>
<div class="cards">
<div class="img">
<img class="left" src="img/icons128/Viral-Marketing.png">
</div>
<div class="card-content left">
<label for="checkbox3">User feedback</label>
<p></p>
<p>Always speak with Customer Care team! Don't have one? Check your old surveys or videos, what your customer says? What do they actually do? <a class="more hide-for-print" href="https://www.gov.uk/service-manual/user-centred-design/user-research/index.html" target="_blank" title="An introduction to user research techniques">Read more</a></p>
</div>
<div class="right">
<input id="checkbox3" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Plan" class="title"><span>Plan</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/business-card.png">
</div>
<div class="card-content left">
<label for="checkbox4">User stories</label>
<p>Have you done personas yet. If not DO IT NOW. Ok, now use them to write down user stories and scenarios. <a class="more hide-for-print" href="https://www.newfangled.com/how-to-tell-the-users-story/" target="_blank" title="How to Tell the User’s Story">Read more</a></p>
</div>
<div class="right">
<input id="checkbox4" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Everflux.png">
</div>
<div class="card-content left">
<label for="checkbox5">User flows</label>
<p>Create your user's flow based on the scenarios you created, you can use it later to review the journey and create wireframes on top of each step. <a class="more hide-for-print" href="http://www.smashingmagazine.com/2012/01/04/stop-designing-pages-start-designing-flows/" target="_blank" title="Stop Designing Pages And Start Designing Flows">Read more</a></p>
</div>
<div class="right">
<input id="checkbox5" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/computer.png">
</div>
<div class="card-content left">
<label for="checkbox6">Red routes</label>
<p>Define red routes for your product and you’ll be able to identify, prioritise and eliminate any usability obstacles on key user journeys. <a class="more hide-for-print" href="http://userfocus.co.uk/articles/prioritising-functions.html" target="_blank" title="How red routes can help you take charge of your product backlog">Read more</a></p>
</div>
<div class="right">
<input id="checkbox6" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Explore" class="title"><span>Explore</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/beer.png">
</div>
<div class="card-content left">
<label for="checkbox7">Brainstorm & sketch</label>
<p>Find a war room, fill it with markers and drinks, get together and sketch, discuss, vote, disrupt, have fun! <a class="more hide-for-print" href="http://www.gamestorming.com/the-wiki/" target="_blank" title="Gamestorming">Read more</a></p>
</div>
<div class="right">
<input id="checkbox7" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Blog.png">
</div>
<div class="card-content left">
<label for="checkbox8">Wireframe</label>
<p>Add some details and structure to your ideas, reuse patterns and create pages on top of your user flows so you'll not leave anything behind. <a class="more hide-for-print" href="http://www.uxpin.com/guide-to-wireframing.html" target="_blank" title="The Guide to Wireframing">Read more</a></p>
</div>
<div class="right">
<input id="checkbox8" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/API.png">
</div>
<div class="card-content left">
<label for="checkbox9">Prototype</label>
<p>You can start creating paper prototypes and continuously iterate to more functional ones. Use sketches, HTML pages or static images, then just get some people and test. <a class="more hide-for-print" href="http://uxdesignweekly.com/ux-resources/prototyping-tools/" target="_blank" title="Prototyping Tools">Read more</a></p>
</div>
<div class="right">
<input id="checkbox9" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Communicate" class="title"><span>Communicate</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Dynamic-Content.png">
</div>
<div class="card-content left">
<label for="checkbox10">IA</label>
<p>Understand your users, your data structure and your channels. How can you organise your navigation and content in a clear and consistent way? <a class="more hide-for-print" href="http://alistapart.com/article/thedisciplineofcontentstrategy" target="_blank" title="The Discipline of Content Strategy">Read more</a></p>
</div>
<div class="right">
<input id="checkbox10" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/typewriter.png">
</div>
<div class="card-content left">
<label for="checkbox11">Language</label>
<p>Follow your brand personality, keep in mind users' culture and language, the context of your product and make sure they understand you. <a class="more hide-for-print" href="http://alistapart.com/article/translation-is-ux" target="_blank" title="Translation is UX">Read more</a></p>
</div>
<div class="right">
<input id="checkbox11" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/sofa.png">
</div>
<div class="card-content left">
<label for="checkbox12">Accessibility</label>
<p>You don’t need to add extra functionality or to duplicate any content. The key is simply to assess the requirements of those with different skills and limited devices. <a class="more hide-for-print" href="https://www.gov.uk/service-manual/user-centred-design/accessibility.html" target="_blank" title="GOV.UK Accessibility">Read more</a></p>
</div>
<div class="right">
<input id="checkbox12" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Create" class="title"><span>Create</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Squeeze-Page.png">
</div>
<div class="card-content left">
<label for="checkbox13">UI elements</label>
<p>Reuse elements and patterns, follow your style guidelines, don't have one? Create your guidelines. Start small, then create pages. <a class="more hide-for-print" href="http://styleguides.io/" target="_blank" title="styleguides.io">Read more</a></p>
</div>
<div class="right">
<input id="checkbox13" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/cell.png">
</div>
<div class="card-content left">
<label for="checkbox14">Gestures</label>
<p>So you've have a swipe slider? Tell me more about pinch, drag, zoom, rotate, shake, six-inch smartphones, left handed people, mouseover, kinect, motion detection... <a class="more hide-for-print" href="http://www.smashingmagazine.com/2013/05/24/gesture-driven-interface/" target="_blank" title="Beyond The Button: Embracing The Gesture-Driven Interface">Read more</a></p>
</div>
<div class="right">
<input id="checkbox14" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/User-Experience.png">
</div>
<div class="card-content left">
<label for="checkbox15">Responsiveness</label>
<p>Can I see it on my mobile? Oh wait, what about my smart-watch which work as a remote for my 50" TV. Bonus: remember cross device experience. <a class="more hide-for-print" href="http://uxmag.com/articles/create-a-better-responsive-user-experience/" target="_blank" title="Create a Better Responsive User Experience">Read more</a></p>
</div>
<div class="right">
<input id="checkbox15" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Feedbacks" class="title"><span>Give feedback</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/lunch.png">
</div>
<div class="card-content left">
<label for="checkbox16">Waiting times</label>
<p>If your users have to wait ages for the page to load, at least show them a loader, if take longer why don't you try something more entertaining? <a class="more hide-for-print" href="http://www.sitepoint.com/3-tips-make-application-feel-faster/" target="_blank" title="3 Tips To Make Your Application Feel Faster">Read more</a></p>
</div>
<div class="right">
<input id="checkbox16" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Spam.png">
</div>
<div class="card-content left">
<label for="checkbox17">Errors</label>
<p>Be clear and specific on what and where user's error is. I mean, your error, because if it's your fault you should say it. <a class="more hide-for-print" href="http://uxmag.com/articles/failing-gracefully" target="_blank" title="Failing Gracefully">Read more</a></p>
</div>
<div class="right">
<input id="checkbox17" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Usability.png">
</div>
<div class="card-content left">
<label for="checkbox18">Completed actions</label>
<p>Give immediate and clear feedback of successful user's actions. Do not always wait for server response, trust your server once in a while! <a class="more hide-for-print" href="http://www.lukew.com/ff/entry.asp?1759" target="_blank" title="Performing Actions Optimistically">Read more</a></p>
</div>
<div class="right">
<input id="checkbox18" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Finalise" class="title"><span>Finalise</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Optimization.png">
</div>
<div class="card-content left">
<label for="checkbox19">Finalise layout</label>
<p>It's time to let your design shine, make it in the right way, don't stop with the first solution, always ask "is this the best you can do?" <a class="more hide-for-print" href="http://www.usability.gov/what-and-why/visual-design.html" target="_blank" title="Visual Design Basics">Read more</a></p>
</div>
<div class="right">
<input id="checkbox19" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/E-Commerce.png">
</div>
<div class="card-content left">
<label for="checkbox20">Use of images and icons</label>
<p>Use of icons and images is strongly influenced by context, culture and layout that you use. Like icons, test your images, small changes can bring huge improvements. <a class="more hide-for-print" href="http://www.nngroup.com/articles/icon-usability/" target="_blank" title="Icon Usability">Read more</a></p>
</div>
<div class="right">
<input id="checkbox20" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Heading-Tag.png">
</div>
<div class="card-content left">
<label for="checkbox21">Font & colours hierarchy</label>
<p>Use colours and font sizes properly, tryto follow your guidelines and keep it simple. The best visual hierarchies lead users to take the action confidently. <a class="more hide-for-print" href="http://52weeksofux.com/post/443828775/visual-hierarchy" target="_blank" title="Visual hierarchy">Read more</a></p>
</div>
<div class="right">
<input id="checkbox21" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Delight" class="title"><span>Delight</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/pen-ink.png">
</div>
<div class="card-content left">
<label for="checkbox22">Micro copy</label>
<p>Every word is important, and a bit of personality will help your brand. <a class="more hide-for-print" href="http://www.smashingmagazine.com/2012/07/18/the-personality-layer/" target="_blank" title="The Personality Layer">Read more</a></p>
</div>
<div class="right">
<input id="checkbox22" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/search-document.png">
</div>
<div class="card-content left">
<label for="checkbox23">Micro interactions</label>
<p>Trigger, rules, feedback, loop. Details make the product. Bonus: Ever heard about easter eggs? <a class="more hide-for-print" href="http://microinteractions.com/what-is-a-microinteraction/" target="_blank" title="What is a microinteraction">Read more</a></p>
</div>
<div class="right">
<input id="checkbox23" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Exit-Page.png">
</div>
<div class="card-content left">
<label for="checkbox24">Transitions</label>
<p>Motion shouldn't be only beautiful, it have to builds meaning about the spatial relationships, functionality, and intention of the system. <a class="more hide-for-print" href="http://www.google.co.uk/design/spec/animation/authentic-motion.html" target="_blank" title="Material Design Authentic motion">Read more</a></p>
<!-- http://www.smashingmagazine.com/2013/10/23/smart-transitions-in-user-experience-design/ -->
<!-- http://www.smashingmagazine.com/2012/02/28/mission-transition/ -->
</div>
<div class="right">
<input id="checkbox24" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Analyse" class="title"><span>Analyse</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/target-copy.png">
</div>
<div class="card-content left">
<label for="checkbox26">KPI Setup</label>
<p>What you want to achieve? What are your goals? Write down how you define success and failure and check if you have everything you need to collect the data. <a class="more hide-for-print" href="http://www.gv.com/lib/how-to-choose-the-right-ux-metrics-for-your-product" target="_blank" title="How to Choose the Right UX Metrics for Your Product">Read more</a></p>
</div>
<div class="right">
<input id="checkbox26" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Article-Marketing.png">
</div>
<div class="card-content left">
<label for="checkbox25">AB Test plan</label>
<p>Plan your AB test ahead and, if you can, plan a short roadmap of improvements. Your goal is not just improving KPIs, but learning something. <a class="more hide-for-print" href="https://www.gov.uk/service-manual/user-centred-design/user-research/multivariate-testing.html" target="_blank" title="Craig Sullivan, an industry expert on conversion optimisation">Read more</a></p>
</div>
<div class="right">
<input id="checkbox25" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Conversion-Rate.png">
</div>
<div class="card-content left">
<label for="checkbox27">Test</label>
<p>UX lab, survey, sessions recording... test, observe and fix, test, observer and fix... <a class="more hide-for-print" href="http://www.nngroup.com/articles/which-ux-research-methods/" target="_blank" title="When to Use Which User-Experience Research Methods">Read more</a></p>
</div>
<div class="right">
<input id="checkbox27" type="checkbox">
</div>
</div>
</div>
</form>
<div id="footer" class="">
<!-- <a href="https://twitter.com/sovesove" class="twitter-follow-button" data-show-count="false">Follow @sovesove</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> -->
<div id="credits">Created by <a href="https://twitter.com/sovesove" target="_blank" title="@sovesove">@sovesove</a> | Icons by <a href="http://mokreo.com/" target="_blank" title="mokreo.com">mokreo.com</a>
</div>
<div class="hide-for-print">
<a class="typeform-share button" href="https://sovesove.typeform.com/to/Ok2qWy" data-mode="1" target="_blank" title="give some feedback!">Do you like that?</a>
<script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'share.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}id=id+'_';
/*if(!gi.call(d,id)){qs=ce.call(d,'link');qs.rel='stylesheet';qs.id=id;qs.href=b+'share-button.css';s=gt.call(d,'head')[0];s.appendChild(qs,s)}*/})()</script>
</div>
<div id="inspiredby" class="hide-for-print">Inspired by <a href="http://webdesignerschecklist.com/" target="_blank" title="webdesignerschecklist">this</a>, <a href="https://userium.com/" target="_blank" title="Usability checklist">this</a> and <a href="http://ixdchecklist.com/" target="_blank" title="ixdchecklist">this</a>.
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- <script src="js/vendor/jquery.js"></script> -->
<script src="js/garlic.js"></script>
<script src="js/jquery-labelauty.js"></script>
<script>
$(document).ready(function(){
$(":checkbox").labelauty({ label: false });
});
$("#reset").on('click', function(){
$("#checklist-form")[0].reset();
location.reload();
});
$("#footer a").on('click', function(e){
var elm = e.currentTarget;
ga('send', 'event', 'footer', $(elm).attr('title'));
});
</script>
</body>
</html>