Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. {
  2. "message": {
  3. "title": "Title",
  4. "body": "<p>Well done!</p><p>It is time to start the Getting Ready Core, the first of six cores in SHUTi.</p><p>Cores are chapters of information organized around specific parts of the program. Cores are available in order, one at a time. The next core unlocks 7 days after a core is complete. This gives you time to review the information and practice the techniques you learned in the core. Once a core is complete, you may review it as often as you wish.</p> <p>It is important to go through every page in a core and click DONE on the last page. This is how SHUTi can tell a core is complete and start counting the days until the next core unlocks.</p><p>To start, click the yellow START button for the Getting Ready Core.</p>",
  5. "btn": {
  6. "label": "Button",
  7. "url": "/"
  8. }
  9. },
  10. "my_dashboard": {
  11. "panels": {
  12. "enabled": true,
  13. "diaries": {
  14. "title": "Diaries",
  15. "body": "Continue entering diaries.",
  16. "more": "Click any yellow button to add a diary for that date.",
  17. "last_core_complete": "2017-09-20",
  18. "entries": [
  19. {
  20. "date": "2017-09-21",
  21. "complete": true
  22. },
  23. {
  24. "date": "2017-09-22",
  25. "complete": true
  26. },
  27. {
  28. "date": "2017-09-23",
  29. "complete": true
  30. },
  31. {
  32. "date": "2017-09-24",
  33. "complete": true
  34. },
  35. {
  36. "date": "2017-09-25",
  37. "complete": false
  38. },
  39. {
  40. "date": "2017-09-26",
  41. "complete": true
  42. },
  43. {
  44. "date": "2017-09-27",
  45. "complete": false
  46. }
  47. ]
  48. },
  49. "cores": {
  50. "title": "Cores",
  51. "body": "It's time to complete a new core.",
  52. "more": "Click the yellow START button for the Get Ready Core.",
  53. "entries": [
  54. {
  55. "title": "Get Ready",
  56. "status": "completed"
  57. },
  58. {
  59. "title": "Sleep Scheduling",
  60. "status": "in_progress"
  61. },
  62. {
  63. "title": "Sleep Practices",
  64. "status": "waiting"
  65. },
  66. {
  67. "title": "Thinking Differently",
  68. "status": "waiting"
  69. },
  70. {
  71. "title": "Sleep Hygiene",
  72. "status": "waiting"
  73. },
  74. {
  75. "title": "Moving On",
  76. "status": "waiting"
  77. }
  78. ]
  79. },
  80. "activities": {
  81. "title": "Activities",
  82. "body": "No new activities at this time.",
  83. "more": null
  84. },
  85. "reminders": {
  86. "title": "Reminders",
  87. "body": null,
  88. "more": null
  89. }
  90. }
  91. },
  92. "sidebar": {
  93. "my_sleep_window": {
  94. "enabled": true,
  95. "start_time": "2017-09-26T19:00:00.000Z",
  96. "duration": 420,
  97. "end_time": "2017-09-27T02:00:00.000Z"
  98. },
  99. "my_places": {
  100. "enabled": true,
  101. "panels": [
  102. {
  103. "title": "Diary Calendar",
  104. "body": "Add or review diaries, or print a blank diary",
  105. "url": "/"
  106. },
  107. {
  108. "title": "Cores",
  109. "body": "Review or start cores, view or print documents from completed cores",
  110. "url": "/"
  111. },
  112. {
  113. "title": "Sleep Stats",
  114. "body": "Charts that help you see your sleep patterns and progress over time",
  115. "url": "/"
  116. },
  117. {
  118. "title": "Stories",
  119. "body": "Review stories from Core progress",
  120. "url": "/"
  121. }
  122. ]
  123. },
  124. "sleep_stats": {}
  125. }
  126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement