-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
110 lines (110 loc) · 2.28 KB
/
data.json
File metadata and controls
110 lines (110 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"employees":[
{
"ID":907000023,
"Name":"John",
"Exception Report":false,
"Scheduling":false,
"WIGrow":false,
"Points":5
},
{
"ID":907000035,
"Name":"Paul",
"Exception Report":true,
"Scheduling":false,
"WIGrow":true,
"Points":-3
},
{
"ID":907000065,
"Name":"Charlie",
"Exception Report":false,
"Scheduling":true,
"WIGrow":false,
"Points":2
},
{
"ID":907000038,
"Name":"Alex",
"Exception Report":true,
"Scheduling":true,
"WIGrow":true,
"Points":4
},
{
"ID":907000023,
"Name":"Melissa",
"Exception Report":true,
"Scheduling":false,
"WIGrow":false,
"Points":2
},
{
"ID":907000035,
"Name":"Hannah",
"Exception Report":false,
"Scheduling":false,
"WIGrow":false,
"Points":5
},
{
"ID":907000065,
"Name":"Katie",
"Exception Report":true,
"Scheduling":false,
"WIGrow":false,
"Points":1
},
{
"ID":907000043,
"Name":"Jacob",
"Exception Report":false,
"Scheduling":false,
"WIGrow":false,
"Points":0
},
],
"tasks":[
{
"ID":1,
"Description":"Chadbourne Bathroom cleaning",
"Favorable":true
},
{
"ID":2,
"Description":"Barnard Bathroom cleaning",
"Favorable":false
},
{
"ID":3,
"Description":"Vacuuming",
"Favorable":true
},
{
"ID":4,
"Description":"Chadbourne Trash/Recycling",
"Favorable":false
},
{
"ID":5,
"Description":"Barnard Trash/Recycling",
"Favorable":true
},
{
"ID":6,
"Description":"Emptying compost bins",
"Favorable":false
},
{
"ID":7,
"Description":"Clean kitchens",
"Favorable":true
},
{
"ID":8,
"Description":"Spot clean common areas",
"Favorable":false
},
]
}