-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
61 lines (61 loc) · 1.21 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
{
"logs": [
{
"id": 1,
"message": "fixed station 008",
"attention": true,
"tech": "John Doe",
"date": "2021-04-26T23:18:19.746Z"
},
{
"id": 3,
"message": "network down station 995",
"attention": false,
"tech": "Abdelkrim Bendriss",
"date": "2021-04-27T18:30:17.263Z"
},
{
"id": 4,
"message": "network down station edited",
"attention": true,
"tech": "Nadia Akki",
"date": "2021-04-27T18:30:10.852Z"
},
{
"id": 5,
"message": "fixing phone systeme station 5580",
"attention": false,
"tech": "Oussama Bendriss",
"date": "2021-04-27T18:30:23.223Z"
},
{
"message": "Wifi down because of rain",
"attention": false,
"tech": "Oussama Bendriss",
"date": "2021-04-27T18:30:35.906Z",
"id": 6
}
],
"techs": [
{
"id": 2,
"firstName": "Sam",
"lastName": "Smith"
},
{
"firstName": "Oussama",
"lastName": "Bendriss",
"id": 4
},
{
"firstName": "Abdelkrim",
"lastName": "Bendriss",
"id": 5
},
{
"firstName": "Nadia",
"lastName": "Akki",
"id": 6
}
]
}