-
Notifications
You must be signed in to change notification settings - Fork 1
/
db.json
52 lines (52 loc) · 900 Bytes
/
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
{
"logs": [
{
"id": 1,
"message": "pls change",
"attention": true,
"tech": "pls change Drive",
"date": "2019-07-13T14:52:57.867Z"
},
{
"message": "pls repair my computer",
"attention": true,
"tech": "John",
"date": "2019-07-12T19:28:22.257Z",
"id": 2
},
{
"message": "hello",
"attention": false,
"tech": "Sam",
"date": "2019-07-12T19:29:24.875Z",
"id": 3
}
],
"techs": [
{
"id": 1,
"firstName": "John",
"lastName": "Doe"
},
{
"id": 2,
"firstName": "Sam",
"lastName": "Smith"
},
{
"id": 3,
"firstName": "Sara",
"lastName": "Wilson"
},
{
"id": 4,
"firstName": "Atul",
"lastName": "Beniwal"
},
{
"firstName": "Atul",
"lastName": "kumar",
"id": 5
}
]
}