directus-template-cli 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
- package/templates/agencyos/package.json +2 -2
- package/templates/agencyos/src/collections.json +346 -232
- package/templates/agencyos/src/content/block_button.json +6 -6
- package/templates/agencyos/src/content/block_button_group.json +11 -11
- package/templates/agencyos/src/content/block_columns_rows.json +6 -6
- package/templates/agencyos/src/content/block_cta.json +3 -3
- package/templates/agencyos/src/content/block_gallery_files.json +10 -10
- package/templates/agencyos/src/content/block_richtext.json +1 -1
- package/templates/agencyos/src/content/block_step_items.json +5 -5
- package/templates/agencyos/src/content/block_team.json +4 -4
- package/templates/agencyos/src/content/help_collections.json +2 -2
- package/templates/agencyos/src/content/inbox.json +15 -1
- package/templates/agencyos/src/content/navigation_items.json +76 -76
- package/templates/agencyos/src/content/organizations.json +2 -2
- package/templates/agencyos/src/content/os_activities.json +3 -3
- package/templates/agencyos/src/content/os_invoice_items.json +6 -6
- package/templates/agencyos/src/content/os_invoices.json +5 -5
- package/templates/agencyos/src/content/os_payment_terms.json +2 -2
- package/templates/agencyos/src/content/os_payments.json +1 -1
- package/templates/agencyos/src/content/os_projects.json +3 -3
- package/templates/agencyos/src/content/os_proposal_blocks.json +4 -4
- package/templates/agencyos/src/content/os_proposals.json +3 -3
- package/templates/agencyos/src/content/os_tasks.json +65 -87
- package/templates/agencyos/src/content/os_tax_rates.json +2 -2
- package/templates/agencyos/src/content/page_blocks.json +23 -23
- package/templates/agencyos/src/content/pages.json +7 -7
- package/templates/agencyos/src/content/posts.json +9 -9
- package/templates/agencyos/src/content/seo.json +10 -10
- package/templates/agencyos/src/content/testimonials.json +4 -4
- package/templates/agencyos/src/dashboards.json +3 -3
- package/templates/agencyos/src/files.json +49 -49
- package/templates/agencyos/src/flows.json +39 -39
- package/templates/agencyos/src/operations.json +74 -74
- package/templates/agencyos/src/panels.json +136 -132
- package/templates/agencyos/src/permissions.json +349 -871
- package/templates/agencyos/src/roles.json +4 -4
- package/templates/agencyos/src/schema/snapshot.json +246 -97
- package/templates/agencyos/src/settings.json +32 -10
- package/templates/agencyos/src/users.json +32 -12
|
@@ -1,33 +1,35 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
4
3
|
"id": "16690e0b-ffc4-471f-9762-d4f2e55ad543",
|
|
5
4
|
"dashboard": "d283dd34-6886-4cfd-b1c5-744320562acc",
|
|
5
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
6
6
|
"date_created": "2023-09-11T13:08:17.998Z",
|
|
7
|
-
"type": "label",
|
|
8
7
|
"name": null,
|
|
9
8
|
"icon": null,
|
|
10
9
|
"color": null,
|
|
10
|
+
"type": "label",
|
|
11
11
|
"options": {
|
|
12
12
|
"text": "Sales",
|
|
13
|
-
"color": "#18222F"
|
|
13
|
+
"color": "#18222F",
|
|
14
|
+
"fontSize": "48px",
|
|
15
|
+
"fontWeight": 500
|
|
14
16
|
},
|
|
15
17
|
"note": null,
|
|
16
|
-
"height": 6,
|
|
17
|
-
"width": 20,
|
|
18
|
-
"position_y": 42,
|
|
19
18
|
"position_x": 2,
|
|
19
|
+
"height": 5,
|
|
20
|
+
"width": 20,
|
|
21
|
+
"position_y": 43,
|
|
20
22
|
"show_header": false
|
|
21
23
|
},
|
|
22
24
|
{
|
|
23
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
24
25
|
"id": "2080c1a2-404d-4886-acfd-2ed468c2ec73",
|
|
25
26
|
"dashboard": "d283dd34-6886-4cfd-b1c5-744320562acc",
|
|
27
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
26
28
|
"date_created": "2023-10-20T02:20:10.608Z",
|
|
27
|
-
"type": "metric",
|
|
28
29
|
"name": "Past Due Tasks",
|
|
29
30
|
"icon": "warning",
|
|
30
31
|
"color": "#E35169",
|
|
32
|
+
"type": "metric",
|
|
31
33
|
"options": {
|
|
32
34
|
"collection": "os_tasks",
|
|
33
35
|
"sortField": null,
|
|
@@ -58,21 +60,21 @@
|
|
|
58
60
|
]
|
|
59
61
|
},
|
|
60
62
|
"note": null,
|
|
61
|
-
"height": 6,
|
|
62
|
-
"width": 15,
|
|
63
|
-
"position_y": 15,
|
|
64
63
|
"position_x": 22,
|
|
64
|
+
"height": 5,
|
|
65
|
+
"width": 15,
|
|
66
|
+
"position_y": 16,
|
|
65
67
|
"show_header": true
|
|
66
68
|
},
|
|
67
69
|
{
|
|
68
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
69
70
|
"id": "23dec2a6-f1a8-450b-81eb-6d6eb772b69b",
|
|
70
71
|
"dashboard": "d283dd34-6886-4cfd-b1c5-744320562acc",
|
|
72
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
71
73
|
"date_created": "2023-10-20T02:03:36.538Z",
|
|
72
|
-
"type": "relational-variable",
|
|
73
74
|
"name": "Select User",
|
|
74
75
|
"icon": "supervised_user_circle",
|
|
75
76
|
"color": "#18222F",
|
|
77
|
+
"type": "relational-variable",
|
|
76
78
|
"options": {
|
|
77
79
|
"field": "user",
|
|
78
80
|
"collection": "directus_users",
|
|
@@ -80,42 +82,27 @@
|
|
|
80
82
|
"filter": {
|
|
81
83
|
"_and": [
|
|
82
84
|
{
|
|
83
|
-
"_or": [
|
|
84
|
-
{
|
|
85
|
-
"role": {
|
|
86
|
-
"name": {
|
|
87
|
-
"_contains": "Team Member"
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"role": {
|
|
93
|
-
"name": {
|
|
94
|
-
"_contains": "Admin"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
]
|
|
85
|
+
"_or": []
|
|
99
86
|
}
|
|
100
87
|
]
|
|
101
88
|
}
|
|
102
89
|
},
|
|
103
90
|
"note": null,
|
|
91
|
+
"position_x": 2,
|
|
104
92
|
"height": 6,
|
|
105
93
|
"width": 30,
|
|
106
94
|
"position_y": 8,
|
|
107
|
-
"position_x": 2,
|
|
108
95
|
"show_header": true
|
|
109
96
|
},
|
|
110
97
|
{
|
|
111
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
112
98
|
"id": "24c2b515-4d64-4919-9410-8a40cfba81ce",
|
|
113
99
|
"dashboard": "d283dd34-6886-4cfd-b1c5-744320562acc",
|
|
100
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
114
101
|
"date_created": "2023-10-20T02:22:22.622Z",
|
|
115
|
-
"type": "metric",
|
|
116
102
|
"name": "Past Due Activities",
|
|
117
103
|
"icon": "warning",
|
|
118
104
|
"color": "#E35169",
|
|
105
|
+
"type": "metric",
|
|
119
106
|
"options": {
|
|
120
107
|
"collection": "os_activities",
|
|
121
108
|
"sortField": "due_date",
|
|
@@ -146,21 +133,21 @@
|
|
|
146
133
|
]
|
|
147
134
|
},
|
|
148
135
|
"note": null,
|
|
149
|
-
"height": 6,
|
|
150
|
-
"width": 15,
|
|
151
|
-
"position_y": 42,
|
|
152
136
|
"position_x": 22,
|
|
137
|
+
"height": 5,
|
|
138
|
+
"width": 15,
|
|
139
|
+
"position_y": 43,
|
|
153
140
|
"show_header": true
|
|
154
141
|
},
|
|
155
142
|
{
|
|
156
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
157
143
|
"id": "28d6c776-0caa-4038-a1be-e7e11d3b9eee",
|
|
158
144
|
"dashboard": "0d85d827-a045-4dee-bcd3-d72d3a91cc52",
|
|
145
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
159
146
|
"date_created": "2023-10-20T02:30:19.377Z",
|
|
160
|
-
"type": "metric",
|
|
161
147
|
"name": "Proposal Amount",
|
|
162
148
|
"icon": null,
|
|
163
149
|
"color": "#FFA439",
|
|
150
|
+
"type": "metric",
|
|
164
151
|
"options": {
|
|
165
152
|
"collection": "os_deals",
|
|
166
153
|
"sortField": null,
|
|
@@ -184,24 +171,26 @@
|
|
|
184
171
|
"color": "#FFA439"
|
|
185
172
|
}
|
|
186
173
|
],
|
|
187
|
-
"prefix": "$"
|
|
174
|
+
"prefix": "$",
|
|
175
|
+
"fontSize": "64px",
|
|
176
|
+
"fontWeight": 700
|
|
188
177
|
},
|
|
189
178
|
"note": null,
|
|
179
|
+
"position_x": 17,
|
|
190
180
|
"height": 6,
|
|
191
181
|
"width": 15,
|
|
192
182
|
"position_y": 23,
|
|
193
|
-
"position_x": 17,
|
|
194
183
|
"show_header": false
|
|
195
184
|
},
|
|
196
185
|
{
|
|
197
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
198
186
|
"id": "33d54856-e7a5-4346-bb50-448535fee9b9",
|
|
199
187
|
"dashboard": "ea9c9be7-dcb3-4351-8a05-0d30c150bb64",
|
|
188
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
200
189
|
"date_created": "2023-10-10T02:38:55.691Z",
|
|
201
|
-
"type": "list",
|
|
202
190
|
"name": "Submissions With Comments",
|
|
203
191
|
"icon": "comment",
|
|
204
192
|
"color": "#18222F",
|
|
193
|
+
"type": "list",
|
|
205
194
|
"options": {
|
|
206
195
|
"collection": "help_feedback",
|
|
207
196
|
"sortField": "date_created",
|
|
@@ -238,21 +227,21 @@
|
|
|
238
227
|
}
|
|
239
228
|
},
|
|
240
229
|
"note": null,
|
|
230
|
+
"position_x": 32,
|
|
241
231
|
"height": 26,
|
|
242
232
|
"width": 25,
|
|
243
233
|
"position_y": 14,
|
|
244
|
-
"position_x": 32,
|
|
245
234
|
"show_header": true
|
|
246
235
|
},
|
|
247
236
|
{
|
|
248
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
249
237
|
"id": "39c82b64-df2a-4d83-a2b8-a41575e87af3",
|
|
250
238
|
"dashboard": "ea9c9be7-dcb3-4351-8a05-0d30c150bb64",
|
|
239
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
251
240
|
"date_created": "2023-10-10T02:45:00.908Z",
|
|
252
|
-
"type": "variable",
|
|
253
241
|
"name": "Date From",
|
|
254
242
|
"icon": "date_range",
|
|
255
243
|
"color": "#18222F",
|
|
244
|
+
"type": "variable",
|
|
256
245
|
"options": {
|
|
257
246
|
"field": "date_from",
|
|
258
247
|
"type": "dateTime",
|
|
@@ -263,41 +252,42 @@
|
|
|
263
252
|
}
|
|
264
253
|
},
|
|
265
254
|
"note": null,
|
|
255
|
+
"position_x": 1,
|
|
266
256
|
"height": 6,
|
|
267
257
|
"width": 15,
|
|
268
258
|
"position_y": 7,
|
|
269
|
-
"position_x": 1,
|
|
270
259
|
"show_header": true
|
|
271
260
|
},
|
|
272
261
|
{
|
|
273
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
274
262
|
"id": "3ca99f50-b186-4213-be9c-8773904cfd5e",
|
|
275
263
|
"dashboard": "ea9c9be7-dcb3-4351-8a05-0d30c150bb64",
|
|
264
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
276
265
|
"date_created": "2023-10-10T02:21:58.888Z",
|
|
277
|
-
"type": "label",
|
|
278
266
|
"name": "Feedback",
|
|
279
267
|
"icon": null,
|
|
280
268
|
"color": null,
|
|
269
|
+
"type": "label",
|
|
281
270
|
"options": {
|
|
282
271
|
"text": "Help Center Feedback",
|
|
283
|
-
"color": "#8196B0"
|
|
272
|
+
"color": "#8196B0",
|
|
273
|
+
"fontWeight": 500
|
|
284
274
|
},
|
|
285
275
|
"note": null,
|
|
276
|
+
"position_x": 1,
|
|
286
277
|
"height": 6,
|
|
287
278
|
"width": 30,
|
|
288
279
|
"position_y": 1,
|
|
289
|
-
"position_x": 1,
|
|
290
280
|
"show_header": false
|
|
291
281
|
},
|
|
292
282
|
{
|
|
293
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
294
283
|
"id": "429d22a1-d60c-4daa-a9c0-a2db3cbb89b3",
|
|
295
284
|
"dashboard": "0d85d827-a045-4dee-bcd3-d72d3a91cc52",
|
|
285
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
296
286
|
"date_created": "2023-10-20T02:40:03.582Z",
|
|
297
|
-
"type": "variable",
|
|
298
287
|
"name": "Date From",
|
|
299
288
|
"icon": "calendar_month",
|
|
300
289
|
"color": "#18222F",
|
|
290
|
+
"type": "variable",
|
|
301
291
|
"options": {
|
|
302
292
|
"field": "date_from",
|
|
303
293
|
"type": "timestamp",
|
|
@@ -308,21 +298,21 @@
|
|
|
308
298
|
}
|
|
309
299
|
},
|
|
310
300
|
"note": null,
|
|
301
|
+
"position_x": 17,
|
|
311
302
|
"height": 6,
|
|
312
303
|
"width": 15,
|
|
313
304
|
"position_y": 8,
|
|
314
|
-
"position_x": 17,
|
|
315
305
|
"show_header": true
|
|
316
306
|
},
|
|
317
307
|
{
|
|
318
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
319
308
|
"id": "4a74d1ec-9900-4d85-8c67-b803f5f7c4b3",
|
|
320
309
|
"dashboard": "0d85d827-a045-4dee-bcd3-d72d3a91cc52",
|
|
310
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
321
311
|
"date_created": "2023-10-20T02:34:31.178Z",
|
|
322
|
-
"type": "metric",
|
|
323
312
|
"name": "Qualification",
|
|
324
313
|
"icon": null,
|
|
325
314
|
"color": "#FFC23B",
|
|
315
|
+
"type": "metric",
|
|
326
316
|
"options": {
|
|
327
317
|
"collection": "os_deals",
|
|
328
318
|
"sortField": null,
|
|
@@ -345,24 +335,25 @@
|
|
|
345
335
|
"value": 0,
|
|
346
336
|
"color": "#FFC23B"
|
|
347
337
|
}
|
|
348
|
-
]
|
|
338
|
+
],
|
|
339
|
+
"fontWeight": 500
|
|
349
340
|
},
|
|
350
341
|
"note": null,
|
|
342
|
+
"position_x": 2,
|
|
351
343
|
"height": 7,
|
|
352
344
|
"width": 15,
|
|
353
345
|
"position_y": 16,
|
|
354
|
-
"position_x": 2,
|
|
355
346
|
"show_header": true
|
|
356
347
|
},
|
|
357
348
|
{
|
|
358
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
359
349
|
"id": "64783f47-3380-406a-a436-b065dfeaaae8",
|
|
360
350
|
"dashboard": "d283dd34-6886-4cfd-b1c5-744320562acc",
|
|
351
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
361
352
|
"date_created": "2023-09-11T13:02:00.788Z",
|
|
362
|
-
"type": "list",
|
|
363
353
|
"name": "User Tasks",
|
|
364
354
|
"icon": "checklist",
|
|
365
355
|
"color": "#18222F",
|
|
356
|
+
"type": "list",
|
|
366
357
|
"options": {
|
|
367
358
|
"collection": "os_tasks",
|
|
368
359
|
"sortField": "due_date",
|
|
@@ -376,7 +367,7 @@
|
|
|
376
367
|
{
|
|
377
368
|
"assigned_to": {
|
|
378
369
|
"id": {
|
|
379
|
-
"_eq": "
|
|
370
|
+
"_eq": "$CURRENT_USER"
|
|
380
371
|
}
|
|
381
372
|
}
|
|
382
373
|
},
|
|
@@ -391,21 +382,21 @@
|
|
|
391
382
|
}
|
|
392
383
|
},
|
|
393
384
|
"note": null,
|
|
385
|
+
"position_x": 2,
|
|
394
386
|
"height": 20,
|
|
395
387
|
"width": 50,
|
|
396
388
|
"position_y": 21,
|
|
397
|
-
"position_x": 2,
|
|
398
389
|
"show_header": true
|
|
399
390
|
},
|
|
400
391
|
{
|
|
401
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
402
392
|
"id": "6ea8ff25-d7f8-4494-b29e-79246cce6af9",
|
|
403
393
|
"dashboard": "0d85d827-a045-4dee-bcd3-d72d3a91cc52",
|
|
394
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
404
395
|
"date_created": "2023-10-20T02:40:03.541Z",
|
|
405
|
-
"type": "variable",
|
|
406
396
|
"name": "Date From",
|
|
407
397
|
"icon": "calendar_month",
|
|
408
398
|
"color": "#18222F",
|
|
399
|
+
"type": "variable",
|
|
409
400
|
"options": {
|
|
410
401
|
"field": "date_from",
|
|
411
402
|
"type": "timestamp",
|
|
@@ -416,21 +407,21 @@
|
|
|
416
407
|
}
|
|
417
408
|
},
|
|
418
409
|
"note": null,
|
|
410
|
+
"position_x": 2,
|
|
419
411
|
"height": 6,
|
|
420
412
|
"width": 15,
|
|
421
413
|
"position_y": 8,
|
|
422
|
-
"position_x": 2,
|
|
423
414
|
"show_header": true
|
|
424
415
|
},
|
|
425
416
|
{
|
|
426
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
427
417
|
"id": "775d0469-a878-4814-b5c3-2558dbab1b1a",
|
|
428
418
|
"dashboard": "ea9c9be7-dcb3-4351-8a05-0d30c150bb64",
|
|
419
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
429
420
|
"date_created": "2023-10-10T02:45:00.925Z",
|
|
430
|
-
"type": "variable",
|
|
431
421
|
"name": "Date To",
|
|
432
422
|
"icon": "date_range",
|
|
433
423
|
"color": "#18222F",
|
|
424
|
+
"type": "variable",
|
|
434
425
|
"options": {
|
|
435
426
|
"field": "date_to",
|
|
436
427
|
"type": "dateTime",
|
|
@@ -441,21 +432,21 @@
|
|
|
441
432
|
}
|
|
442
433
|
},
|
|
443
434
|
"note": null,
|
|
435
|
+
"position_x": 16,
|
|
444
436
|
"height": 6,
|
|
445
437
|
"width": 15,
|
|
446
438
|
"position_y": 7,
|
|
447
|
-
"position_x": 16,
|
|
448
439
|
"show_header": true
|
|
449
440
|
},
|
|
450
441
|
{
|
|
451
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
452
442
|
"id": "77a5d341-747b-4210-baf8-10a61bf6a10a",
|
|
453
443
|
"dashboard": "ea9c9be7-dcb3-4351-8a05-0d30c150bb64",
|
|
444
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
454
445
|
"date_created": "2023-10-10T02:49:58.360Z",
|
|
455
|
-
"type": "variable",
|
|
456
446
|
"name": "Search",
|
|
457
447
|
"icon": "screen_search_desktop",
|
|
458
448
|
"color": "#18222F",
|
|
449
|
+
"type": "variable",
|
|
459
450
|
"options": {
|
|
460
451
|
"field": "search",
|
|
461
452
|
"type": "string",
|
|
@@ -467,21 +458,21 @@
|
|
|
467
458
|
"defaultValue": " "
|
|
468
459
|
},
|
|
469
460
|
"note": "Search response comments for a string of text.",
|
|
461
|
+
"position_x": 32,
|
|
470
462
|
"height": 6,
|
|
471
463
|
"width": 25,
|
|
472
464
|
"position_y": 7,
|
|
473
|
-
"position_x": 32,
|
|
474
465
|
"show_header": true
|
|
475
466
|
},
|
|
476
467
|
{
|
|
477
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
478
468
|
"id": "8194088d-4321-4cce-94e3-ac77d8f02ef6",
|
|
479
469
|
"dashboard": "ea9c9be7-dcb3-4351-8a05-0d30c150bb64",
|
|
470
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
480
471
|
"date_created": "2023-10-10T02:32:38.957Z",
|
|
481
|
-
"type": "time-series",
|
|
482
472
|
"name": "Total Submissions Over Time",
|
|
483
473
|
"icon": "show_chart",
|
|
484
474
|
"color": "#6644FF",
|
|
475
|
+
"type": "time-series",
|
|
485
476
|
"options": {
|
|
486
477
|
"collection": "help_feedback",
|
|
487
478
|
"valueField": "id",
|
|
@@ -510,41 +501,43 @@
|
|
|
510
501
|
}
|
|
511
502
|
},
|
|
512
503
|
"note": null,
|
|
504
|
+
"position_x": 1,
|
|
513
505
|
"height": 10,
|
|
514
506
|
"width": 30,
|
|
515
507
|
"position_y": 20,
|
|
516
|
-
"position_x": 1,
|
|
517
508
|
"show_header": true
|
|
518
509
|
},
|
|
519
510
|
{
|
|
520
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
521
511
|
"id": "8628bb84-90bb-4ff1-8142-42d385bbe3f0",
|
|
522
512
|
"dashboard": "d283dd34-6886-4cfd-b1c5-744320562acc",
|
|
513
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
523
514
|
"date_created": "2023-10-20T02:44:16.222Z",
|
|
524
|
-
"type": "label",
|
|
525
515
|
"name": "User Dashboard",
|
|
526
516
|
"icon": "task_alt",
|
|
527
517
|
"color": null,
|
|
518
|
+
"type": "label",
|
|
528
519
|
"options": {
|
|
529
520
|
"text": "User Dashboard",
|
|
530
|
-
"color": "#D064AC"
|
|
521
|
+
"color": "#D064AC",
|
|
522
|
+
"fontSize": "48px",
|
|
523
|
+
"fontWeight": 500
|
|
531
524
|
},
|
|
532
525
|
"note": null,
|
|
533
|
-
"height": 6,
|
|
534
|
-
"width": 30,
|
|
535
|
-
"position_y": 2,
|
|
536
526
|
"position_x": 2,
|
|
527
|
+
"height": 4,
|
|
528
|
+
"width": 30,
|
|
529
|
+
"position_y": 4,
|
|
537
530
|
"show_header": false
|
|
538
531
|
},
|
|
539
532
|
{
|
|
540
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
541
533
|
"id": "96e4f6a7-2673-4394-bddc-3b59c1999d2b",
|
|
542
534
|
"dashboard": "d283dd34-6886-4cfd-b1c5-744320562acc",
|
|
535
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
543
536
|
"date_created": "2023-10-20T02:14:21.226Z",
|
|
544
|
-
"type": "metric",
|
|
545
537
|
"name": "Open Activities",
|
|
546
538
|
"icon": "notifications_active",
|
|
547
539
|
"color": "#18222F",
|
|
540
|
+
"type": "metric",
|
|
548
541
|
"options": {
|
|
549
542
|
"collection": "os_activities",
|
|
550
543
|
"sortField": "due_date",
|
|
@@ -570,21 +563,21 @@
|
|
|
570
563
|
]
|
|
571
564
|
},
|
|
572
565
|
"note": null,
|
|
573
|
-
"height": 6,
|
|
574
|
-
"width": 15,
|
|
575
|
-
"position_y": 42,
|
|
576
566
|
"position_x": 37,
|
|
567
|
+
"height": 5,
|
|
568
|
+
"width": 15,
|
|
569
|
+
"position_y": 43,
|
|
577
570
|
"show_header": true
|
|
578
571
|
},
|
|
579
572
|
{
|
|
580
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
581
573
|
"id": "9bf6a9fe-3dc2-460c-863b-3533876c569d",
|
|
582
574
|
"dashboard": "ea9c9be7-dcb3-4351-8a05-0d30c150bb64",
|
|
575
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
583
576
|
"date_created": "2023-10-10T02:27:51.804Z",
|
|
584
|
-
"type": "metric",
|
|
585
577
|
"name": "Total Submissions",
|
|
586
578
|
"icon": "numbers",
|
|
587
579
|
"color": "#A2B5CD",
|
|
580
|
+
"type": "metric",
|
|
588
581
|
"options": {
|
|
589
582
|
"collection": "help_feedback",
|
|
590
583
|
"sortField": null,
|
|
@@ -610,21 +603,21 @@
|
|
|
610
603
|
}
|
|
611
604
|
},
|
|
612
605
|
"note": null,
|
|
606
|
+
"position_x": 1,
|
|
613
607
|
"height": 6,
|
|
614
608
|
"width": 15,
|
|
615
609
|
"position_y": 14,
|
|
616
|
-
"position_x": 1,
|
|
617
610
|
"show_header": true
|
|
618
611
|
},
|
|
619
612
|
{
|
|
620
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
621
613
|
"id": "b2be5f3d-0500-442d-a8c7-84a8d06c92e6",
|
|
622
614
|
"dashboard": "d283dd34-6886-4cfd-b1c5-744320562acc",
|
|
615
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
623
616
|
"date_created": "2023-09-11T13:03:32.298Z",
|
|
624
|
-
"type": "metric",
|
|
625
617
|
"name": "Open Tasks",
|
|
626
618
|
"icon": "notifications_active",
|
|
627
619
|
"color": "#18222F",
|
|
620
|
+
"type": "metric",
|
|
628
621
|
"options": {
|
|
629
622
|
"collection": "os_tasks",
|
|
630
623
|
"sortField": null,
|
|
@@ -650,21 +643,21 @@
|
|
|
650
643
|
]
|
|
651
644
|
},
|
|
652
645
|
"note": null,
|
|
653
|
-
"height": 6,
|
|
654
|
-
"width": 15,
|
|
655
|
-
"position_y": 15,
|
|
656
646
|
"position_x": 37,
|
|
647
|
+
"height": 5,
|
|
648
|
+
"width": 15,
|
|
649
|
+
"position_y": 16,
|
|
657
650
|
"show_header": true
|
|
658
651
|
},
|
|
659
652
|
{
|
|
660
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
661
653
|
"id": "b45fdb03-f5c4-414f-aeec-9f33f3e0340b",
|
|
662
654
|
"dashboard": "ea9c9be7-dcb3-4351-8a05-0d30c150bb64",
|
|
655
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
663
656
|
"date_created": "2023-10-10T02:35:06.509Z",
|
|
664
|
-
"type": "time-series",
|
|
665
657
|
"name": "Average Rating Over Time",
|
|
666
658
|
"icon": "area_chart",
|
|
667
659
|
"color": "#2ECDA7",
|
|
660
|
+
"type": "time-series",
|
|
668
661
|
"options": {
|
|
669
662
|
"collection": "help_feedback",
|
|
670
663
|
"valueField": "rating",
|
|
@@ -694,21 +687,21 @@
|
|
|
694
687
|
}
|
|
695
688
|
},
|
|
696
689
|
"note": null,
|
|
690
|
+
"position_x": 1,
|
|
697
691
|
"height": 10,
|
|
698
692
|
"width": 30,
|
|
699
693
|
"position_y": 30,
|
|
700
|
-
"position_x": 1,
|
|
701
694
|
"show_header": true
|
|
702
695
|
},
|
|
703
696
|
{
|
|
704
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
705
697
|
"id": "b6e4c3e3-655a-42e0-a72a-cb6906fae70f",
|
|
706
698
|
"dashboard": "d283dd34-6886-4cfd-b1c5-744320562acc",
|
|
699
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
707
700
|
"date_created": "2023-09-11T13:08:17.946Z",
|
|
708
|
-
"type": "list",
|
|
709
701
|
"name": "User Activities",
|
|
710
702
|
"icon": "checklist",
|
|
711
703
|
"color": "#18222F",
|
|
704
|
+
"type": "list",
|
|
712
705
|
"options": {
|
|
713
706
|
"collection": "os_activities",
|
|
714
707
|
"sortField": "due_date",
|
|
@@ -728,21 +721,21 @@
|
|
|
728
721
|
}
|
|
729
722
|
},
|
|
730
723
|
"note": null,
|
|
724
|
+
"position_x": 2,
|
|
731
725
|
"height": 20,
|
|
732
726
|
"width": 50,
|
|
733
727
|
"position_y": 48,
|
|
734
|
-
"position_x": 2,
|
|
735
728
|
"show_header": true
|
|
736
729
|
},
|
|
737
730
|
{
|
|
738
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
739
731
|
"id": "b8f3d4ba-b3f6-4169-bcb8-1a8b44dacda0",
|
|
740
732
|
"dashboard": "0d85d827-a045-4dee-bcd3-d72d3a91cc52",
|
|
733
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
741
734
|
"date_created": "2023-10-20T02:29:33.372Z",
|
|
742
|
-
"type": "metric",
|
|
743
735
|
"name": "Won Deals",
|
|
744
736
|
"icon": "hotel_class",
|
|
745
737
|
"color": "#2ECDA7",
|
|
738
|
+
"type": "metric",
|
|
746
739
|
"options": {
|
|
747
740
|
"collection": "os_deals",
|
|
748
741
|
"sortField": null,
|
|
@@ -765,30 +758,30 @@
|
|
|
765
758
|
"value": 0,
|
|
766
759
|
"color": "#2ECDA7"
|
|
767
760
|
}
|
|
768
|
-
]
|
|
761
|
+
],
|
|
762
|
+
"fontWeight": 400
|
|
769
763
|
},
|
|
770
764
|
"note": null,
|
|
765
|
+
"position_x": 32,
|
|
771
766
|
"height": 7,
|
|
772
767
|
"width": 18,
|
|
773
768
|
"position_y": 16,
|
|
774
|
-
"position_x": 32,
|
|
775
769
|
"show_header": true
|
|
776
770
|
},
|
|
777
771
|
{
|
|
778
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
779
772
|
"id": "be40aae0-728b-4171-8c1e-34ca955f89eb",
|
|
780
773
|
"dashboard": "ea9c9be7-dcb3-4351-8a05-0d30c150bb64",
|
|
774
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
781
775
|
"date_created": "2023-10-10T02:32:38.940Z",
|
|
782
|
-
"type": "metric",
|
|
783
776
|
"name": "Average Rating",
|
|
784
777
|
"icon": "star",
|
|
785
778
|
"color": "#18222F",
|
|
779
|
+
"type": "metric",
|
|
786
780
|
"options": {
|
|
787
781
|
"collection": "help_feedback",
|
|
788
782
|
"sortField": null,
|
|
789
783
|
"field": "rating",
|
|
790
784
|
"function": "avg",
|
|
791
|
-
"decimals": 2,
|
|
792
785
|
"filter": {
|
|
793
786
|
"_and": [
|
|
794
787
|
{
|
|
@@ -806,44 +799,48 @@
|
|
|
806
799
|
]
|
|
807
800
|
}
|
|
808
801
|
]
|
|
809
|
-
}
|
|
802
|
+
},
|
|
803
|
+
"minimumFractionDigits": 2,
|
|
804
|
+
"maximumFractionDigits": 2
|
|
810
805
|
},
|
|
811
806
|
"note": "Average rating across all articles. Rating is from 1 - 4. 1 being the lowest score. 4 being the highest.",
|
|
807
|
+
"position_x": 16,
|
|
812
808
|
"height": 6,
|
|
813
809
|
"width": 15,
|
|
814
810
|
"position_y": 14,
|
|
815
|
-
"position_x": 16,
|
|
816
811
|
"show_header": true
|
|
817
812
|
},
|
|
818
813
|
{
|
|
819
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
820
814
|
"id": "c0b8367a-e18e-4f83-8cfe-a6fa92a17553",
|
|
821
815
|
"dashboard": "d283dd34-6886-4cfd-b1c5-744320562acc",
|
|
816
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
822
817
|
"date_created": "2023-09-11T13:10:48.116Z",
|
|
823
|
-
"type": "label",
|
|
824
818
|
"name": "Tasks",
|
|
825
819
|
"icon": "task_alt",
|
|
826
820
|
"color": null,
|
|
821
|
+
"type": "label",
|
|
827
822
|
"options": {
|
|
828
823
|
"text": "Tasks",
|
|
829
|
-
"color": "#18222F"
|
|
824
|
+
"color": "#18222F",
|
|
825
|
+
"fontWeight": 500,
|
|
826
|
+
"fontSize": "48px"
|
|
830
827
|
},
|
|
831
828
|
"note": null,
|
|
832
|
-
"height": 6,
|
|
833
|
-
"width": 20,
|
|
834
|
-
"position_y": 15,
|
|
835
829
|
"position_x": 2,
|
|
836
|
-
"
|
|
830
|
+
"height": 5,
|
|
831
|
+
"width": 20,
|
|
832
|
+
"position_y": 16,
|
|
833
|
+
"show_header": false
|
|
837
834
|
},
|
|
838
835
|
{
|
|
839
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
840
836
|
"id": "dd4f2150-6f2c-42ca-860e-6388ab34a951",
|
|
841
837
|
"dashboard": "0d85d827-a045-4dee-bcd3-d72d3a91cc52",
|
|
838
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
842
839
|
"date_created": "2023-10-20T02:36:29.067Z",
|
|
843
|
-
"type": "list",
|
|
844
840
|
"name": "Open Deals",
|
|
845
841
|
"icon": null,
|
|
846
842
|
"color": "#18222F",
|
|
843
|
+
"type": "list",
|
|
847
844
|
"options": {
|
|
848
845
|
"collection": "os_deals",
|
|
849
846
|
"sortField": "close_date",
|
|
@@ -863,21 +860,21 @@
|
|
|
863
860
|
}
|
|
864
861
|
},
|
|
865
862
|
"note": null,
|
|
863
|
+
"position_x": 2,
|
|
866
864
|
"height": 18,
|
|
867
865
|
"width": 48,
|
|
868
866
|
"position_y": 31,
|
|
869
|
-
"position_x": 2,
|
|
870
867
|
"show_header": true
|
|
871
868
|
},
|
|
872
869
|
{
|
|
873
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
874
870
|
"id": "e02ea3df-0463-453a-a47b-668e29281085",
|
|
875
871
|
"dashboard": "0d85d827-a045-4dee-bcd3-d72d3a91cc52",
|
|
872
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
876
873
|
"date_created": "2023-10-20T02:34:31.208Z",
|
|
877
|
-
"type": "metric",
|
|
878
874
|
"name": "Qualification Amount",
|
|
879
875
|
"icon": null,
|
|
880
876
|
"color": "#FFA439",
|
|
877
|
+
"type": "metric",
|
|
881
878
|
"options": {
|
|
882
879
|
"collection": "os_deals",
|
|
883
880
|
"sortField": null,
|
|
@@ -901,24 +898,26 @@
|
|
|
901
898
|
"color": "#FFC23B"
|
|
902
899
|
}
|
|
903
900
|
],
|
|
904
|
-
"prefix": "$"
|
|
901
|
+
"prefix": "$",
|
|
902
|
+
"fontSize": "64px",
|
|
903
|
+
"fontWeight": 700
|
|
905
904
|
},
|
|
906
905
|
"note": null,
|
|
906
|
+
"position_x": 2,
|
|
907
907
|
"height": 6,
|
|
908
908
|
"width": 15,
|
|
909
909
|
"position_y": 23,
|
|
910
|
-
"position_x": 2,
|
|
911
910
|
"show_header": false
|
|
912
911
|
},
|
|
913
912
|
{
|
|
914
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
915
913
|
"id": "e622d2c5-5e75-47fa-9d92-a7e112d57478",
|
|
916
914
|
"dashboard": "0d85d827-a045-4dee-bcd3-d72d3a91cc52",
|
|
915
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
917
916
|
"date_created": "2023-10-20T02:30:19.344Z",
|
|
918
|
-
"type": "metric",
|
|
919
917
|
"name": "Proposal",
|
|
920
918
|
"icon": null,
|
|
921
919
|
"color": "#FFA439",
|
|
920
|
+
"type": "metric",
|
|
922
921
|
"options": {
|
|
923
922
|
"collection": "os_deals",
|
|
924
923
|
"sortField": null,
|
|
@@ -941,44 +940,47 @@
|
|
|
941
940
|
"value": 0,
|
|
942
941
|
"color": "#FFA439"
|
|
943
942
|
}
|
|
944
|
-
]
|
|
943
|
+
],
|
|
944
|
+
"fontWeight": 400
|
|
945
945
|
},
|
|
946
946
|
"note": null,
|
|
947
|
+
"position_x": 17,
|
|
947
948
|
"height": 7,
|
|
948
949
|
"width": 15,
|
|
949
950
|
"position_y": 16,
|
|
950
|
-
"position_x": 17,
|
|
951
951
|
"show_header": true
|
|
952
952
|
},
|
|
953
953
|
{
|
|
954
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
955
954
|
"id": "e72af19e-3b25-42eb-a415-0c3d3b011749",
|
|
956
955
|
"dashboard": "0d85d827-a045-4dee-bcd3-d72d3a91cc52",
|
|
956
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
957
957
|
"date_created": "2023-10-20T02:40:45.886Z",
|
|
958
|
-
"type": "label",
|
|
959
958
|
"name": null,
|
|
960
959
|
"icon": null,
|
|
961
960
|
"color": null,
|
|
961
|
+
"type": "label",
|
|
962
962
|
"options": {
|
|
963
963
|
"text": "Sales Pipeline",
|
|
964
|
-
"color": "#6644FF"
|
|
964
|
+
"color": "#6644FF",
|
|
965
|
+
"fontWeight": 500,
|
|
966
|
+
"fontSize": "48px"
|
|
965
967
|
},
|
|
966
968
|
"note": null,
|
|
969
|
+
"position_x": 2,
|
|
967
970
|
"height": 6,
|
|
968
971
|
"width": 30,
|
|
969
972
|
"position_y": 2,
|
|
970
|
-
"position_x": 2,
|
|
971
973
|
"show_header": false
|
|
972
974
|
},
|
|
973
975
|
{
|
|
974
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
975
976
|
"id": "f5f8724b-5881-418b-b613-544507755d29",
|
|
976
977
|
"dashboard": "0d85d827-a045-4dee-bcd3-d72d3a91cc52",
|
|
978
|
+
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
977
979
|
"date_created": "2023-10-20T02:29:33.389Z",
|
|
978
|
-
"type": "metric",
|
|
979
980
|
"name": "Won Amount",
|
|
980
981
|
"icon": "hotel_class",
|
|
981
982
|
"color": "#2ECDA7",
|
|
983
|
+
"type": "metric",
|
|
982
984
|
"options": {
|
|
983
985
|
"collection": "os_deals",
|
|
984
986
|
"sortField": null,
|
|
@@ -1003,13 +1005,15 @@
|
|
|
1003
1005
|
}
|
|
1004
1006
|
],
|
|
1005
1007
|
"prefix": "$",
|
|
1006
|
-
"
|
|
1008
|
+
"notation": "compact",
|
|
1009
|
+
"fontSize": "64px",
|
|
1010
|
+
"fontWeight": 700
|
|
1007
1011
|
},
|
|
1008
1012
|
"note": null,
|
|
1013
|
+
"position_x": 32,
|
|
1009
1014
|
"height": 6,
|
|
1010
1015
|
"width": 18,
|
|
1011
1016
|
"position_y": 23,
|
|
1012
|
-
"position_x": 32,
|
|
1013
1017
|
"show_header": false
|
|
1014
1018
|
}
|
|
1015
1019
|
]
|