-
Notifications
You must be signed in to change notification settings - Fork 27
/
questions.json
593 lines (593 loc) · 27.7 KB
/
questions.json
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
{
"heading": "JavaScript Project Checklist",
"questions": [
{
"type": "text",
"label": "Project name",
"name": "project-name"
},
{
"type": "text",
"label": "Company name",
"name": "company-name"
},
{
"type": "single",
"label": "Was the project a success?",
"values": [
"Yes",
"No",
"Incomplete"
],
"name": "was-the-project-a-success"
},
{
"type": "section",
"id": "management",
"label": "Management",
"questions": [
{
"type": "section",
"label": "People know what they are trying to accomplish.",
"questions": [
{
"type": "textarea",
"label": "What is the project's vision?",
"help": "This is typically a single sentence that describes what the project aspires to be. Example: \"A JS framework that allows developers to build better apps, faster\". If this doesn't exist, write \"none\".",
"name": "what-is-the-projects-vision"
},
{
"type": "textarea",
"label": "How will the project measure success?",
"help": "Example: Increase mobile conversion rates to 0.75-1.0%, currently ~0.3%. If this doesn't exist, write \"none\".",
"name": "how-will-the-project-measure-success"
},
{
"type": "textarea",
"label": "What is the strategy for accomplishing the project's goals?",
"help": "Example: Combine the desktop and mobile sites for an improved user experience, site parity, and centralized ownership. If this doesn't exist, write \"none\".",
"name": "what-is-the-strategy-for-accomplishing-t"
},
{
"type": "textarea",
"label": "What is the project's roadmap? What are the goals, plans and release schedule after the current release?",
"help": "Example: Phase 1: Complete A, B, C. Phase 2: Complete D, E, F. If there are no plans, write \"none\".",
"name": "what-is-the-projects-roadmap-what-are-th"
},
{
"type": "section",
"label": "People are capable of accomplishing the goals.",
"help": "Do people have the skills needed to accomplish the goals and roadmap? Is the roadmap possible? Is there the access across the organizational bureaucracy?",
"questions": [
{
"type": "single",
"label": "Do all employees go through a technical training?",
"help": "For example a week long JS training.",
"values": [
"Yes",
"No"
],
"name": "do-all-employees-go-through-a-technical-"
},
{
"type": "single",
"label": "Is there at least one, yearly, additional training opportunity for all employees?",
"values": [
"Yes",
"No"
],
"name": "is-there-at-least-one-yearly-additional-"
},
{
"type": "single",
"label": "How long until something can be released?",
"values": [
"3 months",
"6 months",
"1 year",
"1.5 years"
],
"name": "how-long-until-something-can-be-released"
},
{
"type": "textarea",
"label": "What is the org chart?",
"help": "Each person's name and title. Indent subordinates under a manager. If this doesn't exist, write \"none\".",
"name": "what-is-the-org-chart"
},
{
"type": "textarea",
"label": "Who has the final say in content and copy decisions?",
"help": "A person's name. If multiple people, separate names with \";\".",
"name": "who-has-the-final-say-in-content-and-cop"
},
{
"type": "text",
"label": "Who has the final say in design decisions?",
"help": "A person's name. If multiple people, separate names with \";\".",
"name": "who-has-the-final-say-in-design-decision"
},
{
"type": "text",
"label": "Who has final say in technology and infrastructure decisions?",
"help": "The person's name. If multiple people, separate names with \";\".",
"name": "who-has-final-say-in-technology-and-infr"
},
{
"type": "single",
"label": "Do product owners frequently (at least once a month) meet with:",
"values": [
"UX teams",
"Dev teams"
],
"name": "do-product-owners-frequently-at-least-on"
},
{
"type": "single",
"label": "Have your company's values, experiences, and goals been expressed to management and the client team?",
"values": [
"Yes",
"No"
],
"name": "have-your-companys-values-experiences-an"
},
{
"type": "single",
"label": "Has this checklist been reviewed with the management, design and development teams?",
"values": [
"Yes",
"No"
],
"name": "has-this-checklist-been-reviewed-with-th"
}
],
"name": "people-are-capable-of-accomplishing-the-"
}
],
"name": "people-know-what-they-are-trying-to-acco"
},
{
"type": "section",
"label": "People like each other.",
"questions": [
{
"type": "single",
"label": "Does the company have outings?",
"help": "Examples: dinners / activities outside work.",
"values": [
"Yes",
"No"
],
"name": "does-the-company-have-outings"
},
{
"type": "number",
"label": "How often, in months, do employee reviews happen?",
"name": "how-often-in-months-do-employee-reviews-"
}
],
"name": "people-like-each-other"
}
],
"name": "management"
},
{
"type": "section",
"label": "Design & UX",
"id": "design",
"questions": [
{
"type": "number",
"label": "How many designers on the project?",
"name": "how-many-designers-on-the-project"
},
{
"type": "section",
"label": "Informed",
"questions": [
{
"type": "single",
"label": "Is user testing done?",
"values": [
"Yes",
"No"
],
"name": "is-user-testing-done"
},
{
"type": "multi",
"label": "What user testing techniques are being used?",
"values": [
"Usability testing",
"User interviews",
"Surveys"
],
"name": "what-user-testing-techniques-are-being-u"
},
{
"type": "single",
"label": "Is analytic software being used?",
"values": [
"Yes",
"No"
],
"name": "is-analytic-software-being-used"
},
{
"type": "single",
"label": "Is AB testing being performed?",
"values": [
"Yes",
"No"
],
"name": "is-ab-testing-being-performed"
},
{
"type": "single",
"label": "Are the results of user testing, analytics, and other data being discussed at least monthly?",
"values": [
"Yes",
"No"
],
"name": "are-the-results-of-user-testing-analytic"
}
],
"name": "informed"
},
{
"type": "section",
"label": "Quick Iterations",
"questions": [
{
"type": "text",
"label": "How long, on average in weeks, between design changes and a user testing them?",
"name": "how-long-on-average-in-weeks-between-des"
},
{
"type": "single",
"label": "Are design revisions factored into the estimate?",
"values": [
"Yes",
"No"
],
"name": "are-design-revisions-factored-into-the-e"
},
{
"type": "single",
"label": "Are beta releases user tested?",
"values": [
"Yes",
"No"
],
"name": "are-beta-releases-user-tested"
},
{
"type": "single",
"label": "Are prototypes and mockups user tested?",
"values": [
"Yes",
"No"
],
"name": "are-prototypes-and-mockups-user-tested"
}
],
"name": "quick-iterations"
},
{
"type": "section",
"label": "Communication",
"questions": [
{
"type": "multi",
"label": "The following documents are created with the client:",
"values": [
"Design guidelines / goals / statements",
"Personas",
"User stories or use cases.",
"Competitive analysis"
],
"name": "the-following-documents-are-created-with"
},
{
"type": "multi",
"label": "The following documents are created:",
"values": [
"Wireframes and mockups",
"Storyboards",
"Prototypes",
"Prototypes",
"High fidelity comps",
"HTML prototypes",
"HTML style guide"
],
"name": "the-following-documents-are-created"
},
{
"type": "single",
"label": "Are videos or animations used to express interactions?",
"values": [
"Yes",
"No"
],
"name": "are-videos-or-animations-used-to-express"
},
{
"type": "single",
"label": "Are design issues and discussions \"publicly\" tracked?",
"values": [
"Yes",
"No"
],
"name": "are-design-issues-and-discussions-public"
},
{
"type": "multi",
"label": "Where are design issues and discussions tracked?:",
"values": [
"Email",
"Project management software (Trello, Basecamp)",
"Issue tracker (Jira / github)",
"Excel"
],
"name": "where-are-design-issues-and-discussions-"
},
{
"type": "single",
"label": "Does a design changelog exist?",
"help": "A design changelog is a document that contains a list of changes to the mockup/prototypes.",
"values": [
"Yes",
"No"
],
"name": "does-a-design-changelog-exist"
}
],
"name": "communication"
}
],
"name": "design--ux"
},
{
"type": "section",
"id": "dev",
"label": "Development",
"help": "The following questions concern development specific problems.",
"questions": [
{
"type": "section",
"label": "Tools and Environment",
"help": "The essential tools are in place and being used in the right way.",
"questions": [
{
"type": "multi",
"label": "Source control is",
"values": [
"Used",
"Git",
"Used with a branch and merge strategy."
],
"name": "source-control-is"
},
{
"type": "multi",
"label": "An issue tracker is",
"values": [
"Used",
"Integrated with source control.",
"Used by non developers."
],
"name": "an-issue-tracker-is"
},
{
"type": "multi",
"label": "The following environments exist",
"values": [
"Development",
"Test",
"Staging",
"Production"
],
"name": "the-following-environments-exist"
},
{
"type": "multi",
"label": "Continuous integration",
"values": [
"Exists",
"Runs on all commits / pushes",
"Emails on failure"
],
"name": "continuous-integration"
},
{
"type": "multi",
"label": "A 1-3 step process for the following exist:",
"values": [
"Setting up a development environment",
"Testing the application.",
"Building the application into a production distributable.",
"Deploy to test and staging."
],
"name": "a--step-process-for-the-following-exist"
}
],
"name": "tools-and-environment"
},
{
"type": "section",
"label": "Code quality",
"help": "Practices and patterns that ensure good code.",
"questions": [
{
"type": "single",
"label": "Is a module loader used?",
"help": "Examples: StealJS, RequireJS, Webpack, sprokets",
"values": [
"Yes",
"No"
],
"name": "is-a-module-loader-used"
},
{
"type": "single",
"label": "Is the high level architecture documented and followed?",
"help": "For example: MVVM plus a client state observable with specified properties.",
"values": [
"Yes",
"No"
],
"name": "is-the-high-level-architecture-documente"
},
{
"type": "single",
"label": "Are there unit tests?",
"values": [
"Yes",
"No"
],
"name": "are-there-unit-tests"
},
{
"type": "single",
"label": "Is there documentation for the code?",
"values": [
"Yes",
"No"
],
"name": "is-there-documentation-for-the-code"
},
{
"type": "multi",
"label": "All modules include:",
"values": [
"High level documentation.",
"Tests",
"Inline documentation",
"A demo"
],
"name": "all-modules-include"
},
{
"type": "single",
"label": "Are there performance tests?",
"values": [
"Yes",
"No"
],
"name": "are-there-performance-tests"
},
{
"type": "multi",
"label": "The service layer is:",
"values": [
"RESTful",
"Documented",
"Tested",
"Built / working"
],
"name": "the-service-layer-is"
},
{
"type": "single",
"label": "Is technical debt measured?",
"help": "Is some value (often in days / weeks) of technical debt calculated?",
"values": [
"Yes",
"No"
],
"name": "is-technical-debt-measured"
},
{
"type": "single",
"label": "Is technical debt factored into estimates?",
"help": "Do estimations of time, or points, or effort include discussions of technical debt?",
"values": [
"Yes",
"No"
],
"name": "is-technical-debt-factored-into-estimate"
}
],
"name": "code-quality"
},
{
"type": "section",
"label": "Team",
"help": "Does the development team work well together.",
"questions": [
{
"type": "single",
"label": "Is there a QA team or resource?",
"values": [
"Yes",
"No"
],
"name": "is-there-a-qa-team-or-resource"
},
{
"type": "single",
"label": "Are teams grouped by specialty?",
"help": "Example: client vs server",
"values": [
"Yes",
"No"
],
"name": "are-teams-grouped-by-specialty"
},
{
"type": "number",
"label": "How many front-end developers?",
"name": "how-many-frontend-developers"
},
{
"type": "single",
"label": "Do you work alongside the client's developers?",
"help": "Your developers work on the same code as the client developers.",
"values": [
"Yes",
"No"
],
"name": "do-you-work-alongside-the-clients-develo"
},
{
"type": "single",
"label": "Is every piece of code known to at least two people?",
"help": "No piece of code should be \"workable\" by only one person.",
"values": [
"Yes",
"No"
],
"name": "is-every-piece-of-code-known-to-at-least"
},
{
"type": "multi",
"label": "There are code reviews",
"values": [
"Every commit",
"Every week",
"Every month",
"Of new people's code",
"Never"
],
"name": "there-are-code-reviews"
},
{
"type": "textarea",
"label": "List examples of the client demonstrating the ability to add or change to new technology as needed.",
"help": "Examples: Adding memcache, moving to a cloud, setting up a CDN.",
"name": "list-examples-of-the-client-demonstratin"
},
{
"type": "textarea",
"label": "List examples of needed changes in technology or process.",
"help": "Examples: Adding memcache, moving to a cloud, setting up a CDN.",
"name": "list-examples-of-needed-changes-in-techn"
}
],
"name": "team"
}
],
"name": "development"
}
]
}