-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
437 lines (437 loc) · 19.2 KB
/
data.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
{
"boards": [
{
"name": "Platform Launch",
"columns": [
{
"name": "Todo",
"color": "#49C4E5",
"tasks": [
{
"title": "Build UI for onboarding flow",
"description": "",
"status": "Todo",
"subtasks": [
{
"title": "Sign up page",
"isCompleted": true
},
{
"title": "Sign in page",
"isCompleted": false
},
{
"title": "Welcome page",
"isCompleted": false
}
]
},
{
"title": "Build UI for search",
"description": "",
"status": "Todo",
"subtasks": [
{
"title": "Search page",
"isCompleted": false
}
]
},
{
"title": "Build settings UI",
"description": "",
"status": "Todo",
"subtasks": [
{
"title": "Account page",
"isCompleted": false
},
{
"title": "Billing page",
"isCompleted": false
}
]
},
{
"title": "QA and test all major user journeys",
"description": "Once we feel version one is ready, we need to rigorously test it both internally and externally to identify any major gaps.",
"status": "Todo",
"subtasks": [
{
"title": "Internal testing",
"isCompleted": false
},
{
"title": "External testing",
"isCompleted": false
}
]
}
]
},
{
"name": "Doing",
"color": "#8471F2",
"tasks": [
{
"title": "Design settings and search pages",
"description": "",
"status": "Doing",
"subtasks": [
{
"title": "Settings - Account page",
"isCompleted": true
},
{
"title": "Settings - Billing page",
"isCompleted": true
},
{
"title": "Search page",
"isCompleted": false
}
]
},
{
"title": "Add account management endpoints",
"description": "",
"status": "Doing",
"subtasks": [
{
"title": "Upgrade plan",
"isCompleted": true
},
{
"title": "Cancel plan",
"isCompleted": true
},
{
"title": "Update payment method",
"isCompleted": false
}
]
},
{
"title": "Design onboarding flow",
"description": "",
"status": "Doing",
"subtasks": [
{
"title": "Sign up page",
"isCompleted": true
},
{
"title": "Sign in page",
"isCompleted": false
},
{
"title": "Welcome page",
"isCompleted": false
}
]
},
{
"title": "Add search endpoints",
"description": "",
"status": "Doing",
"subtasks": [
{
"title": "Add search endpoint",
"isCompleted": true
},
{
"title": "Define search filters",
"isCompleted": false
}
]
},
{
"title": "Add authentication endpoints",
"description": "",
"status": "Doing",
"subtasks": [
{
"title": "Define user model",
"isCompleted": true
},
{
"title": "Add auth endpoints",
"isCompleted": false
}
]
},
{
"title": "Research pricing points of various competitors and trial different business models",
"description": "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
"status": "Doing",
"subtasks": [
{
"title": "Research competitor pricing and business models",
"isCompleted": true
},
{
"title": "Outline a business model that works for our solution",
"isCompleted": false
},
{
"title": "Talk to potential customers about our proposed solution and ask for fair price expectancy",
"isCompleted": false
}
]
}
]
},
{
"name": "Done",
"color": "#67E2AE",
"tasks": [
{
"title": "Conduct 5 wireframe tests",
"description": "Ensure the layout continues to make sense and we have strong buy-in from potential users.",
"status": "Done",
"subtasks": [
{
"title": "Complete 5 wireframe prototype tests",
"isCompleted": true
}
]
},
{
"title": "Create wireframe prototype",
"description": "Create a greyscale clickable wireframe prototype to test our asssumptions so far.",
"status": "Done",
"subtasks": [
{
"title": "Create clickable wireframe prototype in Balsamiq",
"isCompleted": true
}
]
},
{
"title": "Review results of usability tests and iterate",
"description": "Keep iterating through the subtasks until we're clear on the core concepts for the app.",
"status": "Done",
"subtasks": [
{
"title": "Meet to review notes from previous tests and plan changes",
"isCompleted": true
},
{
"title": "Make changes to paper prototypes",
"isCompleted": true
},
{
"title": "Conduct 5 usability tests",
"isCompleted": true
}
]
},
{
"title": "Create paper prototypes and conduct 10 usability tests with potential customers",
"description": "",
"status": "Done",
"subtasks": [
{
"title": "Create paper prototypes for version one",
"isCompleted": true
},
{
"title": "Complete 10 usability tests",
"isCompleted": true
}
]
},
{
"title": "Market discovery",
"description": "We need to define and refine our core product. Interviews will help us learn common pain points and help us define the strongest MVP.",
"status": "Done",
"subtasks": [
{
"title": "Interview 10 prospective customers",
"isCompleted": true
}
]
},
{
"title": "Competitor analysis",
"description": "",
"status": "Done",
"subtasks": [
{
"title": "Find direct and indirect competitors",
"isCompleted": true
},
{
"title": "SWOT analysis for each competitor",
"isCompleted": true
}
]
},
{
"title": "Research the market",
"description": "We need to get a solid overview of the market to ensure we have up-to-date estimates of market size and demand.",
"status": "Done",
"subtasks": [
{
"title": "Write up research analysis",
"isCompleted": true
},
{
"title": "Calculate TAM",
"isCompleted": true
}
]
}
]
}
]
},
{
"name": "Marketing Plan",
"columns": [
{
"name": "Todo",
"color": "#49C4E5",
"tasks": [
{
"title": "Plan Product Hunt launch",
"description": "",
"status": "Todo",
"subtasks": [
{
"title": "Find hunter",
"isCompleted": false
},
{
"title": "Gather assets",
"isCompleted": false
},
{
"title": "Draft product page",
"isCompleted": false
},
{
"title": "Notify customers",
"isCompleted": false
},
{
"title": "Notify network",
"isCompleted": false
},
{
"title": "Launch!",
"isCompleted": false
}
]
},
{
"title": "Share on Show HN",
"description": "",
"status": "",
"subtasks": [
{
"title": "Draft out HN post",
"isCompleted": false
},
{
"title": "Get feedback and refine",
"isCompleted": false
},
{
"title": "Publish post",
"isCompleted": false
}
]
},
{
"title": "Write launch article to publish on multiple channels",
"description": "",
"status": "",
"subtasks": [
{
"title": "Write article",
"isCompleted": false
},
{
"title": "Publish on LinkedIn",
"isCompleted": false
},
{
"title": "Publish on Inndie Hackers",
"isCompleted": false
},
{
"title": "Publish on Medium",
"isCompleted": false
}
]
}
]
},
{
"name": "Doing",
"tasks": []
},
{
"name": "Done",
"tasks": []
}
]
},
{
"name": "Roadmap",
"columns": [
{
"name": "Now",
"color": "#49C4E5",
"tasks": [
{
"title": "Launch version one",
"description": "",
"status": "",
"subtasks": [
{
"title": "Launch privately to our waitlist",
"isCompleted": false
},
{
"title": "Launch publicly on PH, HN, etc.",
"isCompleted": false
}
]
},
{
"title": "Review early feedback and plan next steps for roadmap",
"description": "Beyond the initial launch, we're keeping the initial roadmap completely empty. This meeting will help us plan out our next steps based on actual customer feedback.",
"status": "",
"subtasks": [
{
"title": "Interview 10 customers",
"isCompleted": false
},
{
"title": "Review common customer pain points and suggestions",
"isCompleted": false
},
{
"title": "Outline next steps for our roadmap",
"isCompleted": false
}
]
}
]
},
{
"name": "Next",
"color": "#49C4E5",
"tasks": []
},
{
"name": "Later",
"color": "#49C4E5",
"tasks": []
}
]
}
]
}