-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.json
648 lines (648 loc) · 14.2 KB
/
todo.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
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
{
"root": {
"id": "root",
"title": "ZoneList MVP",
"children": [
1496558200368,
1497075086097,
1501546559515,
1501903316322,
1504440930011,
1501547104797,
1501547139814,
1501547173291,
1501547203157,
1504440861143
]
},
"1491212686534": {
"id": 1491212686534,
"title": "Find out how to deploy for production with webpack",
"children": [],
"status": "waiting"
},
"1491212707451": {
"id": 1491212707451,
"title": "Deploy to github.io",
"children": [],
"status": "done"
},
"1491212803401": {
"id": 1491212803401,
"title": "Split webpack config",
"children": [],
"status": "waiting"
},
"1495911198048": {
"id": 1495911198048,
"title": "Write a short \"how to use\"",
"children": [],
"status": "waiting"
},
"1495911231176": {
"id": 1495911231176,
"title": "Make a modal pop up on first start",
"children": [],
"status": "done"
},
"1496558119436": {
"id": 1496558119436,
"title": "The colours should match throughout the app",
"children": [],
"status": "done"
},
"1496558137222": {
"id": 1496558137222,
"title": "Make it obvious the focus board only has smaller tasks on it",
"children": [
1496562657457
]
},
"1496558164436": {
"id": 1496558164436,
"title": "Onboarding does not guide the user into successfully breaking down their challenge, then focusing",
"children": [
1496562622997
]
},
"1496558200368": {
"id": 1496558200368,
"title": "Add a way to filter tasks",
"children": [],
"status": "waiting"
},
"1496562622997": {
"id": 1496562622997,
"title": "New buttons might encourage this. User testing required.",
"children": [],
"status": "waiting"
},
"1496562657457": {
"id": 1496562657457,
"title": "Add size tag to item",
"children": [],
"status": "waiting"
},
"1497075086097": {
"id": 1497075086097,
"title": "Change words throughout code to match the interface",
"children": [],
"status": "waiting"
},
"1497696132023": {
"id": 1497696132023,
"title": "The narrow coloured tab makes a small indent very noticable",
"children": [],
"status": "done"
},
"1497957228225": {
"id": 1497957228225,
"title": "Update menu at the top to have links to old/new outline/focus",
"children": [],
"status": "done"
},
"1497957262557": {
"id": 1497957262557,
"title": "Update \"router\" component to show the current view",
"children": [],
"status": "done"
},
"1497957300317": {
"id": 1497957300317,
"title": "Update state shape to allow for more than two pages",
"children": [],
"status": "done"
},
"1497957366127": {
"id": 1497957366127,
"title": "Use new interface and make sure that it has all of the functionality of the old interface",
"children": [
1497957410136
]
},
"1497957410136": {
"id": 1497957410136,
"title": "Add vertical rearranging to new outline view",
"children": [
1497957429534
]
},
"1497957429534": {
"id": 1497957429534,
"title": "Add link to menu to activate rearranging mode",
"children": []
},
"1497957466004": {
"id": 1497957466004,
"title": "Test new interface on mobile devices",
"children": [],
"status": "done"
},
"1498036439744": {
"id": 1498036439744,
"title": "Wire up mockups",
"children": [
1498036451825,
1498036473992,
1498036526552
],
"status": "done"
},
"1498036451825": {
"id": 1498036451825,
"title": "Create components of the mockups",
"children": [
1498036648594,
1498036656624,
1498036696502
],
"status": "done"
},
"1498036473992": {
"id": 1498036473992,
"title": "Create components of the parts inside of the mockup",
"children": [
1498088316932,
1498088654341
],
"status": "done"
},
"1498036526552": {
"id": 1498036526552,
"title": "Wire up data into the new components",
"children": [
1498088388231,
1498088776943
],
"status": "done"
},
"1498036648594": {
"id": 1498036648594,
"title": "Make component for the new outline mode",
"children": [],
"status": "done"
},
"1498036656624": {
"id": 1498036656624,
"title": "Make component for the new focus mode",
"children": [],
"status": "done"
},
"1498036696502": {
"id": 1498036696502,
"title": "Make component for footer",
"children": [],
"status": "done"
},
"1498036967900": {
"id": 1498036967900,
"title": "Keys",
"children": [
1498036969588,
1498036986416
],
"status": "done"
},
"1498036969588": {
"id": 1498036969588,
"title": "outline",
"children": [
1498037036224
],
"status": "done"
},
"1498036986416": {
"id": 1498036986416,
"title": "view",
"children": [],
"status": "done"
},
"1498037036224": {
"id": 1498037036224,
"title": "selected item",
"children": [],
"status": "done"
},
"1498088316932": {
"id": 1498088316932,
"title": "For the Outline view",
"children": [
1498088361351,
1498088379038
],
"status": "done"
},
"1498088361351": {
"id": 1498088361351,
"title": "Make component for the root task",
"children": [],
"status": "done"
},
"1498088379038": {
"id": 1498088379038,
"title": "Make component for child tasks",
"children": [],
"status": "done"
},
"1498088388231": {
"id": 1498088388231,
"title": "For Outline view",
"children": [
1498088391437,
1498102824090
],
"status": "done"
},
"1498088391437": {
"id": 1498088391437,
"title": "Make selector that fetches all items in order and adds indent level to them",
"children": [],
"status": "done"
},
"1498088654341": {
"id": 1498088654341,
"title": "For the Focus view",
"children": [
1498088671801,
1498088760138
],
"status": "done"
},
"1498088671801": {
"id": 1498088671801,
"title": "Make component for the focus choice tasks",
"children": [],
"status": "done"
},
"1498088760138": {
"id": 1498088760138,
"title": "Make component for the main focus",
"children": [],
"status": "done"
},
"1498088776943": {
"id": 1498088776943,
"title": "For focus view",
"children": [
1498088780406,
1498103274937,
1498103285652
],
"status": "done"
},
"1498088780406": {
"id": 1498088780406,
"title": "Make selector that gets the first item with main-focus status",
"children": [],
"status": "done"
},
"1498088847311": {
"id": 1498088847311,
"title": "For the Outline",
"children": [
1498088852093,
1498088861809,
1498088875054,
1498088889965
],
"status": "done"
},
"1498088852093": {
"id": 1498088852093,
"title": "Able to set title",
"children": [],
"status": "done"
},
"1498088861809": {
"id": 1498088861809,
"title": "Indent, outdent",
"children": [],
"status": "done"
},
"1498088875054": {
"id": 1498088875054,
"title": "New item",
"children": [],
"status": "done"
},
"1498088889965": {
"id": 1498088889965,
"title": "Delete",
"children": [],
"status": "done"
},
"1498088893182": {
"id": 1498088893182,
"title": "For the Focus view",
"children": [
1498088900413,
1498088905420,
1498088912420,
1498088915236
],
"status": "done"
},
"1498088900413": {
"id": 1498088900413,
"title": "Choose a focus",
"children": [],
"status": "done"
},
"1498088905420": {
"id": 1498088905420,
"title": "Un-focus",
"children": [],
"status": "done"
},
"1498088912420": {
"id": 1498088912420,
"title": "Snooze",
"children": [],
"status": "done"
},
"1498088915236": {
"id": 1498088915236,
"title": "Complete",
"children": [],
"status": "done"
},
"1498102824090": {
"id": 1498102824090,
"title": "Fixing text overflow problems",
"children": [],
"status": "done"
},
"1498103274937": {
"id": 1498103274937,
"title": "Show Main Focus",
"children": [],
"status": "done"
},
"1498103285652": {
"id": 1498103285652,
"title": "Show List of ready to be worked on tasks",
"children": [],
"status": "done"
},
"1501546559515": {
"id": 1501546559515,
"title": "Add rearranging mode",
"children": [],
"status": "waiting"
},
"1501546716487": {
"id": 1501546716487,
"title": "Try to create a session when starting react app",
"children": [
1501548606567
],
"status": "done"
},
"1501546747009": {
"id": 1501546747009,
"title": "Make endpoint to create session",
"children": [],
"status": "done"
},
"1501546809193": {
"id": 1501546809193,
"title": "Write session to the database",
"children": [
1501609989129,
1501610202695
],
"status": "done"
},
"1501546819981": {
"id": 1501546819981,
"title": "Return a session id",
"children": [
1501652583167,
1501652606826,
1501652627120
],
"status": "done"
},
"1501546909264": {
"id": 1501546909264,
"title": "Remove localStorage and session data in redux store when logging out",
"children": [],
"status": "toDo"
},
"1501547104797": {
"id": 1501547104797,
"title": "Make tasks overflow: scroll",
"children": [],
"status": "toDo"
},
"1501547139814": {
"id": 1501547139814,
"title": "Make the helpful message at the top of the modes go away permanently when dismissing them",
"children": [],
"status": "toDo"
},
"1501547173291": {
"id": 1501547173291,
"title": "Rearrange toolbars according to UI prioritization sheet",
"children": [],
"status": "toDo"
},
"1501547203157": {
"id": 1501547203157,
"title": "Catch Ctrl-S",
"children": [],
"status": "toDo"
},
"1501548606567": {
"id": 1501548606567,
"title": "Save returned output (session id) to key",
"children": [],
"status": "done"
},
"1501609989129": {
"id": 1501609989129,
"title": "Generate Ecto schema",
"children": [],
"status": "done"
},
"1501610202695": {
"id": 1501610202695,
"title": "Test schema in iex",
"children": [],
"status": "done"
},
"1501652583167": {
"id": 1501652583167,
"title": "Get jwt claims using serializer",
"children": [],
"status": "done"
},
"1501652606826": {
"id": 1501652606826,
"title": "Get user from auth0 using claim?",
"children": [],
"status": "done"
},
"1501652627120": {
"id": 1501652627120,
"title": "Create session id",
"children": [],
"status": "done"
},
"1501903316322": {
"id": 1501903316322,
"title": "Server side tasks",
"children": [
1501903346647,
1501903433650,
1501903575329,
1501903583015,
1504438549776
],
"status": "done"
},
"1501903346647": {
"id": 1501903346647,
"title": "Get tasks from server on startup",
"children": [
1501903416275,
1501908797780,
1501903428390,
1501903635594
],
"status": "done"
},
"1501903416275": {
"id": 1501903416275,
"title": "Mock out server response",
"children": [],
"status": "done"
},
"1501903428390": {
"id": 1501903428390,
"title": "Get tasks from database",
"children": [],
"status": "done"
},
"1501903433650": {
"id": 1501903433650,
"title": "Create endpoint to take in updates of tasks",
"children": [
1502776655694,
1502776665195,
1502776690530
],
"status": "done"
},
"1501903575329": {
"id": 1501903575329,
"title": "Create endpoint to create new tasks",
"children": [],
"status": "done"
},
"1501903583015": {
"id": 1501903583015,
"title": "Create endpoint to delete tasks",
"children": [],
"status": "done"
},
"1501903635594": {
"id": 1501903635594,
"title": "Create tasks for user when they have none on session creation",
"children": [],
"status": "done"
},
"1501908797780": {
"id": 1501908797780,
"title": "Create task model",
"children": [
1501908804135,
1501908873199,
1501908878599,
1501908885479
],
"status": "done"
},
"1501908804135": {
"id": 1501908804135,
"title": "Find out how to associate many tasks to one user",
"children": [],
"status": "done"
},
"1501908873199": {
"id": 1501908873199,
"title": "Reverse the migration",
"children": [],
"status": "done"
},
"1501908878599": {
"id": 1501908878599,
"title": "Update the migration script",
"children": [],
"status": "done"
},
"1501908885479": {
"id": 1501908885479,
"title": "Run migration again",
"children": [],
"status": "done"
},
"1502776655694": {
"id": 1502776655694,
"title": "Write Elixir for endpoint",
"children": [],
"status": "done"
},
"1502776665195": {
"id": 1502776665195,
"title": "Test the endpoint with curl or whatever",
"children": [],
"status": "done"
},
"1502776690530": {
"id": 1502776690530,
"title": "Have saga send updates to server",
"children": [],
"status": "done"
},
"1504438549776": {
"id": 1504438549776,
"title": "Send updates to clients via channels",
"children": [
1504438564548,
1504438570308,
1504438575121
],
"status": "done"
},
"1504438564548": {
"id": 1504438564548,
"title": "Send updates to tasks",
"children": [],
"status": "done"
},
"1504438570308": {
"id": 1504438570308,
"title": "Send created tasks",
"children": [],
"status": "done"
},
"1504438575121": {
"id": 1504438575121,
"title": "Send deleted tasks",
"children": [],
"status": "done"
},
"1504440861143": {
"id": 1504440861143,
"title": "Create higher contrast colour scheme",
"children": [],
"status": "toDo"
},
"1504440930011": {
"id": 1504440930011,
"title": "Deploy to gigalixir",
"children": [],
"status": "toDo"
}
}