-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
83 lines (83 loc) · 1.8 KB
/
db.json
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
{
"employeeTimeIn": [
{
"id": 3433,
"employeeid": 4324,
"timein": 1515753638067,
"pic": "",
"map": {
"long": 121.0618299,
"lat": 14.5722277,
"formattedaddress": "fdsfdfsdf"
},
"batteryStatus": 323,
"isseen": true
},
{
"id": 3434,
"employeeid": 4325,
"timein": 1515753638067,
"pic": "",
"map": {
"long": 121.0618299,
"lat": 14.5722277,
"formattedaddress": "fdsfdfsdf"
},
"batteryStatus": 323,
"isseen": true
},
{
"id": 3437,
"employeeid": 4325,
"timein": 1515753638067,
"pic": "",
"map": {
"long": 121.0618299,
"lat": 14.5722277,
"formattedaddress": "fdsfdfsdf"
},
"batteryStatus": 323,
"isseen": true
},
{
"id": 3438,
"employeeid": 4324,
"timein": 1516005625443,
"pic": "https://res.cloudinary.com/dka3vzadb/image/upload/v1516005627/mesvfjrnpheogph1d2ly.jpg",
"map": {
"formattedaddress": "11 San Antonio St, Pasig, Metro Manila, Philippines",
"long": 121.06183,
"lat": 14.5721887
},
"batteryStatus": 55,
"isseen": true
}
],
"employees": [
{
"id": 4324,
"name": "Russel Westbrook",
"pic": "",
"picthumb": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSrEzvaiJerwnMzPFpla5kYJatlIAaMzK1Vl2J2etcdUPJzNEA_",
"messages": [
{
"isMe": false,
"content": "hello"
}
]
},
{
"id": 4325,
"name": "Micheal Jordan",
"pic": "",
"picthumb": "",
"messages": [
{
"isMe": false,
"content": "hello",
"time": "Tue Jan 09 2018 13:33:14 GMT+0800 (+08)"
}
]
}
]
}