-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
90 lines (90 loc) · 2.36 KB
/
Copy pathdb.json
File metadata and controls
90 lines (90 loc) · 2.36 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
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
{
"users": [
{
"id": 1,
"email": "admin2@gmail.com",
"password": "$2a$10$mHNBNDTvzK5r554b65IUFOd7PGgklNvwORJWGCX56e6ts.V5RwSeq",
"name": "Aswin S",
"role": "admin",
"isActive": true,
"createdAt": "2025-07-14T05:06:02.854Z"
},
{
"email": "donor@example.com",
"password": "$2a$10$lAlRYwhw8bo.3GV6hWgnju4im91UhEYtEWBkALSZv6rAC4ZpkRiua",
"name": "John Doe",
"role": "donor",
"bloodGroup": "B+",
"isActive": true,
"id": 2,
"createdAt": "2025-07-14T05:10:27.912Z",
"updatedAt": "2025-08-02T17:51:34.953Z",
"consentStatus": "active",
"consentHash": "demo-consent-hash"
},
{
"email": "recipient@example.com",
"password": "$2a$10$CjL/U6TBt2j9.9RaWUU1JOyTaI.7AuoVwUNhXyMN7.d5AWOfZR2ye",
"name": "Jane Smith",
"role": "recipient",
"bloodGroup": "A+",
"organNeeded": "kidney",
"urgencyLevel": 3,
"isActive": true,
"id": 3,
"createdAt": "2025-07-14T05:10:27.985Z"
},
{
"email": "hospital@example.com",
"password": "$2a$10$oJPJ5g4qiXzmy1nsLk84gu2825ncL0tb93soFsEFhjLX8QPzzzR0u",
"name": "City General Hospital",
"role": "hospital",
"isActive": true,
"id": 4,
"createdAt": "2025-07-14T05:10:28.052Z"
}
],
"documents": [
{
"id": 1,
"userId": "4",
"description": "new document",
"filename": "orcid id proof.png",
"mimetype": "image/png",
"size": 111529,
"uploadedAt": "2025-07-16T16:38:26.876Z",
"status": "rejected"
},
{
"id": 2,
"userId": "4",
"description": "example",
"filename": "Screenshot 2024-10-24 194514.png",
"mimetype": "image/png",
"size": 1191626,
"uploadedAt": "2025-07-19T17:17:37.511Z",
"status": "rejected"
},
{
"id": 3,
"userId": "4",
"description": "ex2",
"filename": "Screenshot 2024-11-14 140716.png",
"mimetype": "image/png",
"size": 1347288,
"uploadedAt": "2025-07-21T13:00:32.905Z",
"status": "rejected"
},
{
"id": 4,
"description": "new docs",
"filename": "Screenshot 2024-10-24 194456.png",
"mimetype": "image/png",
"size": 1514239,
"uploadedAt": "2025-07-21T13:11:02.519Z",
"status": "approved"
}
],
"notifications": [],
"campaigns": []
}