-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.json
151 lines (151 loc) · 4.21 KB
/
sample.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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
[
{
"id": "mag",
"name": "Management",
"employees": [
{
"id": "e1",
"fullName": "Orlando Arguello",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "9.884247,-84.2243857",
"teamId": "mag"
},
{
"id": "e2",
"fullName": "Camilo Mendieta",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "9.884247,-84.2243857",
"teamId": "mag"
}
]
},
{
"id": "svc",
"name": "Service",
"employees": [
{
"id": "e3",
"fullName": "David Lizarazo",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "9.784247,-84.2243857",
"teamId": "svc"
},
{
"id": "e4",
"fullName": "Katherine Fonseca",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "9.984247,-84.2243857",
"teamId": "svc"
},
{
"id": "e5",
"fullName": "Norma Gurcia",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "9.884247,-84.3243857",
"teamId": "svc"
}
]
},
{
"id": "bus",
"name": "Business",
"employees": [
{
"id": "e6",
"fullName": "Rodrigo Perez",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "14.6262096,-90.5626018",
"teamId": "bus"
},
{
"id": "e7",
"fullName": "Juan Fernando Sanchez",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "14.6262096,-90.6626018",
"teamId": "bus"
},
{
"id": "e8",
"fullName": "Noé Leiva",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "12.0976239,-86.3985506",
"teamId": "bus"
},
{
"id": "e9",
"fullName": "Blanca Lidia",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "14.7262096,-90.5626018",
"teamId": "bus"
}
]
},
{
"id": "rad",
"name": "Research & Development",
"employees": [
{
"id": "e10",
"fullName": "Jimmy Sáenz",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "12.086279,-86.3665977",
"teamId": "rad"
},
{
"id": "e11",
"fullName": "Luis Valdivia",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "12.100927,-86.2269907",
"teamId": "rad"
},
{
"id": "e12",
"fullName": "Jesser Fonseca",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "12.100927,-86.3269907",
"teamId": "rad"
},
{
"id": "e13",
"fullName": "Joshua Cajina",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "12.100927,-86.4269907",
"teamId": "rad"
},
{
"id": "e14",
"fullName": "Rafael Alegría",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "12.100927,-86.5269907",
"teamId": "rad"
},
{
"id": "e15",
"fullName": "Allison Orozco",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "12.100927,-86.6269907",
"teamId": "rad"
}
]
},
{
"id": "qas",
"name": "Quality Assurance",
"employees": [
{
"id": "e16",
"fullName": "Jorge Rivera",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "12.100927,-86.7269907",
"teamId": "qas"
},
{
"id": "e17",
"fullName": "Yeltsin Miranda",
"avatarUrl": "https://api.adorable.io/avatars/256/[email protected]",
"lastLocation": "12.100927,-86.8269907",
"teamId": "qas"
}
]
}
]