-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
239 lines (239 loc) · 6.16 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
{
"sales": [
{
"id": "sgacus86fov",
"name": "This week",
"data": [30, 40, 25, 50, 49, 21, 70, 51]
},
{
"id": "saftyaf56",
"name": "Last week",
"data": [23, 12, 54, 61, 32, 56, 81, 19]
}
],
"products": [
{
"id": "5ece2c077e39da27658aa8a9",
"attributes": ["Cotton"],
"category": "dress",
"currency": "$",
"createdAt": "2021-01-01T12:00:27.87+00:20",
"image": null,
"inventoryType": "in_stock",
"isAvailable": true,
"isShippable": false,
"name": "Charlie Tulip Dress",
"price": 23.99,
"quantity": 85,
"updatedAt": "2021-01-01T12:00:27.87+00:20",
"variants": 2
},
{
"id": "5ece2c0d16f70bff2cf86cd8",
"attributes": ["Cotton"],
"category": "dress",
"currency": "$",
"createdAt": "2021-01-01T12:00:27.87+00:20",
"image": null,
"inventoryType": "out_of_stock",
"isAvailable": false,
"isShippable": true,
"name": "Kate Leopard Dress",
"price": 95,
"quantity": 0,
"updatedAt": "2021-01-01T12:00:27.87+00:20",
"variants": 1
},
{
"id": "5ece2c123fad30cbbff8d060",
"attributes": ["Variety of styles"],
"category": "jewelry",
"currency": "$",
"createdAt": 345354345,
"image": null,
"inventoryType": "in_stock",
"isAvailable": true,
"isShippable": false,
"name": "Layering Bracelets Collection",
"price": 155,
"quantity": 48,
"updatedAt": "2021-01-01T12:00:27.87+00:20",
"variants": 5
},
{
"id": "5ece2c1be7996d1549d94e34",
"attributes": ["Polyester and Spandex"],
"category": "blouse",
"currency": "$",
"createdAt": "2021-01-01T12:00:27.87+00:20",
"image": null,
"inventoryType": "limited",
"isAvailable": false,
"isShippable": true,
"name": "Flared Sleeve Floral Blouse",
"price": 17.99,
"quantity": 5,
"updatedAt": "2021-01-01T12:00:27.87+00:20",
"variants": 1
}
],
"events": [
{
"id": "5e8882e440f6322fa399eeb8",
"allDay": false,
"color": "green",
"description": "Inform about new contract",
"end": "2021-01-01T12:00:27.87+00:20",
"start": "2021-01-01T12:00:27.87+00:20",
"title": "Call Samantha"
},
{
"id": "5e8882eb5f8ec686220ff131",
"allDay": false,
"color": null,
"description": "Discuss about new partnership",
"end": "2021-01-01T12:00:27.87+00:20",
"start": "2021-01-01T12:00:27.87+00:20",
"title": "Meet with IBM"
},
{
"id": "5e8882f1f0c9216396e05a9b",
"allDay": false,
"color": null,
"description": "Prepare docs",
"end": "2021-01-01T12:00:27.87+00:20",
"start": "2021-01-01T12:00:27.87+00:20",
"title": "SCRUM Planning"
},
{
"id": "5e8882f6daf81eccfa40dee2",
"allDay": true,
"color": null,
"description": "Meet with team to discuss",
"end": "2020-12-12T12:30:00-05:00",
"start": "2020-11-11T12:00:27.87+00:20",
"title": "Begin SEM"
},
{
"id": "5e8882fcd525e076b3c1542c",
"allDay": false,
"color": "green",
"description": "Sorry, John!",
"end": "2021-01-01T12:00:27.87+00:20",
"start": "2021-01-01T12:00:27.87+00:20",
"title": "Fire John"
},
{
"id": "5e888302e62149e4b49aa609",
"allDay": false,
"color": null,
"description": "Discuss about the new project",
"end": "2021-01-01T12:00:27.87+00:20",
"start": "2021-01-01T12:00:27.87+00:20",
"title": "Call Alex"
},
{
"id": "5e88830672d089c53c46ece3",
"allDay": false,
"color": "green",
"description": "Get a new quote for the payment processor",
"end": "2021-01-01T12:00:27.87+00:20",
"start": "2021-01-01T12:00:27.87+00:20",
"title": "Visit Samantha"
},
{
"allDay": true,
"description": "yyy",
"end": "2023-06-26T23:00:00.000Z",
"start": "2023-06-25T23:00:00.000Z",
"title": "y",
"id": "ndJng-D"
},
{
"allDay": false,
"description": "ghgh",
"end": "2023-07-25T23:00:00.000Z",
"start": "2023-07-17T23:00:00.000Z",
"title": "whaha",
"id": "So4fG-Z"
},
{
"allDay": false,
"description": "rrrwww",
"end": "2023-06-27T23:00:00.000Z",
"start": "2023-06-26T23:00:00.000Z",
"title": "yhy",
"id": "ib1kunB"
},
{
"allDay": false,
"description": "Ilovee",
"end": "2023-06-30T10:00:00.000Z",
"start": "2023-06-27T23:00:00.000Z",
"title": "wkaiaua",
"id": "ainr9hA"
},
{
"allDay": false,
"description": "sa",
"end": "2023-06-21T10:48:00.700Z",
"start": "2023-06-21T10:18:00.700Z",
"title": "sss",
"id": "QQ2D9KG"
},
{
"allDay": true,
"description": "waliy",
"end": "2023-06-30T00:41:00.000Z",
"start": "2023-06-27T00:11:00.000Z",
"title": "taiwo",
"id": "0LJxI7H"
},
{
"allDay": false,
"description": "Taiwo",
"end": "2023-07-01T19:11:00.000Z",
"start": "2023-06-30T13:41:00.000Z",
"title": "waliyy",
"id": "1viaPNF"
}
],
"users": [
{
"id": "7fguyfte5",
"email": "[email protected]",
"password": "$2a$10$Pmk32D/fgkig8pU.r1rGrOpYYJSrnqqpLO6dRdo88iYxxIsl1sstC",
"name": "Mok Kuh",
"mobile": "+34782364823",
"policy": true
}
],
"usersDb": [
{
"id": "7fguyfte5",
"email": "[email protected]",
"name": "Taiwo Adetona",
"password": "$2a$10$.vEI32nHFyG15ZACR7q/J.DNT/7iFC1Gfi2fFPMsG09LCPtwk0q/.",
"avatar": "/images/avatar.png",
"canHire": true,
"country": "United States",
"city": "NY",
"isPublic": true,
"phone": "+40 777666555",
"role": "admin",
"state": "New York",
"tier": "Premium",
"subscription": {
"name": "Premium",
"price": 29,
"currency": "$",
"proposalsLeft": 12,
"templatesLeft": 5,
"invitesLeft": 24,
"adsLeft": 10,
"hasAnalytics": true,
"hasEmailAlerts": true
}
}
]
}