Advertisement
kervi

Untitled

Nov 2nd, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. {
  2. "occupancy": [
  3. {
  4. "title": "All",
  5. "key": "all",
  6. "items": [
  7. {
  8. "title": "Stayover",
  9. "data": 24,
  10. "color": 25
  11. }
  12. ]
  13. },
  14. {
  15. "0": "first_floor",
  16. "title": "First floor",
  17. "items": [
  18. {
  19. "title": "Stayover",
  20. "data": 24,
  21. "color": 25
  22. }
  23. ]
  24. }
  25. ],
  26. "availability": [
  27. {
  28. "title": "All",
  29. "key": "all",
  30. "items": [
  31. {
  32. "title": "Clean",
  33. "data": 24,
  34. "color": 25
  35. }
  36. ]
  37. },
  38. {
  39. "0": "first_floor",
  40. "title": "First floor",
  41. "items": [
  42. {
  43. "title": "Dirty",
  44. "data": 24,
  45. "color": 25
  46. }
  47. ]
  48. }
  49. ],
  50. "employees": [
  51. {
  52. "title": "All",
  53. "key": "all",
  54. "items": [
  55. {
  56. "title": "Admin",
  57. "data": "24123 ago",
  58. "color": false
  59. }
  60. ]
  61. },
  62. {
  63. "0": "first_floor",
  64. "title": "First floor",
  65. "items": [
  66. {
  67. "title": "Stayover",
  68. "data": 24,
  69. "color": 25
  70. }
  71. ]
  72. }
  73. ],
  74. "tasks": [
  75. {
  76. "title": "All",
  77. "key": "all",
  78. "items": [
  79. {
  80. "title": "Not started",
  81. "data": 24,
  82. "color": 25
  83. }
  84. ]
  85. },
  86. {
  87. "0": "first_floor",
  88. "title": "Housekeeping",
  89. "items": [
  90. {
  91. "title": "In progress",
  92. "data": 24,
  93. "color": 25
  94. }
  95. ]
  96. }
  97. ]
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement