-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
60 lines (60 loc) · 1.51 KB
/
db.json
File metadata and controls
60 lines (60 loc) · 1.51 KB
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
{
"reports": [
{
"reportId": "1",
"userId": "user-1",
"category": "Road Damage",
"description": "Big pothole near the traffic lights",
"imageUrl": "",
"latitude": -33.918861,
"longitude": 18.4233,
"status": "Open",
"createdAt": "2025-07-01T10:00:00Z",
"owner": "Sibongile",
"updatedDate": "2025-07-01T10:00:00Z",
"id": "c9f3"
},
{
"reportId": "2",
"userId": "user-2",
"category": "Water Leak",
"description": "Leak under the main street",
"imageUrl": "",
"latitude": -33.9205,
"longitude": 18.4238,
"status": "In-Progress",
"createdAt": "2025-07-05T12:00:00Z",
"owner": "Lungile",
"updatedDate": "2025-07-06T08:30:00Z",
"id": "72ea"
},
{
"reportId": "3",
"userId": "user-4",
"category": "Electric Fault",
"description": "No power for 3 days",
"imageUrl": "",
"latitude": -33.922,
"longitude": 18.4249,
"status": "Closed",
"createdAt": "2025-07-10T14:00:00Z",
"owner": "Bheki",
"updatedDate": "2025-07-11T09:20:00Z",
"id": "173f"
},
{
"id": "1766",
"reportId": "4",
"userId": "user-4",
"category": "Graffiti",
"description": "Graffiti near mall",
"imageUrl": "",
"latitude": -33.925,
"longitude": 18.423,
"status": "Open",
"createdAt": "2025-07-14T12:00:00Z",
"owner": "Xolani",
"updatedDate": "2025-07-14T12:00:00Z"
}
]
}