Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. [
  2. {
  3. "id": "board-in-progress",
  4. "title": "In Progress",
  5. "item": [
  6. {
  7. "id": "in-progress-1",
  8. "title": "Research FAQ page UX",
  9. "comments": "12",
  10. "badge-text": "UX",
  11. "badge": "success",
  12. "due-date": "5 April",
  13. "attachments": "4",
  14. "assigned": [
  15. "12.png",
  16. "5.png"
  17. ],
  18. "members": [
  19. "Bruce",
  20. "Clark"
  21. ]
  22. },
  23. {
  24. "id": "in-progress-2",
  25. "title": "Review Javascript code",
  26. "comments": "8",
  27. "badge-text": "Code Review",
  28. "badge": "danger",
  29. "attachments": "2",
  30. "due-date": "10 April",
  31. "assigned": [
  32. "3.png",
  33. "8.png"
  34. ],
  35. "members": [
  36. "Helena",
  37. "Iris"
  38. ]
  39. }
  40. ]
  41. },
  42. {
  43. "id": "board-in-review",
  44. "title": "In Review",
  45. "item": [
  46. {
  47. "id": "in-review-1",
  48. "title": "Review completed Apps",
  49. "comments": "17",
  50. "badge-text": "Dashboard",
  51. "badge": "info",
  52. "due-date": "8 April",
  53. "attachments": "8",
  54. "assigned": [
  55. "11.png",
  56. "6.png"
  57. ],
  58. "members": [
  59. "Laurel",
  60. "Harley"
  61. ]
  62. },
  63. {
  64. "id": "in-review-2",
  65. "title": "Find new images for pages",
  66. "comments": "18",
  67. "badge-text": "Images",
  68. "image": "3.png",
  69. "badge": "warning",
  70. "due-date": "2 April",
  71. "attachments": "10",
  72. "assigned": [
  73. "9.png",
  74. "2.png",
  75. "3.png",
  76. "12.png"
  77. ],
  78. "members": [
  79. "Jordan",
  80. "Dianna",
  81. "Vinnie",
  82. "Lasa"
  83. ]
  84. }
  85. ]
  86. },
  87. {
  88. "id": "board-done",
  89. "title": "Done",
  90. "item": [
  91. {
  92. "id": "done-1",
  93. "title": "Forms & Tables section",
  94. "comments": "4",
  95. "badge-text": "App",
  96. "badge": "secondary",
  97. "due-date": "7 April",
  98. "attachments": "1",
  99. "assigned": [
  100. "2.png",
  101. "9.png",
  102. "10.png"
  103. ],
  104. "members": [
  105. "Kara",
  106. "Nyssa",
  107. "Darcey"
  108. ]
  109. },
  110. {
  111. "id": "done-2",
  112. "title": "Completed Charts & Maps",
  113. "comments": "21",
  114. "badge-text": "Charts & Maps",
  115. "badge": "primary",
  116. "due-date": "7 April",
  117. "attachments": "6",
  118. "assigned": [
  119. "1.png"
  120. ],
  121. "members": [
  122. "Sarah"
  123. ]
  124. }
  125. ]
  126. }
  127. ]