-
Notifications
You must be signed in to change notification settings - Fork 12
/
ReadMe-CosmosDBDetails.txt
134 lines (131 loc) · 3.71 KB
/
ReadMe-CosmosDBDetails.txt
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
Sample data
{
"id": "task1",
"taskId": null,
"userId": "user123",
"title": "Complete Project Proposal enclosed",
"description": "Write and submit the project proposal by end of the week.",
"dueDate": "2023-06-15T00:00:00",
"status": "Incomplete",
"priority": "High",
"labels": [
"Work",
"Important"
],
"attachments": [
{
"id": "attachment1",
"fileName": "proposal.docx",
"url": "https://taskmanagerstorage.blob.core.windows.net/attachments/user123/proposal.docx"
},
{
"id": "attachment1",
"fileName": "proposal.docx",
"url": "https://taskmanagerstorage.blob.core.windows.net/attachments/user123/proposal.docx"
}
],
"subtasks": [
{
"id": "subtask1",
"title": "Research",
"status": "Done"
},
{
"id": "subtask2",
"title": "Write",
"status": "Incomplete"
}
],
"_rid": "QkdTAPK14D8BAAAAAAAAAA==",
"_self": "dbs/QkdTAA==/colls/QkdTAPK14D8=/docs/QkdTAPK14D8BAAAAAAAAAA==/",
"_etag": "\"3000f3e5-0000-0700-0000-648ca6b00000\"",
"_attachments": "attachments/",
"_ts": 1686939312
}
{
"id": "task2",
"userId": "user456",
"title": "Prepare Presentation",
"description": "Create a PowerPoint presentation for the upcoming meeting.",
"dueDate": "2023-06-20",
"status": "Incomplete",
"priority": "Medium",
"labels": [
"Work",
"Meeting"
],
"attachments": [
{
"id": "attachment2",
"fileName": "presentation.pptx",
"url": "https://taskmanagerstorage.blob.core.windows.net/attachments/user456/presentation.pptx"
}
],
"subtasks": [
{
"id": "subtask3",
"title": "Gather data",
"status": "Complete"
},
{
"id": "subtask4",
"title": "Create slides",
"status": "Incomplete"
},
{
"id": "subtask5",
"title": "Practice delivery",
"status": "Incomplete"
}
],
"_rid": "QkdTAPK14D8CAAAAAAAAAA==",
"_self": "dbs/QkdTAA==/colls/QkdTAPK14D8=/docs/QkdTAPK14D8CAAAAAAAAAA==/",
"_etag": "\"0000940e-0000-0700-0000-648b4bb30000\"",
"_attachments": "attachments/",
"_ts": 1686850483
}
{
"id": "user123",
"userId": "user123",
"name": "John Doe",
"email": "[email protected]",
"settings": {
"timezone": "America/New_York",
"notificationEnabled": true
},
"_rid": "QkdTAOHLCz8BAAAAAAAAAA==",
"_self": "dbs/QkdTAA==/colls/QkdTAOHLCz8=/docs/QkdTAOHLCz8BAAAAAAAAAA==/",
"_etag": "\"3000f0e5-0000-0700-0000-648ca5c60000\"",
"_attachments": "attachments/",
"_ts": 1686939078
}
{
"id": "user456",
"userId": "user456",
"name": "Jane Smith",
"email": "[email protected]",
"settings": {
"timezone": "Europe/London",
"notificationEnabled": false
},
"_rid": "QkdTAOHLCz8CAAAAAAAAAA==",
"_self": "dbs/QkdTAA==/colls/QkdTAOHLCz8=/docs/QkdTAOHLCz8CAAAAAAAAAA==/",
"_etag": "\"00008b0e-0000-0700-0000-648b4ab60000\"",
"_attachments": "attachments/",
"_ts": 1686850230
}
{
"id": "user789",
"userId": "user789",
"name": "Alex Johnson",
"email": "[email protected]",
"settings": {
"timezone": "Asia/Tokyo",
"notificationEnabled": true
},
"_rid": "QkdTAOHLCz8DAAAAAAAAAA==",
"_self": "dbs/QkdTAA==/colls/QkdTAOHLCz8=/docs/QkdTAOHLCz8DAAAAAAAAAA==/",
"_etag": "\"00008c0e-0000-0700-0000-648b4ac90000\"",
"_attachments": "attachments/",
"_ts": 1686850249
}