-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
36 lines (36 loc) · 905 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
{
"timesheets": [
{
"id": "507f1f77bcf86cd799439011",
"title": "Últimos registros de Novembro",
"date": "2019-11-08",
"restingTime": 3600,
"productionTime": 28800,
"isRunningProduction": false
},
{
"id": "507f1f77bcf86cd799439011",
"title": "Últimos registros de Novembro",
"date": "2019-11-12",
"restingTime": 60,
"productionTime": 80,
"isRunningProduction": false
},
{
"id": "507f1f77bcf86cd799439011",
"title": "Últimos registros de Outubro",
"date": "2019-10-11",
"restingTime": 1236,
"productionTime": 90,
"isRunningProduction": false
},
{
"id": "507f1f77bcf86cd799439011",
"title": "Últimos registros de Outubro",
"date": "2019-10-15",
"restingTime": 3650,
"productionTime": 9888,
"isRunningProduction": false
}
]
}