trollolo 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -0
  3. data/Gemfile +1 -1
  4. data/README.md +97 -0
  5. data/lib/card.rb +0 -14
  6. data/lib/cli.rb +66 -27
  7. data/lib/empty_column.rb +5 -0
  8. data/lib/scrum/backlog_mover.rb +47 -0
  9. data/lib/scrum/card_type_detection.rb +23 -0
  10. data/lib/scrum/creator.rb +30 -0
  11. data/lib/scrum/prioritizer.rb +24 -0
  12. data/lib/scrum/priority_name.rb +15 -0
  13. data/lib/scrum/scrum_boards.rb +11 -0
  14. data/lib/scrum/sprint_board.rb +82 -0
  15. data/lib/scrum/sprint_cleaner.rb +41 -0
  16. data/lib/scrum/sprint_planning_board.rb +26 -0
  17. data/lib/scrum.rb +13 -0
  18. data/lib/scrum_board.rb +17 -7
  19. data/lib/settings.rb +36 -12
  20. data/lib/trello_service.rb +22 -0
  21. data/lib/trello_wrapper.rb +9 -23
  22. data/lib/trollolo.rb +3 -2
  23. data/lib/version.rb +1 -1
  24. data/man/trollolo.1.md +22 -1
  25. data/spec/data/board.json +3 -4
  26. data/spec/data/full-board-with-accepted.json +1817 -0
  27. data/spec/data/full-board.json +3 -27
  28. data/spec/data/trollolorc +13 -0
  29. data/spec/data/trollolorc_with_board_aliases +9 -0
  30. data/spec/data/vcr/creator_custom_config.yml +824 -0
  31. data/spec/data/vcr/creator_default_config.yml +824 -0
  32. data/spec/data/vcr/move_backlog.yml +2375 -0
  33. data/spec/data/vcr/move_backlog_missing_backlog.yml +155 -0
  34. data/spec/data/vcr/move_backlog_missing_waterbed.yml +364 -0
  35. data/spec/data/vcr/prioritize_backlog_list.yml +2335 -0
  36. data/spec/data/vcr/prioritize_no_backlog_list.yml +190 -0
  37. data/spec/data/vcr/sprint_board.yml +624 -0
  38. data/spec/data/vcr/sprint_board_no_waterline.yml +556 -0
  39. data/spec/data/vcr/sprint_cleanup.yml +1239 -7500
  40. data/spec/data/vcr/sprint_planning_board.yml +239 -0
  41. data/spec/integration/create_burndown_spec.rb +1 -1
  42. data/spec/unit/card_spec.rb +0 -41
  43. data/spec/unit/cli_spec.rb +74 -1
  44. data/spec/unit/empty_column_spec.rb +9 -0
  45. data/spec/unit/scrum/backlog_mover_spec.rb +26 -0
  46. data/spec/unit/scrum/card_type_detection_spec.rb +35 -0
  47. data/spec/unit/scrum/creator_spec.rb +23 -0
  48. data/spec/unit/scrum/prioritizer_spec.rb +45 -0
  49. data/spec/unit/scrum/priority_name_spec.rb +35 -0
  50. data/spec/unit/scrum/sprint_board_spec.rb +22 -0
  51. data/spec/unit/scrum/sprint_cleaner_spec.rb +26 -0
  52. data/spec/unit/scrum/sprint_planning_board_spec.rb +14 -0
  53. data/spec/unit/scrum_board_spec.rb +90 -0
  54. data/spec/unit/settings_spec.rb +42 -6
  55. data/spec/unit/spec_helper.rb +3 -2
  56. data/spec/unit/support/update_webmock_data +3 -1
  57. data/spec/unit/support/vcr.rb +8 -8
  58. data/spec/unit/support/webmocks.rb +9 -0
  59. data/spec/unit/trello_wrapper_spec.rb +20 -0
  60. data/trollolo.gemspec +2 -1
  61. metadata +52 -9
  62. data/lib/prioritizer.rb +0 -34
  63. data/lib/sprint_cleanup.rb +0 -54
  64. data/spec/unit/prioritizer_spec.rb +0 -47
  65. data/spec/unit/sprint_cleanup_spec.rb +0 -18
