-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
155 lines (155 loc) · 4.46 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"user": [
{
"id": "docd",
"name": "Dwi Yulianto",
"username": "dwiyulianto"
}
],
"tasks": [
{
"id": "task_1",
"name": "Close off Case #012920- RODRIGUES, Amiguel",
"description": "Closing off this case since this application has been cancelled. No one really understands how this case could possibly be cancelled. The options and the documents within this document were totally a guarantee for success!",
"dueDate": "2024-08-25T05:15:06.000Z",
"isCompleted": false,
"userId": "docd"
},
{
"id": "task_2",
"name": "Set up documentation report for several Cases : Case 145443, Case 192829 and Case 182203",
"description": "All Cases must include all payment transactions, all documents and forms filled. All conversations in comments and messages in channels and emails should be provided as well.",
"dueDate": "2024-08-26T05:15:06.000Z",
"isCompleted": false,
"userId": "docd"
},
{
"id": "task_3",
"name": "Set up appointment with Dr Blake",
"description": "",
"dueDate": "2024-08-27T05:15:06.000Z",
"isCompleted": false,
"userId": "docd"
},
{
"id": "task_4",
"name": "Contact Mr Caleb - video conference?",
"description": "",
"dueDate": "2024-08-21T05:17:37.000Z",
"isCompleted": true,
"userId": "docd"
},
{
"id": "task_5",
"name": "Assign 3 homework to Client A",
"description": "Homeworks needed to be checked are as follows: Client Profile Questionnaire, Passport Requirements and Images, Personal Documents.",
"dueDate": "2024-08-20T05:17:37.000Z",
"isCompleted": true,
"userId": "docd"
}
],
"inbox": [
{
"id": "1a2b3c",
"title": "Jeannette Moraima Guaman Chamba (Hutto I-589) [ Hutto Follow Up - Brief Service ]",
"date": "January 1, 2021 19:10",
"lastMessage": {
"name": "Cameron Phillips",
"message": "Please check this out!"
},
"new": true,
"userId": "docd"
},
{
"id": "0j1k2l",
"title": "FastVisa Support",
"date": "01/06/2021 12:19",
"lastMessage": {
"name": "FastVisa Support",
"message": "Hey there! Welcome to your inbox."
},
"isSupport": true,
"userId": "docd"
}
],
"messages": [
{
"id": 1,
"room_id": "1a2b3c",
"message": "Hello Obaidullah, I will be your case advisor for case #029290. I have assigned some homework for you to fill. Please keep up with the due dates. Should you have any questions, you can message me anytime. Thanks.",
"date": "2024-08-20 19:32",
"reply_id": null,
"sender": {
"id": 2,
"username": "maryhilda",
"name": "Mary Hilda"
},
"isNew": false
},
{
"id": 2,
"room_id": "1a2b3c",
"message": "Please contact Mary for questions regarding the case bcs she will be managing your forms from now on! Thanks Mary.",
"date": "2024-08-20 19:32",
"reply_id": null,
"sender": {
"id": "docd",
"username": "dwiyulianto",
"name": "Dwi Yulianto"
},
"isNew": false
},
{
"id": 3,
"room_id": "1a2b3c",
"message": "Sure thing, Claren",
"date": "2024-08-20 19:32",
"reply_id": null,
"sender": {
"id": 2,
"username": "maryhilda",
"name": "Mary Hilda"
},
"isNew": false
},
{
"id": 4,
"room_id": "1a2b3c",
"message": "Morning. I'll try to do them. Thanks",
"date": "2024-08-20 19:32",
"reply_id": null,
"sender": {
"id": 1,
"username": "obaidullah",
"name": "Obaidullah Amarkhil"
},
"isNew": true
},
{
"id": 5,
"room_id": "0j1k2l",
"message": "NHey there. Welcome to your inbox! Contact us for more information and help about anything! We’ll send you a response as soon as possible.",
"date": "2024-08-21 19:32",
"reply_id": null,
"sender": {
"id": "support",
"username": "fastvisa",
"name": "FastVisa Support"
},
"isNew": false
},
{
"id": 6,
"room_id": "0j1k2l",
"message": "Hi, I need help with something can you help me ?",
"date": "2024-08-21 19:32",
"reply_id": null,
"sender": {
"id": "docd",
"username": "dwiyulianto",
"name": "Dwi Yulianto"
},
"isNew": false
}
]
}