tasks.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "columns": [
  3. {
  4. "name": "To Do",
  5. "tasks": [
  6. {
  7. "name": "Enable analytics tracking",
  8. "users": 4,
  9. "users-offset": 6,
  10. "comments": 2,
  11. "image": "static/projects/dashboard-1.png",
  12. "likes": 7
  13. },
  14. {
  15. "name": "User should receive a daily digest email",
  16. "description": "Dedicated form for a category of users that will perform actions.",
  17. "users": 1,
  18. "users-offset": 4,
  19. "due-date": "10 Sep",
  20. "likes": 6
  21. },
  22. {
  23. "name": "Change license and remove references to products",
  24. "color": "yellow",
  25. "favorite": true,
  26. "comments": 4,
  27. "likes": 34
  28. }
  29. ]
  30. },
  31. {
  32. "name": "In Progress",
  33. "tasks": [
  34. {
  35. "name": "Write a release note for Admin v1.0",
  36. "color": "green",
  37. "comments": 11,
  38. "subtasks": [
  39. {
  40. "name": "Implement new designs",
  41. "done": true
  42. },
  43. {
  44. "name": "Usability testing"
  45. },
  46. {
  47. "name": "Design navigation changes"
  48. }
  49. ]
  50. },
  51. {
  52. "name": "Product Update - Q4 2021",
  53. "description": "Dedicated form for a category of users that will perform actions.",
  54. "starred": true,
  55. "users": 2,
  56. "users-offset": 7,
  57. "comments": 6,
  58. "likes": 11
  59. },
  60. {
  61. "name": "Code HTML email template for welcome email",
  62. "image": "static/projects/dashboard-3.png",
  63. "comments": 11
  64. }
  65. ]
  66. },
  67. {
  68. "name": "Test",
  69. "tasks": [
  70. {
  71. "name": "Design new diagrams",
  72. "color": "red",
  73. "users": 2,
  74. "users-offset": 9,
  75. "comments": 9,
  76. "likes": 6
  77. },
  78. {
  79. "name": "Improve animation loader",
  80. "favorite": true,
  81. "likes": 5,
  82. "users": 1,
  83. "users-offset": 11,
  84. "comments": 6,
  85. "image": "static/projects/dashboard-2.png"
  86. },
  87. {
  88. "name": "iOS App home page",
  89. "users": 2,
  90. "users-offset": 2
  91. },
  92. {
  93. "name": "Changelog 1.7",
  94. "color": "blue",
  95. "due-date": "10 Jan",
  96. "comments": 6
  97. }
  98. ]
  99. },
  100. {
  101. "name": "Completed",
  102. "tasks": [
  103. {
  104. "name": "Enable analytics tracking",
  105. "users": 1,
  106. "users-offset": 7,
  107. "likes": 1
  108. },
  109. {
  110. "name": "Coordinate with business development",
  111. "description": "This content is a little bit longer.",
  112. "favorite": true,
  113. "likes": 7,
  114. "users": 5,
  115. "subtasks": [
  116. {
  117. "name": "Find out the old contract documents",
  118. "done": true
  119. },
  120. {
  121. "name": "Organize meeting sales associates to understand need in detail"
  122. },
  123. {
  124. "name": "Make sure to cover every small details"
  125. }
  126. ]
  127. },
  128. {
  129. "name": "Managing teams",
  130. "description": "Publishing industries for previewing layouts and visual <a href=\"#\">#family</a> 🔥",
  131. "users": 2,
  132. "likes": 4,
  133. "users-offset": 10
  134. }
  135. ]
  136. }
  137. ]
  138. }