@@ -0,0 +1,1817 @@
1
+ {
2
+ "id": "57ff6f33a8d18219092685d4",
3
+ "name": "Trollolo Testing Board 2",
4
+ "desc": "",
5
+ "descData": null,
6
+ "closed": false,
7
+ "idOrganization": "4e70fbb834cec71bda0ba6dc",
8
+ "pinned": false,
9
+ "url": "https://trello.com/b/P4kJA4bE/trollolo-testing-board-2",
10
+ "shortUrl": "https://trello.com/b/P4kJA4bE",
11
+ "prefs": {
12
+ "permissionLevel": "org",
13
+ "voting": "disabled",
14
+ "comments": "members",
15
+ "invitations": "members",
16
+ "selfJoin": false,
17
+ "cardCovers": true,
18
+ "cardAging": "regular",
19
+ "calendarFeedEnabled": false,
20
+ "background": "5319bb612fb0bcdf451401a8",
21
+ "backgroundImage": "https://trello-backgrounds.s3.amazonaws.com/4e727168cb2ac700002cf6b6/990df8f044b98679ccbef943beff54d6/4268316033_6d847a0219_b.jpg",
22
+ "backgroundImageScaled": [
23
+ {
24
+ "width": 140,
25
+ "height": 100,
26
+ "url": "https://trello-backgrounds.s3.amazonaws.com/4e727168cb2ac700002cf6b6/4a9e666708f2f6285cfce64e2229d209/4268316033_6d847a0219_b.jpg_140x100.png"
27
+ },
28
+ {
29
+ "width": 256,
30
+ "height": 192,
31
+ "url": "https://trello-backgrounds.s3.amazonaws.com/4e727168cb2ac700002cf6b6/3e601df4842bf07f6f17004cff104c89/4268316033_6d847a0219_b.jpg_256x192.png"
32
+ },
33
+ {
34
+ "width": 480,
35
+ "height": 480,
36
+ "url": "https://trello-backgrounds.s3.amazonaws.com/4e727168cb2ac700002cf6b6/155f89822b21a277cc3b8eef00acb56d/4268316033_6d847a0219_b.jpg_480x480.png"
37
+ },
38
+ {
39
+ "width": 960,
40
+ "height": 960,
41
+ "url": "https://trello-backgrounds.s3.amazonaws.com/4e727168cb2ac700002cf6b6/7d370dfc2b6f741a5a15c81147152537/4268316033_6d847a0219_b.jpg_960x960.png"
42
+ }
43
+ ],
44
+ "backgroundTile": false,
45
+ "backgroundBrightness": "light",
46
+ "canBePublic": true,
47
+ "canBeOrg": true,
48
+ "canBePrivate": true,
49
+ "canInvite": true
50
+ },
51
+ "labelNames": {
52
+ "green": "",
53
+ "yellow": "Under waterline",
54
+ "orange": "",
55
+ "red": "",
56
+ "purple": "",
57
+ "blue": "Sticky",
58
+ "sky": "",
59
+ "lime": "",
60
+ "pink": "Unplanned",
61
+ "black": ""
62
+ },
63
+ "cards": [
64
+ {
65
+ "id": "57ff6f33a8d18219092685e9",
66
+ "checkItemStates": [
67
+
68
+ ],
69
+ "closed": false,
70
+ "dateLastActivity": "2016-10-13T11:25:39.761Z",
71
+ "desc": "",
72
+ "descData": null,
73
+ "idBoard": "57ff6f33a8d18219092685d4",
74
+ "idList": "57ff6f33a8d18219092685d5",
75
+ "idMembersVoted": [
76
+
77
+ ],
78
+ "idShort": 3,
79
+ "idAttachmentCover": null,
80
+ "manualCoverAttachment": false,
81
+ "idLabels": [
82
+ "57ff6f33a8d18219092685e4"
83
+ ],
84
+ "name": "Sprint 3",
85
+ "pos": 65535,
86
+ "shortLink": "wgFU3VAh",
87
+ "badges": {
88
+ "votes": 0,
89
+ "viewingMemberVoted": false,
90
+ "subscribed": false,
91
+ "fogbugz": "",
92
+ "checkItems": 0,
93
+ "checkItemsChecked": 0,
94
+ "comments": 0,
95
+ "attachments": 0,
96
+ "description": false,
97
+ "due": null
98
+ },
99
+ "due": null,
100
+ "idChecklists": [
101
+
102
+ ],
103
+ "idMembers": [
104
+
105
+ ],
106
+ "labels": [
107
+ {
108
+ "id": "57ff6f33a8d18219092685e4",
109
+ "idBoard": "57ff6f33a8d18219092685d4",
110
+ "name": "Sticky",
111
+ "color": "blue",
112
+ "uses": 8
113
+ }
114
+ ],
115
+ "shortUrl": "https://trello.com/c/wgFU3VAh",
116
+ "subscribed": false,
117
+ "url": "https://trello.com/c/wgFU3VAh/3-sprint-3",
118
+ "checklists": [
119
+
120
+ ]
121
+ },
122
+ {
123
+ "id": "57ff6f33a8d18219092685f6",
124
+ "checkItemStates": [
125
+
126
+ ],
127
+ "closed": false,
128
+ "dateLastActivity": "2016-10-13T11:25:39.839Z",
129
+ "desc": "",
130
+ "descData": null,
131
+ "idBoard": "57ff6f33a8d18219092685d4",
132
+ "idList": "57ff6f33a8d18219092685d5",
133
+ "idMembersVoted": [
134
+
135
+ ],
136
+ "idShort": 16,
137
+ "idAttachmentCover": null,
138
+ "manualCoverAttachment": false,
139
+ "idLabels": [
140
+
141
+ ],
142
+ "name": "(3) P1: Fill Backlog column",
143
+ "pos": 131071,
144
+ "shortLink": "PXi7fa7r",
145
+ "badges": {
146
+ "votes": 0,
147
+ "viewingMemberVoted": false,
148
+ "subscribed": false,
149
+ "fogbugz": "",
150
+ "checkItems": 4,
151
+ "checkItemsChecked": 0,
152
+ "comments": 0,
153
+ "attachments": 0,
154
+ "description": false,
155
+ "due": null
156
+ },
157
+ "due": null,
158
+ "idChecklists": [
159
+ "57ff6f33a8d1821909268613"
160
+ ],
161
+ "idMembers": [
162
+
163
+ ],
164
+ "labels": [
165
+
166
+ ],
167
+ "shortUrl": "https://trello.com/c/PXi7fa7r",
168
+ "subscribed": false,
169
+ "url": "https://trello.com/c/PXi7fa7r/16-3-p1-fill-backlog-column",
170
+ "checklists": [
171
+ {
172
+ "id": "57ff6f33a8d1821909268613",
173
+ "name": "Tasks",
174
+ "idBoard": "57ff6f33a8d18219092685d4",
175
+ "idCard": "57ff6f33a8d18219092685f6",
176
+ "pos": 16384,
177
+ "checkItems": [
178
+ {
179
+ "id": "57ff6f33a8d1821909268614",
180
+ "name": "Add card to fill Backlog column",
181
+ "nameData": null,
182
+ "pos": 17129,
183
+ "state": "incomplete"
184
+ },
185
+ {
186
+ "id": "57ff6f33a8d1821909268615",
187
+ "name": "Add card to read data from Trollolo",
188
+ "nameData": null,
189
+ "pos": 33879,
190
+ "state": "incomplete"
191
+ },
192
+ {
193
+ "id": "57ff6f33a8d1821909268616",
194
+ "name": "Add card to save read data as reference data",
195
+ "nameData": null,
196
+ "pos": 50809,
197
+ "state": "incomplete"
198
+ },
199
+ {
200
+ "id": "57ff6f33a8d1821909268617",
201
+ "name": "Add card under the waterline",
202
+ "nameData": null,
203
+ "pos": 68121,
204
+ "state": "incomplete"
205
+ }
206
+ ]
207
+ }
208
+ ]
209
+ },
210
+ {
211
+ "id": "57ff6f33a8d18219092685f8",
212
+ "checkItemStates": [
213
+
214
+ ],
215
+ "closed": false,
216
+ "dateLastActivity": "2016-10-13T11:25:39.850Z",
217
+ "desc": "",
218
+ "descData": null,
219
+ "idBoard": "57ff6f33a8d18219092685d4",
220
+ "idList": "57ff6f33a8d18219092685d5",
221
+ "idMembersVoted": [
222
+
223
+ ],
224
+ "idShort": 18,
225
+ "idAttachmentCover": null,
226
+ "manualCoverAttachment": false,
227
+ "idLabels": [
228
+
229
+ ],
230
+ "name": "(5) P4: Read data from Trollolo",
231
+ "pos": 163839,
232
+ "shortLink": "lV0liGbC",
233
+ "badges": {
234
+ "votes": 0,
235
+ "viewingMemberVoted": false,
236
+ "subscribed": false,
237
+ "fogbugz": "",
238
+ "checkItems": 2,
239
+ "checkItemsChecked": 0,
240
+ "comments": 0,
241
+ "attachments": 0,
242
+ "description": false,
243
+ "due": null
244
+ },
245
+ "due": null,
246
+ "idChecklists": [
247
+ "57ff6f33a8d1821909268618"
248
+ ],
249
+ "idMembers": [
250
+
251
+ ],
252
+ "labels": [
253
+
254
+ ],
255
+ "shortUrl": "https://trello.com/c/lV0liGbC",
256
+ "subscribed": false,
257
+ "url": "https://trello.com/c/lV0liGbC/18-5-p4-read-data-from-trollolo",
258
+ "checklists": [
259
+ {
260
+ "id": "57ff6f33a8d1821909268618",
261
+ "name": "Tasks",
262
+ "idBoard": "57ff6f33a8d18219092685d4",
263
+ "idCard": "57ff6f33a8d18219092685f8",
264
+ "pos": 16384,
265
+ "checkItems": [
266
+ {
267
+ "id": "57ff6f33a8d1821909268619",
268
+ "name": "Add option to Trollolo to provide the board id",
269
+ "nameData": null,
270
+ "pos": 16452,
271
+ "state": "incomplete"
272
+ },
273
+ {
274
+ "id": "57ff6f33a8d182190926861a",
275
+ "name": "Call command",
276
+ "nameData": null,
277
+ "pos": 33525,
278
+ "state": "incomplete"
279
+ }
280
+ ]
281
+ }
282
+ ]
283
+ },
284
+ {
285
+ "id": "57ff6f33a8d18219092685f9",
286
+ "checkItemStates": [
287
+
288
+ ],
289
+ "closed": false,
290
+ "dateLastActivity": "2016-10-13T11:25:39.856Z",
291
+ "desc": "",
292
+ "descData": null,
293
+ "idBoard": "57ff6f33a8d18219092685d4",
294
+ "idList": "57ff6f33a8d18219092685d5",
295
+ "idMembersVoted": [
296
+
297
+ ],
298
+ "idShort": 19,
299
+ "idAttachmentCover": null,
300
+ "manualCoverAttachment": false,
301
+ "idLabels": [
302
+
303
+ ],
304
+ "name": "(3) P5: Save read data as reference data",
305
+ "pos": 180223,
306
+ "shortLink": "aPlSLDXl",
307
+ "badges": {
308
+ "votes": 0,
309
+ "viewingMemberVoted": false,
310
+ "subscribed": false,
311
+ "fogbugz": "",
312
+ "checkItems": 2,
313
+ "checkItemsChecked": 0,
314
+ "comments": 0,
315
+ "attachments": 0,
316
+ "description": false,
317
+ "due": null
318
+ },
319
+ "due": null,
320
+ "idChecklists": [
321
+ "57ff6f33a8d182190926861b"
322
+ ],
323
+ "idMembers": [
324
+
325
+ ],
326
+ "labels": [
327
+
328
+ ],
329
+ "shortUrl": "https://trello.com/c/aPlSLDXl",
330
+ "subscribed": false,
331
+ "url": "https://trello.com/c/aPlSLDXl/19-3-p5-save-read-data-as-reference-data",
332
+ "checklists": [
333
+ {
334
+ "id": "57ff6f33a8d182190926861b",
335
+ "name": "Tasks",
336
+ "idBoard": "57ff6f33a8d18219092685d4",
337
+ "idCard": "57ff6f33a8d18219092685f9",
338
+ "pos": 16384,
339
+ "checkItems": [
340
+ {
341
+ "id": "57ff6f33a8d182190926861c",
342
+ "name": "Save test data",
343
+ "nameData": null,
344
+ "pos": 16589,
345
+ "state": "incomplete"
346
+ },
347
+ {
348
+ "id": "57ff6f33a8d182190926861d",
349
+ "name": "Make tests work",
350
+ "nameData": null,
351
+ "pos": 33446,
352
+ "state": "incomplete"
353
+ }
354
+ ]
355
+ }
356
+ ]
357
+ },
358
+ {
359
+ "id": "57ff6f33a8d18219092685f7",
360
+ "checkItemStates": [
361
+
362
+ ],
363
+ "closed": false,
364
+ "dateLastActivity": "2016-10-13T11:25:39.844Z",
365
+ "desc": "",
366
+ "descData": null,
367
+ "idBoard": "57ff6f33a8d18219092685d4",
368
+ "idList": "57ff6f33a8d18219092685d5",
369
+ "idMembersVoted": [
370
+
371
+ ],
372
+ "idShort": 17,
373
+ "idAttachmentCover": null,
374
+ "manualCoverAttachment": false,
375
+ "idLabels": [
376
+ "57ff6f33a8d18219092685e4"
377
+ ],
378
+ "name": "Waterline",
379
+ "pos": 196607,
380
+ "shortLink": "HBAUMJsm",
381
+ "badges": {
382
+ "votes": 0,
383
+ "viewingMemberVoted": false,
384
+ "subscribed": false,
385
+ "fogbugz": "",
386
+ "checkItems": 0,
387
+ "checkItemsChecked": 0,
388
+ "comments": 0,
389
+ "attachments": 0,
390
+ "description": false,
391
+ "due": null
392
+ },
393
+ "due": null,
394
+ "idChecklists": [
395
+
396
+ ],
397
+ "idMembers": [
398
+
399
+ ],
400
+ "labels": [
401
+ {
402
+ "id": "57ff6f33a8d18219092685e4",
403
+ "idBoard": "57ff6f33a8d18219092685d4",
404
+ "name": "Sticky",
405
+ "color": "blue",
406
+ "uses": 8
407
+ }
408
+ ],
409
+ "shortUrl": "https://trello.com/c/HBAUMJsm",
410
+ "subscribed": false,
411
+ "url": "https://trello.com/c/HBAUMJsm/17-waterline",
412
+ "checklists": [
413
+
414
+ ]
415
+ },
416
+ {
417
+ "id": "57ff6f33a8d18219092685fa",
418
+ "checkItemStates": [
419
+
420
+ ],
421
+ "closed": false,
422
+ "dateLastActivity": "2016-10-13T11:25:39.861Z",
423
+ "desc": "",
424
+ "descData": null,
425
+ "idBoard": "57ff6f33a8d18219092685d4",
426
+ "idList": "57ff6f33a8d18219092685d5",
427
+ "idMembersVoted": [
428
+
429
+ ],
430
+ "idShort": 20,
431
+ "idAttachmentCover": null,
432
+ "manualCoverAttachment": false,
433
+ "idLabels": [
434
+ "57ff6f33a8d18219092685e0"
435
+ ],
436
+ "name": "(8) P6: Celebrate testing board",
437
+ "pos": 393215,
438
+ "shortLink": "49yxaQKj",
439
+ "badges": {
440
+ "votes": 0,
441
+ "viewingMemberVoted": false,
442
+ "subscribed": false,
443
+ "fogbugz": "",
444
+ "checkItems": 1,
445
+ "checkItemsChecked": 0,
446
+ "comments": 0,
447
+ "attachments": 0,
448
+ "description": false,
449
+ "due": null
450
+ },
451
+ "due": null,
452
+ "idChecklists": [
453
+ "57ff6f33a8d182190926861e"
454
+ ],
455
+ "idMembers": [
456
+
457
+ ],
458
+ "labels": [
459
+ {
460
+ "id": "57ff6f33a8d18219092685e0",
461
+ "idBoard": "57ff6f33a8d18219092685d4",
462
+ "name": "Under waterline",
463
+ "color": "yellow",
464
+ "uses": 1
465
+ }
466
+ ],
467
+ "shortUrl": "https://trello.com/c/49yxaQKj",
468
+ "subscribed": false,
469
+ "url": "https://trello.com/c/49yxaQKj/20-8-p6-celebrate-testing-board",
470
+ "checklists": [
471
+ {
472
+ "id": "57ff6f33a8d182190926861e",
473
+ "name": "Tasks",
474
+ "idBoard": "57ff6f33a8d18219092685d4",
475
+ "idCard": "57ff6f33a8d18219092685fa",
476
+ "pos": 16384,
477
+ "checkItems": [
478
+ {
479
+ "id": "57ff6f33a8d182190926861f",
480
+ "name": "Party",
481
+ "nameData": null,
482
+ "pos": 16886,
483
+ "state": "incomplete"
484
+ }
485
+ ]
486
+ }
487
+ ]
488
+ },
489
+ {
490
+ "id": "57ff6f33a8d18219092685f5",
491
+ "checkItemStates": [
492
+ {
493
+ "idCheckItem": "57ff6f33a8d1821909268612",
494
+ "state": "complete"
495
+ },
496
+ {
497
+ "idCheckItem": "57ff6f33a8d1821909268621",
498
+ "state": "complete"
499
+ }
500
+ ],
501
+ "closed": false,
502
+ "dateLastActivity": "2016-10-13T11:25:39.834Z",
503
+ "desc": "",
504
+ "descData": null,
505
+ "idBoard": "57ff6f33a8d18219092685d4",
506
+ "idList": "57ff6f33a8d18219092685d6",
507
+ "idMembersVoted": [
508
+
509
+ ],
510
+ "idShort": 15,
511
+ "idAttachmentCover": null,
512
+ "manualCoverAttachment": false,
513
+ "idLabels": [
514
+
515
+ ],
516
+ "name": "(2) P2: Fill Doing column",
517
+ "pos": 65535,
518
+ "shortLink": "afBhGfYs",
519
+ "badges": {
520
+ "votes": 0,
521
+ "viewingMemberVoted": false,
522
+ "subscribed": false,
523
+ "fogbugz": "",
524
+ "checkItems": 4,
525
+ "checkItemsChecked": 2,
526
+ "comments": 0,
527
+ "attachments": 0,
528
+ "description": false,
529
+ "due": null
530
+ },
531
+ "due": null,
532
+ "idChecklists": [
533
+ "57ff6f33a8d1821909268610",
534
+ "57ff6f33a8d1821909268620"
535
+ ],
536
+ "idMembers": [
537
+
538
+ ],
539
+ "labels": [
540
+
541
+ ],
542
+ "shortUrl": "https://trello.com/c/afBhGfYs",
543
+ "subscribed": false,
544
+ "url": "https://trello.com/c/afBhGfYs/15-2-p2-fill-doing-column",
545
+ "checklists": [
546
+ {
547
+ "id": "57ff6f33a8d1821909268610",
548
+ "name": "Tasks",
549
+ "idBoard": "57ff6f33a8d18219092685d4",
550
+ "idCard": "57ff6f33a8d18219092685f5",
551
+ "pos": 16384,
552
+ "checkItems": [
553
+ {
554
+ "id": "57ff6f33a8d1821909268611",
555
+ "name": "Add task to add task to Fill Doing column card",
556
+ "nameData": null,
557
+ "pos": 17373,
558
+ "state": "incomplete"
559
+ },
560
+ {
561
+ "id": "57ff6f33a8d1821909268612",
562
+ "name": "Create card to Fill Doing column",
563
+ "nameData": null,
564
+ "pos": 8686.5,
565
+ "state": "complete"
566
+ }
567
+ ]
568
+ },
569
+ {
570
+ "id": "57ff6f33a8d1821909268620",
571
+ "name": "Feedback",
572
+ "idBoard": "57ff6f33a8d18219092685d4",
573
+ "idCard": "57ff6f33a8d18219092685f5",
574
+ "pos": 32768,
575
+ "checkItems": [
576
+ {
577
+ "id": "57ff6f33a8d1821909268621",
578
+ "name": "Ask user who requested the feature",
579
+ "nameData": null,
580
+ "pos": 16465,
581
+ "state": "complete"
582
+ },
583
+ {
584
+ "id": "57ff6f33a8d1821909268622",
585
+ "name": "Ask product manager",
586
+ "nameData": null,
587
+ "pos": 33130,
588
+ "state": "incomplete"
589
+ }
590
+ ]
591
+ }
592
+ ]
593
+ },
594
+ {
595
+ "id": "57ff6f33a8d18219092685fc",
596
+ "checkItemStates": [
597
+ {
598
+ "idCheckItem": "57ff6f33a8d1821909268624",
599
+ "state": "complete"
600
+ }
601
+ ],
602
+ "closed": false,
603
+ "dateLastActivity": "2016-10-13T11:25:39.872Z",
604
+ "desc": "",
605
+ "descData": null,
606
+ "idBoard": "57ff6f33a8d18219092685d4",
607
+ "idList": "57ff6f33a8d18219092685d6",
608
+ "idMembersVoted": [
609
+
610
+ ],
611
+ "idShort": 22,
612
+ "idAttachmentCover": null,
613
+ "manualCoverAttachment": false,
614
+ "idLabels": [
615
+ "57ff6f33a8d18219092685e5"
616
+ ],
617
+ "name": "(1) Fix emergency",
618
+ "pos": 131071,
619
+ "shortLink": "LqP55RRr",
620
+ "badges": {
621
+ "votes": 0,
622
+ "viewingMemberVoted": false,
623
+ "subscribed": false,
624
+ "fogbugz": "",
625
+ "checkItems": 2,
626
+ "checkItemsChecked": 1,
627
+ "comments": 0,
628
+ "attachments": 0,
629
+ "description": false,
630
+ "due": null
631
+ },
632
+ "due": null,
633
+ "idChecklists": [
634
+ "57ff6f33a8d1821909268623"
635
+ ],
636
+ "idMembers": [
637
+
638
+ ],
639
+ "labels": [
640
+ {
641
+ "id": "57ff6f33a8d18219092685e5",
642
+ "idBoard": "57ff6f33a8d18219092685d4",
643
+ "name": "Unplanned",
644
+ "color": "pink",
645
+ "uses": 2
646
+ }
647
+ ],
648
+ "shortUrl": "https://trello.com/c/LqP55RRr",
649
+ "subscribed": false,
650
+ "url": "https://trello.com/c/LqP55RRr/22-1-fix-emergency",
651
+ "checklists": [
652
+ {
653
+ "id": "57ff6f33a8d1821909268623",
654
+ "name": "Tasks",
655
+ "idBoard": "57ff6f33a8d18219092685d4",
656
+ "idCard": "57ff6f33a8d18219092685fc",
657
+ "pos": 16384,
658
+ "checkItems": [
659
+ {
660
+ "id": "57ff6f33a8d1821909268624",
661
+ "name": "Start",
662
+ "nameData": null,
663
+ "pos": 16447,
664
+ "state": "complete"
665
+ },
666
+ {
667
+ "id": "57ff6f33a8d1821909268625",
668
+ "name": "Stop",
669
+ "nameData": null,
670
+ "pos": 33252,
671
+ "state": "incomplete"
672
+ }
673
+ ]
674
+ }
675
+ ]
676
+ },
677
+ {
678
+ "id": "57ff6f33a8d18219092685f4",
679
+ "checkItemStates": [
680
+
681
+ ],
682
+ "closed": false,
683
+ "dateLastActivity": "2016-10-13T11:25:39.830Z",
684
+ "desc": "",
685
+ "descData": null,
686
+ "idBoard": "57ff6f33a8d18219092685d4",
687
+ "idList": "57ff6f33a8d18219092685d7",
688
+ "idMembersVoted": [
689
+
690
+ ],
691
+ "idShort": 14,
692
+ "idAttachmentCover": null,
693
+ "manualCoverAttachment": false,
694
+ "idLabels": [
695
+ "57ff6f33a8d18219092685e4"
696
+ ],
697
+ "name": "Burndown chart",
698
+ "pos": 32767.5,
699
+ "shortLink": "LPLXlLH7",
700
+ "badges": {
701
+ "votes": 0,
702
+ "viewingMemberVoted": false,
703
+ "subscribed": false,
704
+ "fogbugz": "",
705
+ "checkItems": 0,
706
+ "checkItemsChecked": 0,
707
+ "comments": 0,
708
+ "attachments": 0,
709
+ "description": false,
710
+ "due": null
711
+ },
712
+ "due": null,
713
+ "idChecklists": [
714
+
715
+ ],
716
+ "idMembers": [
717
+
718
+ ],
719
+ "labels": [
720
+ {
721
+ "id": "57ff6f33a8d18219092685e4",
722
+ "idBoard": "57ff6f33a8d18219092685d4",
723
+ "name": "Sticky",
724
+ "color": "blue",
725
+ "uses": 8
726
+ }
727
+ ],
728
+ "shortUrl": "https://trello.com/c/LPLXlLH7",
729
+ "subscribed": false,
730
+ "url": "https://trello.com/c/LPLXlLH7/14-burndown-chart",
731
+ "checklists": [
732
+
733
+ ]
734
+ },
735
+ {
736
+ "id": "57ff6f33a8d18219092685fb",
737
+ "checkItemStates": [
738
+
739
+ ],
740
+ "closed": false,
741
+ "dateLastActivity": "2016-10-13T11:25:39.867Z",
742
+ "desc": "```yaml\ntotal_days: 18\nweekend_lines:\n - 1.5\n - 6.5\n - 11.5\n - 16.5\n```",
743
+ "descData": null,
744
+ "idBoard": "57ff6f33a8d18219092685d4",
745
+ "idList": "57ff6f33a8d18219092685d7",
746
+ "idMembersVoted": [
747
+
748
+ ],
749
+ "idShort": 21,
750
+ "idAttachmentCover": null,
751
+ "manualCoverAttachment": false,
752
+ "idLabels": [
753
+ "57ff6f33a8d18219092685e4"
754
+ ],
755
+ "name": "Sprint 10",
756
+ "pos": 49151.25,
757
+ "shortLink": "USnEpchf",
758
+ "badges": {
759
+ "votes": 0,
760
+ "viewingMemberVoted": false,
761
+ "subscribed": false,
762
+ "fogbugz": "",
763
+ "checkItems": 0,
764
+ "checkItemsChecked": 0,
765
+ "comments": 0,
766
+ "attachments": 0,
767
+ "description": true,
768
+ "due": null
769
+ },
770
+ "due": null,
771
+ "idChecklists": [
772
+
773
+ ],
774
+ "idMembers": [
775
+
776
+ ],
777
+ "labels": [
778
+ {
779
+ "id": "57ff6f33a8d18219092685e4",
780
+ "idBoard": "57ff6f33a8d18219092685d4",
781
+ "name": "Sticky",
782
+ "color": "blue",
783
+ "uses": 8
784
+ }
785
+ ],
786
+ "shortUrl": "https://trello.com/c/USnEpchf",
787
+ "subscribed": false,
788
+ "url": "https://trello.com/c/USnEpchf/21-sprint-10",
789
+ "checklists": [
790
+
791
+ ]
792
+ },
793
+ {
794
+ "id": "57ff6f33a8d18219092685fd",
795
+ "checkItemStates": [
796
+
797
+ ],
798
+ "closed": false,
799
+ "dateLastActivity": "2016-10-13T11:25:39.876Z",
800
+ "desc": "",
801
+ "descData": null,
802
+ "idBoard": "57ff6f33a8d18219092685d4",
803
+ "idList": "57ff6f33a8d18219092685d7",
804
+ "idMembersVoted": [
805
+
806
+ ],
807
+ "idShort": 23,
808
+ "idAttachmentCover": null,
809
+ "manualCoverAttachment": false,
810
+ "idLabels": [
811
+ "57ff6f33a8d18219092685e5"
812
+ ],
813
+ "name": "(2) Some unplanned work",
814
+ "pos": 131071,
815
+ "shortLink": "KCZ49Qi6",
816
+ "badges": {
817
+ "votes": 0,
818
+ "viewingMemberVoted": false,
819
+ "subscribed": false,
820
+ "fogbugz": "",
821
+ "checkItems": 0,
822
+ "checkItemsChecked": 0,
823
+ "comments": 0,
824
+ "attachments": 0,
825
+ "description": false,
826
+ "due": null
827
+ },
828
+ "due": null,
829
+ "idChecklists": [
830
+
831
+ ],
832
+ "idMembers": [
833
+
834
+ ],
835
+ "labels": [
836
+ {
837
+ "id": "57ff6f33a8d18219092685e5",
838
+ "idBoard": "57ff6f33a8d18219092685d4",
839
+ "name": "Unplanned",
840
+ "color": "pink",
841
+ "uses": 2
842
+ }
843
+ ],
844
+ "shortUrl": "https://trello.com/c/KCZ49Qi6",
845
+ "subscribed": false,
846
+ "url": "https://trello.com/c/KCZ49Qi6/23-2-some-unplanned-work",
847
+ "checklists": [
848
+
849
+ ]
850
+ },
851
+ {
852
+ "id": "57ff6fe8aa3d575e34b4fe0c",
853
+ "checkItemStates": [
854
+ {
855
+ "idCheckItem": "57ff6ffb6b2120bb7d048e30",
856
+ "state": "complete"
857
+ },
858
+ {
859
+ "idCheckItem": "57ff6ffc8b35c720ea21be2d",
860
+ "state": "complete"
861
+ }
862
+ ],
863
+ "closed": false,
864
+ "dateLastActivity": "2016-10-13T11:29:06.453Z",
865
+ "desc": "",
866
+ "descData": null,
867
+ "idBoard": "57ff6f33a8d18219092685d4",
868
+ "idList": "57ff6f33a8d18219092685d7",
869
+ "idMembersVoted": [
870
+
871
+ ],
872
+ "idShort": 24,
873
+ "idAttachmentCover": null,
874
+ "manualCoverAttachment": false,
875
+ "idLabels": [
876
+
877
+ ],
878
+ "name": "(2) P7: Add Accepted column",
879
+ "pos": 196607,
880
+ "shortLink": "mK7ymZ3A",
881
+ "badges": {
882
+ "votes": 0,
883
+ "viewingMemberVoted": false,
884
+ "subscribed": false,
885
+ "fogbugz": "",
886
+ "checkItems": 2,
887
+ "checkItemsChecked": 2,
888
+ "comments": 0,
889
+ "attachments": 0,
890
+ "description": false,
891
+ "due": null
892
+ },
893
+ "due": null,
894
+ "idChecklists": [
895
+ "57ff6ff8970e53eb4ff1303a"
896
+ ],
897
+ "idMembers": [
898
+
899
+ ],
900
+ "labels": [
901
+
902
+ ],
903
+ "shortUrl": "https://trello.com/c/mK7ymZ3A",
904
+ "subscribed": false,
905
+ "url": "https://trello.com/c/mK7ymZ3A/24-2-p7-add-accepted-column",
906
+ "checklists": [
907
+ {
908
+ "id": "57ff6ff8970e53eb4ff1303a",
909
+ "name": "Tasks",
910
+ "idBoard": "57ff6f33a8d18219092685d4",
911
+ "idCard": "57ff6fe8aa3d575e34b4fe0c",
912
+ "pos": 16384,
913
+ "checkItems": [
914
+ {
915
+ "id": "57ff6ffb6b2120bb7d048e30",
916
+ "name": "Do it",
917
+ "nameData": null,
918
+ "pos": 17172,
919
+ "state": "complete"
920
+ },
921
+ {
922
+ "id": "57ff6ffc8b35c720ea21be2d",
923
+ "name": "Test it",
924
+ "nameData": null,
925
+ "pos": 34098,
926
+ "state": "complete"
927
+ }
928
+ ]
929
+ }
930
+ ]
931
+ },
932
+ {
933
+ "id": "57ff6f33a8d18219092685ef",
934
+ "checkItemStates": [
935
+ {
936
+ "idCheckItem": "57ff6f33a8d182190926860d",
937
+ "state": "complete"
938
+ },
939
+ {
940
+ "idCheckItem": "57ff6f33a8d182190926860e",
941
+ "state": "complete"
942
+ },
943
+ {
944
+ "idCheckItem": "57ff6f33a8d182190926860f",
945
+ "state": "complete"
946
+ }
947
+ ],
948
+ "closed": false,
949
+ "dateLastActivity": "2016-10-13T11:28:23.995Z",
950
+ "desc": "",
951
+ "descData": null,
952
+ "idBoard": "57ff6f33a8d18219092685d4",
953
+ "idList": "57ff6fcf26b1531632114609",
954
+ "idMembersVoted": [
955
+
956
+ ],
957
+ "idShort": 9,
958
+ "idAttachmentCover": null,
959
+ "manualCoverAttachment": false,
960
+ "idLabels": [
961
+
962
+ ],
963
+ "name": "(3) P3: Fill Done columns",
964
+ "pos": 65535,
965
+ "shortLink": "5wmJsHEk",
966
+ "badges": {
967
+ "votes": 0,
968
+ "viewingMemberVoted": false,
969
+ "subscribed": false,
970
+ "fogbugz": "",
971
+ "checkItems": 3,
972
+ "checkItemsChecked": 3,
973
+ "comments": 0,
974
+ "attachments": 0,
975
+ "description": false,
976
+ "due": null
977
+ },
978
+ "due": null,
979
+ "idChecklists": [
980
+ "57ff6f33a8d182190926860c"
981
+ ],
982
+ "idMembers": [
983
+
984
+ ],
985
+ "labels": [
986
+
987
+ ],
988
+ "shortUrl": "https://trello.com/c/5wmJsHEk",
989
+ "subscribed": false,
990
+ "url": "https://trello.com/c/5wmJsHEk/9-3-p3-fill-done-columns",
991
+ "checklists": [
992
+ {
993
+ "id": "57ff6f33a8d182190926860c",
994
+ "name": "Tasks",
995
+ "idBoard": "57ff6f33a8d18219092685d4",
996
+ "idCard": "57ff6f33a8d18219092685ef",
997
+ "pos": 16384,
998
+ "checkItems": [
999
+ {
1000
+ "id": "57ff6f33a8d182190926860d",
1001
+ "name": "Fill Done Sprint 1",
1002
+ "nameData": null,
1003
+ "pos": 16534,
1004
+ "state": "complete"
1005
+ },
1006
+ {
1007
+ "id": "57ff6f33a8d182190926860e",
1008
+ "name": "Fill Done Sprint 2",
1009
+ "nameData": null,
1010
+ "pos": 33881,
1011
+ "state": "complete"
1012
+ },
1013
+ {
1014
+ "id": "57ff6f33a8d182190926860f",
1015
+ "name": "Fill Done Sprint 3",
1016
+ "nameData": null,
1017
+ "pos": 50814,
1018
+ "state": "complete"
1019
+ }
1020
+ ]
1021
+ }
1022
+ ]
1023
+ },
1024
+ {
1025
+ "id": "57ff6f33a8d18219092685f3",
1026
+ "checkItemStates": [
1027
+
1028
+ ],
1029
+ "closed": false,
1030
+ "dateLastActivity": "2016-10-13T11:25:39.821Z",
1031
+ "desc": "",
1032
+ "descData": null,
1033
+ "idBoard": "57ff6f33a8d18219092685d4",
1034
+ "idList": "57ff6f33a8d18219092685d8",
1035
+ "idMembersVoted": [
1036
+
1037
+ ],
1038
+ "idShort": 13,
1039
+ "idAttachmentCover": null,
1040
+ "manualCoverAttachment": false,
1041
+ "idLabels": [
1042
+ "57ff6f33a8d18219092685e4"
1043
+ ],
1044
+ "name": "Burndown chart",
1045
+ "pos": 65535.75,
1046
+ "shortLink": "EsZygtth",
1047
+ "badges": {
1048
+ "votes": 0,
1049
+ "viewingMemberVoted": false,
1050
+ "subscribed": false,
1051
+ "fogbugz": "",
1052
+ "checkItems": 0,
1053
+ "checkItemsChecked": 0,
1054
+ "comments": 0,
1055
+ "attachments": 0,
1056
+ "description": false,
1057
+ "due": null
1058
+ },
1059
+ "due": null,
1060
+ "idChecklists": [
1061
+
1062
+ ],
1063
+ "idMembers": [
1064
+
1065
+ ],
1066
+ "labels": [
1067
+ {
1068
+ "id": "57ff6f33a8d18219092685e4",
1069
+ "idBoard": "57ff6f33a8d18219092685d4",
1070
+ "name": "Sticky",
1071
+ "color": "blue",
1072
+ "uses": 8
1073
+ }
1074
+ ],
1075
+ "shortUrl": "https://trello.com/c/EsZygtth",
1076
+ "subscribed": false,
1077
+ "url": "https://trello.com/c/EsZygtth/13-burndown-chart",
1078
+ "checklists": [
1079
+
1080
+ ]
1081
+ },
1082
+ {
1083
+ "id": "57ff6f33a8d18219092685f0",
1084
+ "checkItemStates": [
1085
+
1086
+ ],
1087
+ "closed": false,
1088
+ "dateLastActivity": "2016-10-13T11:25:39.807Z",
1089
+ "desc": "```yaml\ntotal_days: 18\nweekend_lines:\n - 1.5\n - 6.5\n - 11.5\n - 16.5\n```",
1090
+ "descData": null,
1091
+ "idBoard": "57ff6f33a8d18219092685d4",
1092
+ "idList": "57ff6f33a8d18219092685d8",
1093
+ "idMembersVoted": [
1094
+
1095
+ ],
1096
+ "idShort": 10,
1097
+ "idAttachmentCover": null,
1098
+ "manualCoverAttachment": false,
1099
+ "idLabels": [
1100
+ "57ff6f33a8d18219092685e4"
1101
+ ],
1102
+ "name": "Sprint 9",
1103
+ "pos": 131071.5,
1104
+ "shortLink": "UIzXVHCb",
1105
+ "badges": {
1106
+ "votes": 0,
1107
+ "viewingMemberVoted": false,
1108
+ "subscribed": false,
1109
+ "fogbugz": "",
1110
+ "checkItems": 0,
1111
+ "checkItemsChecked": 0,
1112
+ "comments": 0,
1113
+ "attachments": 0,
1114
+ "description": true,
1115
+ "due": null
1116
+ },
1117
+ "due": null,
1118
+ "idChecklists": [
1119
+
1120
+ ],
1121
+ "idMembers": [
1122
+
1123
+ ],
1124
+ "labels": [
1125
+ {
1126
+ "id": "57ff6f33a8d18219092685e4",
1127
+ "idBoard": "57ff6f33a8d18219092685d4",
1128
+ "name": "Sticky",
1129
+ "color": "blue",
1130
+ "uses": 8
1131
+ }
1132
+ ],
1133
+ "shortUrl": "https://trello.com/c/UIzXVHCb",
1134
+ "subscribed": false,
1135
+ "url": "https://trello.com/c/UIzXVHCb/10-sprint-9",
1136
+ "checklists": [
1137
+
1138
+ ]
1139
+ },
1140
+ {
1141
+ "id": "57ff6f33a8d18219092685ed",
1142
+ "checkItemStates": [
1143
+
1144
+ ],
1145
+ "closed": false,
1146
+ "dateLastActivity": "2016-10-13T11:25:39.780Z",
1147
+ "desc": "",
1148
+ "descData": null,
1149
+ "idBoard": "57ff6f33a8d18219092685d4",
1150
+ "idList": "57ff6f33a8d18219092685d8",
1151
+ "idMembersVoted": [
1152
+
1153
+ ],
1154
+ "idShort": 7,
1155
+ "idAttachmentCover": null,
1156
+ "manualCoverAttachment": false,
1157
+ "idLabels": [
1158
+
1159
+ ],
1160
+ "name": "(2) P1: Explain purpose",
1161
+ "pos": 262143,
1162
+ "shortLink": "3vv26OT0",
1163
+ "badges": {
1164
+ "votes": 0,
1165
+ "viewingMemberVoted": false,
1166
+ "subscribed": false,
1167
+ "fogbugz": "",
1168
+ "checkItems": 0,
1169
+ "checkItemsChecked": 0,
1170
+ "comments": 0,
1171
+ "attachments": 0,
1172
+ "description": false,
1173
+ "due": null
1174
+ },
1175
+ "due": null,
1176
+ "idChecklists": [
1177
+
1178
+ ],
1179
+ "idMembers": [
1180
+
1181
+ ],
1182
+ "labels": [
1183
+
1184
+ ],
1185
+ "shortUrl": "https://trello.com/c/3vv26OT0",
1186
+ "subscribed": false,
1187
+ "url": "https://trello.com/c/3vv26OT0/7-2-p1-explain-purpose",
1188
+ "checklists": [
1189
+
1190
+ ]
1191
+ },
1192
+ {
1193
+ "id": "57ff6f33a8d18219092685ee",
1194
+ "checkItemStates": [
1195
+ {
1196
+ "idCheckItem": "57ff6f33a8d1821909268609",
1197
+ "state": "complete"
1198
+ },
1199
+ {
1200
+ "idCheckItem": "57ff6f33a8d182190926860a",
1201
+ "state": "complete"
1202
+ },
1203
+ {
1204
+ "idCheckItem": "57ff6f33a8d182190926860b",
1205
+ "state": "complete"
1206
+ }
1207
+ ],
1208
+ "closed": false,
1209
+ "dateLastActivity": "2016-10-13T11:25:39.785Z",
1210
+ "desc": "",
1211
+ "descData": null,
1212
+ "idBoard": "57ff6f33a8d18219092685d4",
1213
+ "idList": "57ff6f33a8d18219092685d8",
1214
+ "idMembersVoted": [
1215
+
1216
+ ],
1217
+ "idShort": 8,
1218
+ "idAttachmentCover": null,
1219
+ "manualCoverAttachment": false,
1220
+ "idLabels": [
1221
+
1222
+ ],
1223
+ "name": "(2) P2: Create Scrum columns",
1224
+ "pos": 327679,
1225
+ "shortLink": "wktD0I3f",
1226
+ "badges": {
1227
+ "votes": 0,
1228
+ "viewingMemberVoted": false,
1229
+ "subscribed": false,
1230
+ "fogbugz": "",
1231
+ "checkItems": 3,
1232
+ "checkItemsChecked": 3,
1233
+ "comments": 0,
1234
+ "attachments": 0,
1235
+ "description": false,
1236
+ "due": null
1237
+ },
1238
+ "due": null,
1239
+ "idChecklists": [
1240
+ "57ff6f33a8d1821909268608"
1241
+ ],
1242
+ "idMembers": [
1243
+
1244
+ ],
1245
+ "labels": [
1246
+
1247
+ ],
1248
+ "shortUrl": "https://trello.com/c/wktD0I3f",
1249
+ "subscribed": false,
1250
+ "url": "https://trello.com/c/wktD0I3f/8-2-p2-create-scrum-columns",
1251
+ "checklists": [
1252
+ {
1253
+ "id": "57ff6f33a8d1821909268608",
1254
+ "name": "Tasks",
1255
+ "idBoard": "57ff6f33a8d18219092685d4",
1256
+ "idCard": "57ff6f33a8d18219092685ee",
1257
+ "pos": 16384,
1258
+ "checkItems": [
1259
+ {
1260
+ "id": "57ff6f33a8d1821909268609",
1261
+ "name": "Backlog",
1262
+ "nameData": null,
1263
+ "pos": 17223,
1264
+ "state": "complete"
1265
+ },
1266
+ {
1267
+ "id": "57ff6f33a8d182190926860a",
1268
+ "name": "Doing",
1269
+ "nameData": null,
1270
+ "pos": 33889,
1271
+ "state": "complete"
1272
+ },
1273
+ {
1274
+ "id": "57ff6f33a8d182190926860b",
1275
+ "name": "Multiple Done Columns",
1276
+ "nameData": null,
1277
+ "pos": 50322,
1278
+ "state": "complete"
1279
+ }
1280
+ ]
1281
+ }
1282
+ ]
1283
+ },
1284
+ {
1285
+ "id": "57ff6f33a8d18219092685f2",
1286
+ "checkItemStates": [
1287
+
1288
+ ],
1289
+ "closed": false,
1290
+ "dateLastActivity": "2016-10-13T11:25:39.816Z",
1291
+ "desc": "",
1292
+ "descData": null,
1293
+ "idBoard": "57ff6f33a8d18219092685d4",
1294
+ "idList": "57ff6f33a8d18219092685d9",
1295
+ "idMembersVoted": [
1296
+
1297
+ ],
1298
+ "idShort": 12,
1299
+ "idAttachmentCover": null,
1300
+ "manualCoverAttachment": false,
1301
+ "idLabels": [
1302
+ "57ff6f33a8d18219092685e4"
1303
+ ],
1304
+ "name": "Burndown chart",
1305
+ "pos": 16383.75,
1306
+ "shortLink": "AFgd6eRf",
1307
+ "badges": {
1308
+ "votes": 0,
1309
+ "viewingMemberVoted": false,
1310
+ "subscribed": false,
1311
+ "fogbugz": "",
1312
+ "checkItems": 0,
1313
+ "checkItemsChecked": 0,
1314
+ "comments": 0,
1315
+ "attachments": 0,
1316
+ "description": false,
1317
+ "due": null
1318
+ },
1319
+ "due": null,
1320
+ "idChecklists": [
1321
+
1322
+ ],
1323
+ "idMembers": [
1324
+
1325
+ ],
1326
+ "labels": [
1327
+ {
1328
+ "id": "57ff6f33a8d18219092685e4",
1329
+ "idBoard": "57ff6f33a8d18219092685d4",
1330
+ "name": "Sticky",
1331
+ "color": "blue",
1332
+ "uses": 8
1333
+ }
1334
+ ],
1335
+ "shortUrl": "https://trello.com/c/AFgd6eRf",
1336
+ "subscribed": false,
1337
+ "url": "https://trello.com/c/AFgd6eRf/12-burndown-chart",
1338
+ "checklists": [
1339
+
1340
+ ]
1341
+ },
1342
+ {
1343
+ "id": "57ff6f33a8d18219092685f1",
1344
+ "checkItemStates": [
1345
+
1346
+ ],
1347
+ "closed": false,
1348
+ "dateLastActivity": "2016-10-13T11:25:39.812Z",
1349
+ "desc": "",
1350
+ "descData": null,
1351
+ "idBoard": "57ff6f33a8d18219092685d4",
1352
+ "idList": "57ff6f33a8d18219092685d9",
1353
+ "idMembersVoted": [
1354
+
1355
+ ],
1356
+ "idShort": 11,
1357
+ "idAttachmentCover": null,
1358
+ "manualCoverAttachment": false,
1359
+ "idLabels": [
1360
+ "57ff6f33a8d18219092685e4"
1361
+ ],
1362
+ "name": "Sprint 8",
1363
+ "pos": 32767.5,
1364
+ "shortLink": "xCzbAqmK",
1365
+ "badges": {
1366
+ "votes": 0,
1367
+ "viewingMemberVoted": false,
1368
+ "subscribed": false,
1369
+ "fogbugz": "",
1370
+ "checkItems": 0,
1371
+ "checkItemsChecked": 0,
1372
+ "comments": 0,
1373
+ "attachments": 0,
1374
+ "description": false,
1375
+ "due": null
1376
+ },
1377
+ "due": null,
1378
+ "idChecklists": [
1379
+
1380
+ ],
1381
+ "idMembers": [
1382
+
1383
+ ],
1384
+ "labels": [
1385
+ {
1386
+ "id": "57ff6f33a8d18219092685e4",
1387
+ "idBoard": "57ff6f33a8d18219092685d4",
1388
+ "name": "Sticky",
1389
+ "color": "blue",
1390
+ "uses": 8
1391
+ }
1392
+ ],
1393
+ "shortUrl": "https://trello.com/c/xCzbAqmK",
1394
+ "subscribed": false,
1395
+ "url": "https://trello.com/c/xCzbAqmK/11-sprint-8",
1396
+ "checklists": [
1397
+
1398
+ ]
1399
+ },
1400
+ {
1401
+ "id": "57ff6f33a8d18219092685ea",
1402
+ "checkItemStates": [
1403
+ {
1404
+ "idCheckItem": "57ff6f33a8d1821909268604",
1405
+ "state": "complete"
1406
+ },
1407
+ {
1408
+ "idCheckItem": "57ff6f33a8d1821909268605",
1409
+ "state": "complete"
1410
+ }
1411
+ ],
1412
+ "closed": false,
1413
+ "dateLastActivity": "2016-10-13T11:25:39.766Z",
1414
+ "desc": "",
1415
+ "descData": null,
1416
+ "idBoard": "57ff6f33a8d18219092685d4",
1417
+ "idList": "57ff6f33a8d18219092685d9",
1418
+ "idMembersVoted": [
1419
+
1420
+ ],
1421
+ "idShort": 4,
1422
+ "idAttachmentCover": null,
1423
+ "manualCoverAttachment": false,
1424
+ "idLabels": [
1425
+
1426
+ ],
1427
+ "name": "(1) P1: Create Trello Testing Board",
1428
+ "pos": 65535,
1429
+ "shortLink": "VFNzm9oV",
1430
+ "badges": {
1431
+ "votes": 0,
1432
+ "viewingMemberVoted": false,
1433
+ "subscribed": false,
1434
+ "fogbugz": "",
1435
+ "checkItems": 2,
1436
+ "checkItemsChecked": 2,
1437
+ "comments": 0,
1438
+ "attachments": 0,
1439
+ "description": false,
1440
+ "due": null
1441
+ },
1442
+ "due": null,
1443
+ "idChecklists": [
1444
+ "57ff6f33a8d1821909268603"
1445
+ ],
1446
+ "idMembers": [
1447
+
1448
+ ],
1449
+ "labels": [
1450
+
1451
+ ],
1452
+ "shortUrl": "https://trello.com/c/VFNzm9oV",
1453
+ "subscribed": false,
1454
+ "url": "https://trello.com/c/VFNzm9oV/4-1-p1-create-trello-testing-board",
1455
+ "checklists": [
1456
+ {
1457
+ "id": "57ff6f33a8d1821909268603",
1458
+ "name": "Tasks",
1459
+ "idBoard": "57ff6f33a8d18219092685d4",
1460
+ "idCard": "57ff6f33a8d18219092685ea",
1461
+ "pos": 16384,
1462
+ "checkItems": [
1463
+ {
1464
+ "id": "57ff6f33a8d1821909268604",
1465
+ "name": "Create board",
1466
+ "nameData": null,
1467
+ "pos": 17406,
1468
+ "state": "complete"
1469
+ },
1470
+ {
1471
+ "id": "57ff6f33a8d1821909268605",
1472
+ "name": "Name board",
1473
+ "nameData": null,
1474
+ "pos": 33959,
1475
+ "state": "complete"
1476
+ }
1477
+ ]
1478
+ }
1479
+ ]
1480
+ },
1481
+ {
1482
+ "id": "57ff6f33a8d18219092685eb",
1483
+ "checkItemStates": [
1484
+ {
1485
+ "idCheckItem": "57ff6f33a8d18219092685ff",
1486
+ "state": "complete"
1487
+ },
1488
+ {
1489
+ "idCheckItem": "57ff6f33a8d1821909268600",
1490
+ "state": "complete"
1491
+ },
1492
+ {
1493
+ "idCheckItem": "57ff6f33a8d1821909268601",
1494
+ "state": "complete"
1495
+ },
1496
+ {
1497
+ "idCheckItem": "57ff6f33a8d1821909268602",
1498
+ "state": "complete"
1499
+ }
1500
+ ],
1501
+ "closed": false,
1502
+ "dateLastActivity": "2016-10-13T11:25:39.771Z",
1503
+ "desc": "",
1504
+ "descData": null,
1505
+ "idBoard": "57ff6f33a8d18219092685d4",
1506
+ "idList": "57ff6f33a8d18219092685d9",
1507
+ "idMembersVoted": [
1508
+
1509
+ ],
1510
+ "idShort": 5,
1511
+ "idAttachmentCover": null,
1512
+ "manualCoverAttachment": false,
1513
+ "idLabels": [
1514
+
1515
+ ],
1516
+ "name": "(5) P2: Add fancy background",
1517
+ "pos": 131071,
1518
+ "shortLink": "DGRC9bXO",
1519
+ "badges": {
1520
+ "votes": 0,
1521
+ "viewingMemberVoted": false,
1522
+ "subscribed": false,
1523
+ "fogbugz": "",
1524
+ "checkItems": 4,
1525
+ "checkItemsChecked": 4,
1526
+ "comments": 0,
1527
+ "attachments": 0,
1528
+ "description": false,
1529
+ "due": null
1530
+ },
1531
+ "due": null,
1532
+ "idChecklists": [
1533
+ "57ff6f33a8d18219092685fe"
1534
+ ],
1535
+ "idMembers": [
1536
+
1537
+ ],
1538
+ "labels": [
1539
+
1540
+ ],
1541
+ "shortUrl": "https://trello.com/c/DGRC9bXO",
1542
+ "subscribed": false,
1543
+ "url": "https://trello.com/c/DGRC9bXO/5-5-p2-add-fancy-background",
1544
+ "checklists": [
1545
+ {
1546
+ "id": "57ff6f33a8d18219092685fe",
1547
+ "name": "Tasks",
1548
+ "idBoard": "57ff6f33a8d18219092685d4",
1549
+ "idCard": "57ff6f33a8d18219092685eb",
1550
+ "pos": 16384,
1551
+ "checkItems": [
1552
+ {
1553
+ "id": "57ff6f33a8d18219092685ff",
1554
+ "name": "Find image",
1555
+ "nameData": null,
1556
+ "pos": 16461,
1557
+ "state": "complete"
1558
+ },
1559
+ {
1560
+ "id": "57ff6f33a8d1821909268600",
1561
+ "name": "Download image",
1562
+ "nameData": null,
1563
+ "pos": 32870,
1564
+ "state": "complete"
1565
+ },
1566
+ {
1567
+ "id": "57ff6f33a8d1821909268601",
1568
+ "name": "Set image",
1569
+ "nameData": null,
1570
+ "pos": 49499,
1571
+ "state": "complete"
1572
+ },
1573
+ {
1574
+ "id": "57ff6f33a8d1821909268602",
1575
+ "name": "Add attribution",
1576
+ "nameData": null,
1577
+ "pos": 66653,
1578
+ "state": "complete"
1579
+ }
1580
+ ]
1581
+ }
1582
+ ]
1583
+ },
1584
+ {
1585
+ "id": "57ff6f33a8d18219092685ec",
1586
+ "checkItemStates": [
1587
+ {
1588
+ "idCheckItem": "57ff6f33a8d1821909268607",
1589
+ "state": "complete"
1590
+ }
1591
+ ],
1592
+ "closed": false,
1593
+ "dateLastActivity": "2016-10-13T11:25:39.776Z",
1594
+ "desc": "",
1595
+ "descData": null,
1596
+ "idBoard": "57ff6f33a8d18219092685d4",
1597
+ "idList": "57ff6f33a8d18219092685d9",
1598
+ "idMembersVoted": [
1599
+
1600
+ ],
1601
+ "idShort": 6,
1602
+ "idAttachmentCover": null,
1603
+ "manualCoverAttachment": false,
1604
+ "idLabels": [
1605
+
1606
+ ],
1607
+ "name": "(1) P4: Add legend",
1608
+ "pos": 196607,
1609
+ "shortLink": "EL3tKrco",
1610
+ "badges": {
1611
+ "votes": 0,
1612
+ "viewingMemberVoted": false,
1613
+ "subscribed": false,
1614
+ "fogbugz": "",
1615
+ "checkItems": 1,
1616
+ "checkItemsChecked": 1,
1617
+ "comments": 0,
1618
+ "attachments": 0,
1619
+ "description": false,
1620
+ "due": null
1621
+ },
1622
+ "due": null,
1623
+ "idChecklists": [
1624
+ "57ff6f33a8d1821909268606"
1625
+ ],
1626
+ "idMembers": [
1627
+
1628
+ ],
1629
+ "labels": [
1630
+
1631
+ ],
1632
+ "shortUrl": "https://trello.com/c/EL3tKrco",
1633
+ "subscribed": false,
1634
+ "url": "https://trello.com/c/EL3tKrco/6-1-p4-add-legend",
1635
+ "checklists": [
1636
+ {
1637
+ "id": "57ff6f33a8d1821909268606",
1638
+ "name": "Tasks",
1639
+ "idBoard": "57ff6f33a8d18219092685d4",
1640
+ "idCard": "57ff6f33a8d18219092685ec",
1641
+ "pos": 16384,
1642
+ "checkItems": [
1643
+ {
1644
+ "id": "57ff6f33a8d1821909268607",
1645
+ "name": "Create Legend column",
1646
+ "nameData": null,
1647
+ "pos": 16455,
1648
+ "state": "complete"
1649
+ }
1650
+ ]
1651
+ }
1652
+ ]
1653
+ },
1654
+ {
1655
+ "id": "57ff6f33a8d18219092685e8",
1656
+ "checkItemStates": [
1657
+
1658
+ ],
1659
+ "closed": false,
1660
+ "dateLastActivity": "2016-10-13T11:25:39.756Z",
1661
+ "desc": "This board is used for testing the command line application \"Trollolo\", which is used by Team Alfred to extract data from their Scrum board to create Burndown charts.",
1662
+ "descData": null,
1663
+ "idBoard": "57ff6f33a8d18219092685d4",
1664
+ "idList": "57ff6f33a8d18219092685da",
1665
+ "idMembersVoted": [
1666
+
1667
+ ],
1668
+ "idShort": 2,
1669
+ "idAttachmentCover": null,
1670
+ "manualCoverAttachment": false,
1671
+ "idLabels": [
1672
+
1673
+ ],
1674
+ "name": "Purpose",
1675
+ "pos": 32767.5,
1676
+ "shortLink": "vfBFhpV7",
1677
+ "badges": {
1678
+ "votes": 0,
1679
+ "viewingMemberVoted": false,
1680
+ "subscribed": false,
1681
+ "fogbugz": "",
1682
+ "checkItems": 0,
1683
+ "checkItemsChecked": 0,
1684
+ "comments": 0,
1685
+ "attachments": 0,
1686
+ "description": true,
1687
+ "due": null
1688
+ },
1689
+ "due": null,
1690
+ "idChecklists": [
1691
+
1692
+ ],
1693
+ "idMembers": [
1694
+
1695
+ ],
1696
+ "labels": [
1697
+
1698
+ ],
1699
+ "shortUrl": "https://trello.com/c/vfBFhpV7",
1700
+ "subscribed": false,
1701
+ "url": "https://trello.com/c/vfBFhpV7/2-purpose",
1702
+ "checklists": [
1703
+
1704
+ ]
1705
+ },
1706
+ {
1707
+ "id": "57ff6f33a8d18219092685e6",
1708
+ "checkItemStates": [
1709
+
1710
+ ],
1711
+ "closed": false,
1712
+ "dateLastActivity": "2016-10-13T11:25:39.750Z",
1713
+ "desc": "[Lots of thirty-second notes with a legato above by Horia Varlan, on Flickr](http://www.flickr.com/photos/horiavarlan/4268316033/) (CC BY 2.0)\n",
1714
+ "descData": null,
1715
+ "idBoard": "57ff6f33a8d18219092685d4",
1716
+ "idList": "57ff6f33a8d18219092685da",
1717
+ "idMembersVoted": [
1718
+
1719
+ ],
1720
+ "idShort": 1,
1721
+ "idAttachmentCover": null,
1722
+ "manualCoverAttachment": false,
1723
+ "idLabels": [
1724
+
1725
+ ],
1726
+ "name": "Background image",
1727
+ "pos": 65535,
1728
+ "shortLink": "s4kHdSad",
1729
+ "badges": {
1730
+ "votes": 0,
1731
+ "viewingMemberVoted": false,
1732
+ "subscribed": false,
1733
+ "fogbugz": "",
1734
+ "checkItems": 0,
1735
+ "checkItemsChecked": 0,
1736
+ "comments": 0,
1737
+ "attachments": 0,
1738
+ "description": true,
1739
+ "due": null
1740
+ },
1741
+ "due": null,
1742
+ "idChecklists": [
1743
+
1744
+ ],
1745
+ "idMembers": [
1746
+
1747
+ ],
1748
+ "labels": [
1749
+
1750
+ ],
1751
+ "shortUrl": "https://trello.com/c/s4kHdSad",
1752
+ "subscribed": false,
1753
+ "url": "https://trello.com/c/s4kHdSad/1-background-image",
1754
+ "checklists": [
1755
+
1756
+ ]
1757
+ }
1758
+ ],
1759
+ "lists": [
1760
+ {
1761
+ "id": "57ff6f33a8d18219092685d5",
1762
+ "name": "Sprint Backlog",
1763
+ "closed": false,
1764
+ "idBoard": "57ff6f33a8d18219092685d4",
1765
+ "pos": 16384,
1766
+ "subscribed": false
1767
+ },
1768
+ {
1769
+ "id": "57ff6f33a8d18219092685d6",
1770
+ "name": "Doing",
1771
+ "closed": false,
1772
+ "idBoard": "57ff6f33a8d18219092685d4",
1773
+ "pos": 32768,
1774
+ "subscribed": false
1775
+ },
1776
+ {
1777
+ "id": "57ff6f33a8d18219092685d7",
1778
+ "name": "Done Sprint 10",
1779
+ "closed": false,
1780
+ "idBoard": "57ff6f33a8d18219092685d4",
1781
+ "pos": 36864,
1782
+ "subscribed": false
1783
+ },
1784
+ {
1785
+ "id": "57ff6fcf26b1531632114609",
1786
+ "name": "Accepted Sprint 10",
1787
+ "closed": false,
1788
+ "idBoard": "57ff6f33a8d18219092685d4",
1789
+ "pos": 38912,
1790
+ "subscribed": false
1791
+ },
1792
+ {
1793
+ "id": "57ff6f33a8d18219092685d8",
1794
+ "name": "Done Sprint 9",
1795
+ "closed": false,
1796
+ "idBoard": "57ff6f33a8d18219092685d4",
1797
+ "pos": 40960,
1798
+ "subscribed": false
1799
+ },
1800
+ {
1801
+ "id": "57ff6f33a8d18219092685d9",
1802
+ "name": "Done Sprint 8",
1803
+ "closed": false,
1804
+ "idBoard": "57ff6f33a8d18219092685d4",
1805
+ "pos": 49152,
1806
+ "subscribed": false
1807
+ },
1808
+ {
1809
+ "id": "57ff6f33a8d18219092685da",
1810
+ "name": "Legend",
1811
+ "closed": false,
1812
+ "idBoard": "57ff6f33a8d18219092685d4",
1813
+ "pos": 114688,
1814
+ "subscribed": false
1815
+ }
1816
+ ]
1817
+ }