@almadar/std 7.4.7 → 7.4.8
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/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -269,7 +269,6 @@
|
|
|
269
269
|
"render-ui",
|
|
270
270
|
"main",
|
|
271
271
|
{
|
|
272
|
-
"type": "dashboard-layout",
|
|
273
272
|
"navItems": [
|
|
274
273
|
{
|
|
275
274
|
"label": "Tickets",
|
|
@@ -283,103 +282,105 @@
|
|
|
283
282
|
},
|
|
284
283
|
{
|
|
285
284
|
"label": "Metrics",
|
|
286
|
-
"
|
|
287
|
-
"
|
|
285
|
+
"href": "/metrics",
|
|
286
|
+
"icon": "layout-list"
|
|
288
287
|
}
|
|
289
288
|
],
|
|
289
|
+
"type": "dashboard-layout",
|
|
290
290
|
"children": [
|
|
291
291
|
{
|
|
292
|
-
"
|
|
292
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
293
293
|
"direction": "vertical",
|
|
294
294
|
"type": "stack",
|
|
295
|
-
"
|
|
295
|
+
"gap": "lg",
|
|
296
296
|
"children": [
|
|
297
297
|
{
|
|
298
|
+
"align": "center",
|
|
298
299
|
"type": "stack",
|
|
299
|
-
"gap": "md",
|
|
300
|
-
"direction": "horizontal",
|
|
301
300
|
"justify": "between",
|
|
302
|
-
"align": "center",
|
|
303
301
|
"children": [
|
|
304
302
|
{
|
|
303
|
+
"gap": "sm",
|
|
304
|
+
"type": "stack",
|
|
305
305
|
"direction": "horizontal",
|
|
306
306
|
"align": "center",
|
|
307
307
|
"children": [
|
|
308
308
|
{
|
|
309
|
-
"
|
|
310
|
-
"
|
|
309
|
+
"type": "icon",
|
|
310
|
+
"name": "inbox"
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"content": "Tickets",
|
|
314
|
-
"
|
|
315
|
-
"
|
|
314
|
+
"variant": "h2",
|
|
315
|
+
"type": "typography"
|
|
316
316
|
}
|
|
317
|
-
]
|
|
318
|
-
"type": "stack",
|
|
319
|
-
"gap": "sm"
|
|
317
|
+
]
|
|
320
318
|
},
|
|
321
319
|
{
|
|
322
|
-
"gap": "sm",
|
|
323
|
-
"type": "stack",
|
|
324
320
|
"direction": "horizontal",
|
|
325
321
|
"children": [
|
|
326
322
|
{
|
|
327
|
-
"action": "CREATE",
|
|
328
|
-
"label": "New Ticket",
|
|
329
323
|
"type": "button",
|
|
324
|
+
"icon": "plus",
|
|
325
|
+
"label": "New Ticket",
|
|
330
326
|
"variant": "primary",
|
|
331
|
-
"
|
|
327
|
+
"action": "CREATE"
|
|
332
328
|
}
|
|
333
|
-
]
|
|
329
|
+
],
|
|
330
|
+
"type": "stack",
|
|
331
|
+
"gap": "sm"
|
|
334
332
|
}
|
|
335
|
-
]
|
|
333
|
+
],
|
|
334
|
+
"direction": "horizontal",
|
|
335
|
+
"gap": "md"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"type": "divider"
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
|
+
"type": "simple-grid",
|
|
342
|
+
"cols": 1.0,
|
|
341
343
|
"children": [
|
|
342
344
|
{
|
|
345
|
+
"type": "stat-display",
|
|
346
|
+
"label": "Open Tickets",
|
|
343
347
|
"value": [
|
|
344
348
|
"array/len",
|
|
345
349
|
"@entity"
|
|
346
350
|
],
|
|
347
|
-
"
|
|
348
|
-
"icon": "inbox",
|
|
349
|
-
"label": "Open Tickets"
|
|
351
|
+
"icon": "inbox"
|
|
350
352
|
}
|
|
351
|
-
]
|
|
352
|
-
"cols": 1.0,
|
|
353
|
-
"type": "simple-grid"
|
|
353
|
+
]
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
356
|
"type": "divider"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
|
-
"type": "data-list",
|
|
360
359
|
"fields": [],
|
|
361
|
-
"variant": "card",
|
|
362
360
|
"itemActions": [
|
|
363
361
|
{
|
|
364
|
-
"event": "VIEW",
|
|
365
362
|
"variant": "ghost",
|
|
366
|
-
"label": "View"
|
|
363
|
+
"label": "View",
|
|
364
|
+
"event": "VIEW"
|
|
367
365
|
},
|
|
368
366
|
{
|
|
369
|
-
"event": "EDIT",
|
|
370
367
|
"variant": "ghost",
|
|
368
|
+
"event": "EDIT",
|
|
371
369
|
"label": "Edit"
|
|
372
370
|
},
|
|
373
371
|
{
|
|
374
|
-
"event": "DELETE",
|
|
375
372
|
"variant": "danger",
|
|
376
|
-
"label": "Delete"
|
|
373
|
+
"label": "Delete",
|
|
374
|
+
"event": "DELETE"
|
|
377
375
|
}
|
|
378
376
|
],
|
|
377
|
+
"type": "data-list",
|
|
378
|
+
"entity": "Ticket",
|
|
379
|
+
"variant": "card",
|
|
379
380
|
"columns": [
|
|
380
381
|
{
|
|
381
|
-
"variant": "h3",
|
|
382
382
|
"name": "subject",
|
|
383
|
+
"variant": "h3",
|
|
383
384
|
"icon": "inbox"
|
|
384
385
|
},
|
|
385
386
|
{
|
|
@@ -387,20 +388,19 @@
|
|
|
387
388
|
"variant": "badge"
|
|
388
389
|
},
|
|
389
390
|
{
|
|
390
|
-
"
|
|
391
|
-
"
|
|
391
|
+
"name": "status",
|
|
392
|
+
"variant": "badge"
|
|
392
393
|
},
|
|
393
394
|
{
|
|
394
395
|
"name": "assignee",
|
|
395
396
|
"variant": "body"
|
|
396
397
|
},
|
|
397
398
|
{
|
|
398
|
-
"
|
|
399
|
-
"
|
|
399
|
+
"variant": "caption",
|
|
400
|
+
"name": "description"
|
|
400
401
|
}
|
|
401
402
|
],
|
|
402
|
-
"gap": "sm"
|
|
403
|
-
"entity": "Ticket"
|
|
403
|
+
"gap": "sm"
|
|
404
404
|
}
|
|
405
405
|
]
|
|
406
406
|
}
|
|
@@ -592,28 +592,32 @@
|
|
|
592
592
|
"render-ui",
|
|
593
593
|
"modal",
|
|
594
594
|
{
|
|
595
|
+
"type": "stack",
|
|
596
|
+
"direction": "vertical",
|
|
597
|
+
"gap": "md",
|
|
595
598
|
"children": [
|
|
596
599
|
{
|
|
600
|
+
"direction": "horizontal",
|
|
601
|
+
"gap": "sm",
|
|
597
602
|
"children": [
|
|
598
603
|
{
|
|
599
604
|
"type": "icon",
|
|
600
605
|
"name": "plus-circle"
|
|
601
606
|
},
|
|
602
607
|
{
|
|
603
|
-
"content": "Create Ticket",
|
|
604
608
|
"type": "typography",
|
|
609
|
+
"content": "Create Ticket",
|
|
605
610
|
"variant": "h3"
|
|
606
611
|
}
|
|
607
612
|
],
|
|
608
|
-
"type": "stack"
|
|
609
|
-
"direction": "horizontal",
|
|
610
|
-
"gap": "sm"
|
|
613
|
+
"type": "stack"
|
|
611
614
|
},
|
|
612
615
|
{
|
|
613
616
|
"type": "divider"
|
|
614
617
|
},
|
|
615
618
|
{
|
|
616
|
-
"
|
|
619
|
+
"cancelEvent": "CLOSE",
|
|
620
|
+
"submitEvent": "SAVE",
|
|
617
621
|
"fields": [
|
|
618
622
|
"subject",
|
|
619
623
|
"description",
|
|
@@ -621,15 +625,11 @@
|
|
|
621
625
|
"status",
|
|
622
626
|
"assignee"
|
|
623
627
|
],
|
|
624
|
-
"cancelEvent": "CLOSE",
|
|
625
|
-
"submitEvent": "SAVE",
|
|
626
628
|
"mode": "create",
|
|
627
|
-
"entity": "Ticket"
|
|
629
|
+
"entity": "Ticket",
|
|
630
|
+
"type": "form-section"
|
|
628
631
|
}
|
|
629
|
-
]
|
|
630
|
-
"type": "stack",
|
|
631
|
-
"direction": "vertical",
|
|
632
|
-
"gap": "md"
|
|
632
|
+
]
|
|
633
633
|
}
|
|
634
634
|
]
|
|
635
635
|
]
|
|
@@ -866,25 +866,25 @@
|
|
|
866
866
|
"fetch",
|
|
867
867
|
"Ticket",
|
|
868
868
|
{
|
|
869
|
+
"id": "@payload.id",
|
|
869
870
|
"emit": {
|
|
870
871
|
"success": "TicketLoaded",
|
|
871
872
|
"failure": "TicketLoadFailed"
|
|
872
|
-
}
|
|
873
|
-
"id": "@payload.id"
|
|
873
|
+
}
|
|
874
874
|
}
|
|
875
875
|
],
|
|
876
876
|
[
|
|
877
877
|
"render-ui",
|
|
878
878
|
"modal",
|
|
879
879
|
{
|
|
880
|
+
"gap": "md",
|
|
880
881
|
"children": [
|
|
881
882
|
{
|
|
882
883
|
"gap": "sm",
|
|
883
|
-
"direction": "horizontal",
|
|
884
884
|
"children": [
|
|
885
885
|
{
|
|
886
|
-
"
|
|
887
|
-
"
|
|
886
|
+
"name": "edit",
|
|
887
|
+
"type": "icon"
|
|
888
888
|
},
|
|
889
889
|
{
|
|
890
890
|
"type": "typography",
|
|
@@ -892,28 +892,28 @@
|
|
|
892
892
|
"variant": "h3"
|
|
893
893
|
}
|
|
894
894
|
],
|
|
895
|
-
"type": "stack"
|
|
895
|
+
"type": "stack",
|
|
896
|
+
"direction": "horizontal"
|
|
896
897
|
},
|
|
897
898
|
{
|
|
898
899
|
"type": "divider"
|
|
899
900
|
},
|
|
900
901
|
{
|
|
901
902
|
"entityId": "@entity.id",
|
|
902
|
-
"mode": "edit",
|
|
903
|
-
"type": "form-section",
|
|
904
|
-
"submitEvent": "SAVE",
|
|
905
|
-
"cancelEvent": "CLOSE",
|
|
906
903
|
"entity": "Ticket",
|
|
904
|
+
"submitEvent": "SAVE",
|
|
905
|
+
"mode": "edit",
|
|
907
906
|
"fields": [
|
|
908
907
|
"subject",
|
|
909
908
|
"description",
|
|
910
909
|
"priority",
|
|
911
910
|
"status",
|
|
912
911
|
"assignee"
|
|
913
|
-
]
|
|
912
|
+
],
|
|
913
|
+
"type": "form-section",
|
|
914
|
+
"cancelEvent": "CLOSE"
|
|
914
915
|
}
|
|
915
916
|
],
|
|
916
|
-
"gap": "md",
|
|
917
917
|
"direction": "vertical",
|
|
918
918
|
"type": "stack"
|
|
919
919
|
}
|
|
@@ -1138,24 +1138,23 @@
|
|
|
1138
1138
|
"fetch",
|
|
1139
1139
|
"Ticket",
|
|
1140
1140
|
{
|
|
1141
|
-
"id": "@payload.id",
|
|
1142
1141
|
"emit": {
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
1145
|
-
}
|
|
1142
|
+
"success": "TicketLoaded",
|
|
1143
|
+
"failure": "TicketLoadFailed"
|
|
1144
|
+
},
|
|
1145
|
+
"id": "@payload.id"
|
|
1146
1146
|
}
|
|
1147
1147
|
],
|
|
1148
1148
|
[
|
|
1149
1149
|
"render-ui",
|
|
1150
1150
|
"modal",
|
|
1151
1151
|
{
|
|
1152
|
+
"direction": "vertical",
|
|
1153
|
+
"type": "stack",
|
|
1152
1154
|
"gap": "md",
|
|
1153
1155
|
"children": [
|
|
1154
1156
|
{
|
|
1155
|
-
"type": "stack",
|
|
1156
|
-
"direction": "horizontal",
|
|
1157
1157
|
"gap": "sm",
|
|
1158
|
-
"align": "center",
|
|
1159
1158
|
"children": [
|
|
1160
1159
|
{
|
|
1161
1160
|
"name": "eye",
|
|
@@ -1166,47 +1165,51 @@
|
|
|
1166
1165
|
"variant": "h3",
|
|
1167
1166
|
"content": "@entity.subject"
|
|
1168
1167
|
}
|
|
1169
|
-
]
|
|
1168
|
+
],
|
|
1169
|
+
"align": "center",
|
|
1170
|
+
"direction": "horizontal",
|
|
1171
|
+
"type": "stack"
|
|
1170
1172
|
},
|
|
1171
1173
|
{
|
|
1172
1174
|
"type": "divider"
|
|
1173
1175
|
},
|
|
1174
1176
|
{
|
|
1175
1177
|
"type": "stack",
|
|
1176
|
-
"direction": "horizontal",
|
|
1177
1178
|
"children": [
|
|
1178
1179
|
{
|
|
1180
|
+
"variant": "caption",
|
|
1179
1181
|
"content": "Subject",
|
|
1180
|
-
"type": "typography"
|
|
1181
|
-
"variant": "caption"
|
|
1182
|
+
"type": "typography"
|
|
1182
1183
|
},
|
|
1183
1184
|
{
|
|
1184
|
-
"type": "typography",
|
|
1185
1185
|
"variant": "body",
|
|
1186
|
+
"type": "typography",
|
|
1186
1187
|
"content": "@entity.subject"
|
|
1187
1188
|
}
|
|
1188
1189
|
],
|
|
1189
|
-
"gap": "md"
|
|
1190
|
+
"gap": "md",
|
|
1191
|
+
"direction": "horizontal"
|
|
1190
1192
|
},
|
|
1191
1193
|
{
|
|
1192
1194
|
"type": "stack",
|
|
1193
|
-
"direction": "horizontal",
|
|
1194
1195
|
"children": [
|
|
1195
1196
|
{
|
|
1197
|
+
"content": "Description",
|
|
1196
1198
|
"type": "typography",
|
|
1197
|
-
"variant": "caption"
|
|
1198
|
-
"content": "Description"
|
|
1199
|
+
"variant": "caption"
|
|
1199
1200
|
},
|
|
1200
1201
|
{
|
|
1201
|
-
"type": "typography",
|
|
1202
1202
|
"content": "@entity.description",
|
|
1203
|
+
"type": "typography",
|
|
1203
1204
|
"variant": "body"
|
|
1204
1205
|
}
|
|
1205
1206
|
],
|
|
1207
|
+
"direction": "horizontal",
|
|
1206
1208
|
"gap": "md"
|
|
1207
1209
|
},
|
|
1208
1210
|
{
|
|
1209
1211
|
"gap": "md",
|
|
1212
|
+
"direction": "horizontal",
|
|
1210
1213
|
"children": [
|
|
1211
1214
|
{
|
|
1212
1215
|
"type": "typography",
|
|
@@ -1214,22 +1217,20 @@
|
|
|
1214
1217
|
"content": "Priority"
|
|
1215
1218
|
},
|
|
1216
1219
|
{
|
|
1217
|
-
"
|
|
1220
|
+
"variant": "body",
|
|
1218
1221
|
"content": "@entity.priority",
|
|
1219
|
-
"
|
|
1222
|
+
"type": "typography"
|
|
1220
1223
|
}
|
|
1221
1224
|
],
|
|
1222
|
-
"type": "stack"
|
|
1223
|
-
"direction": "horizontal"
|
|
1225
|
+
"type": "stack"
|
|
1224
1226
|
},
|
|
1225
1227
|
{
|
|
1226
|
-
"gap": "md",
|
|
1227
|
-
"direction": "horizontal",
|
|
1228
1228
|
"type": "stack",
|
|
1229
|
+
"gap": "md",
|
|
1229
1230
|
"children": [
|
|
1230
1231
|
{
|
|
1231
|
-
"variant": "caption",
|
|
1232
1232
|
"content": "Status",
|
|
1233
|
+
"variant": "caption",
|
|
1233
1234
|
"type": "typography"
|
|
1234
1235
|
},
|
|
1235
1236
|
{
|
|
@@ -1237,52 +1238,51 @@
|
|
|
1237
1238
|
"variant": "body",
|
|
1238
1239
|
"type": "typography"
|
|
1239
1240
|
}
|
|
1240
|
-
]
|
|
1241
|
+
],
|
|
1242
|
+
"direction": "horizontal"
|
|
1241
1243
|
},
|
|
1242
1244
|
{
|
|
1245
|
+
"type": "stack",
|
|
1246
|
+
"gap": "md",
|
|
1247
|
+
"direction": "horizontal",
|
|
1243
1248
|
"children": [
|
|
1244
1249
|
{
|
|
1245
|
-
"
|
|
1250
|
+
"variant": "caption",
|
|
1246
1251
|
"content": "Assignee",
|
|
1247
|
-
"
|
|
1252
|
+
"type": "typography"
|
|
1248
1253
|
},
|
|
1249
1254
|
{
|
|
1250
|
-
"variant": "body",
|
|
1251
1255
|
"type": "typography",
|
|
1256
|
+
"variant": "body",
|
|
1252
1257
|
"content": "@entity.assignee"
|
|
1253
1258
|
}
|
|
1254
|
-
]
|
|
1255
|
-
"type": "stack",
|
|
1256
|
-
"direction": "horizontal",
|
|
1257
|
-
"gap": "md"
|
|
1259
|
+
]
|
|
1258
1260
|
},
|
|
1259
1261
|
{
|
|
1260
1262
|
"type": "divider"
|
|
1261
1263
|
},
|
|
1262
1264
|
{
|
|
1263
|
-
"direction": "horizontal",
|
|
1264
|
-
"gap": "sm",
|
|
1265
|
-
"type": "stack",
|
|
1266
1265
|
"children": [
|
|
1267
1266
|
{
|
|
1268
|
-
"
|
|
1269
|
-
"action": "EDIT",
|
|
1267
|
+
"label": "Edit",
|
|
1270
1268
|
"icon": "edit",
|
|
1271
1269
|
"type": "button",
|
|
1272
|
-
"
|
|
1270
|
+
"action": "EDIT",
|
|
1271
|
+
"variant": "primary"
|
|
1273
1272
|
},
|
|
1274
1273
|
{
|
|
1274
|
+
"action": "CLOSE",
|
|
1275
1275
|
"variant": "ghost",
|
|
1276
1276
|
"label": "Close",
|
|
1277
|
-
"action": "CLOSE",
|
|
1278
1277
|
"type": "button"
|
|
1279
1278
|
}
|
|
1280
1279
|
],
|
|
1280
|
+
"type": "stack",
|
|
1281
|
+
"direction": "horizontal",
|
|
1282
|
+
"gap": "sm",
|
|
1281
1283
|
"justify": "end"
|
|
1282
1284
|
}
|
|
1283
|
-
]
|
|
1284
|
-
"type": "stack",
|
|
1285
|
-
"direction": "vertical"
|
|
1285
|
+
]
|
|
1286
1286
|
}
|
|
1287
1287
|
]
|
|
1288
1288
|
]
|
|
@@ -1511,34 +1511,35 @@
|
|
|
1511
1511
|
"fetch",
|
|
1512
1512
|
"Ticket",
|
|
1513
1513
|
{
|
|
1514
|
+
"id": "@payload.id",
|
|
1514
1515
|
"emit": {
|
|
1515
|
-
"
|
|
1516
|
-
"
|
|
1517
|
-
}
|
|
1518
|
-
"id": "@payload.id"
|
|
1516
|
+
"failure": "TicketLoadFailed",
|
|
1517
|
+
"success": "TicketLoaded"
|
|
1518
|
+
}
|
|
1519
1519
|
}
|
|
1520
1520
|
],
|
|
1521
1521
|
[
|
|
1522
1522
|
"render-ui",
|
|
1523
1523
|
"modal",
|
|
1524
1524
|
{
|
|
1525
|
-
"gap": "md",
|
|
1526
1525
|
"direction": "vertical",
|
|
1526
|
+
"type": "stack",
|
|
1527
|
+
"gap": "md",
|
|
1527
1528
|
"children": [
|
|
1528
1529
|
{
|
|
1529
1530
|
"type": "stack",
|
|
1530
|
-
"align": "center",
|
|
1531
1531
|
"direction": "horizontal",
|
|
1532
1532
|
"gap": "sm",
|
|
1533
|
+
"align": "center",
|
|
1533
1534
|
"children": [
|
|
1534
1535
|
{
|
|
1535
1536
|
"name": "alert-triangle",
|
|
1536
1537
|
"type": "icon"
|
|
1537
1538
|
},
|
|
1538
1539
|
{
|
|
1540
|
+
"type": "typography",
|
|
1539
1541
|
"content": "Delete Ticket",
|
|
1540
|
-
"variant": "h3"
|
|
1541
|
-
"type": "typography"
|
|
1542
|
+
"variant": "h3"
|
|
1542
1543
|
}
|
|
1543
1544
|
]
|
|
1544
1545
|
},
|
|
@@ -1551,28 +1552,27 @@
|
|
|
1551
1552
|
"message": "This action cannot be undone."
|
|
1552
1553
|
},
|
|
1553
1554
|
{
|
|
1554
|
-
"type": "stack",
|
|
1555
|
-
"justify": "end",
|
|
1556
1555
|
"gap": "sm",
|
|
1557
1556
|
"children": [
|
|
1558
1557
|
{
|
|
1559
|
-
"
|
|
1558
|
+
"type": "button",
|
|
1560
1559
|
"label": "Cancel",
|
|
1561
1560
|
"action": "CANCEL",
|
|
1562
|
-
"
|
|
1561
|
+
"variant": "ghost"
|
|
1563
1562
|
},
|
|
1564
1563
|
{
|
|
1565
|
-
"action": "CONFIRM_DELETE",
|
|
1566
|
-
"variant": "danger",
|
|
1567
1564
|
"type": "button",
|
|
1565
|
+
"variant": "danger",
|
|
1568
1566
|
"label": "Delete",
|
|
1569
|
-
"icon": "check"
|
|
1567
|
+
"icon": "check",
|
|
1568
|
+
"action": "CONFIRM_DELETE"
|
|
1570
1569
|
}
|
|
1571
1570
|
],
|
|
1572
|
-
"
|
|
1571
|
+
"justify": "end",
|
|
1572
|
+
"direction": "horizontal",
|
|
1573
|
+
"type": "stack"
|
|
1573
1574
|
}
|
|
1574
|
-
]
|
|
1575
|
-
"type": "stack"
|
|
1575
|
+
]
|
|
1576
1576
|
}
|
|
1577
1577
|
]
|
|
1578
1578
|
]
|
|
@@ -1855,108 +1855,108 @@
|
|
|
1855
1855
|
"render-ui",
|
|
1856
1856
|
"main",
|
|
1857
1857
|
{
|
|
1858
|
-
"appName": "Helpdesk",
|
|
1859
1858
|
"children": [
|
|
1860
1859
|
{
|
|
1861
|
-
"
|
|
1860
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1862
1861
|
"type": "stack",
|
|
1862
|
+
"gap": "lg",
|
|
1863
|
+
"direction": "vertical",
|
|
1863
1864
|
"children": [
|
|
1864
1865
|
{
|
|
1865
|
-
"
|
|
1866
|
+
"type": "stack",
|
|
1867
|
+
"gap": "md",
|
|
1866
1868
|
"children": [
|
|
1867
1869
|
{
|
|
1868
|
-
"
|
|
1870
|
+
"align": "center",
|
|
1869
1871
|
"direction": "horizontal",
|
|
1872
|
+
"gap": "sm",
|
|
1873
|
+
"type": "stack",
|
|
1870
1874
|
"children": [
|
|
1871
1875
|
{
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
1876
|
+
"type": "icon",
|
|
1877
|
+
"name": "message-circle"
|
|
1874
1878
|
},
|
|
1875
1879
|
{
|
|
1876
|
-
"content": "Responses",
|
|
1877
1880
|
"type": "typography",
|
|
1878
|
-
"variant": "h2"
|
|
1881
|
+
"variant": "h2",
|
|
1882
|
+
"content": "Responses"
|
|
1879
1883
|
}
|
|
1880
|
-
]
|
|
1881
|
-
"align": "center",
|
|
1882
|
-
"gap": "sm"
|
|
1884
|
+
]
|
|
1883
1885
|
},
|
|
1884
1886
|
{
|
|
1885
|
-
"
|
|
1887
|
+
"type": "stack",
|
|
1886
1888
|
"children": [
|
|
1887
1889
|
{
|
|
1888
|
-
"type": "button",
|
|
1889
1890
|
"icon": "edit",
|
|
1890
|
-
"
|
|
1891
|
+
"action": "COMPOSE",
|
|
1891
1892
|
"label": "Compose",
|
|
1892
|
-
"
|
|
1893
|
+
"variant": "primary",
|
|
1894
|
+
"type": "button"
|
|
1893
1895
|
}
|
|
1894
1896
|
],
|
|
1895
|
-
"
|
|
1897
|
+
"direction": "horizontal",
|
|
1896
1898
|
"gap": "sm"
|
|
1897
1899
|
}
|
|
1898
1900
|
],
|
|
1899
|
-
"gap": "md",
|
|
1900
1901
|
"direction": "horizontal",
|
|
1901
1902
|
"align": "center",
|
|
1902
|
-
"
|
|
1903
|
+
"justify": "between"
|
|
1903
1904
|
},
|
|
1904
1905
|
{
|
|
1905
1906
|
"type": "divider"
|
|
1906
1907
|
},
|
|
1907
1908
|
{
|
|
1908
|
-
"
|
|
1909
|
+
"variant": "card",
|
|
1910
|
+
"entity": "Response",
|
|
1911
|
+
"fields": [],
|
|
1909
1912
|
"itemActions": [
|
|
1910
1913
|
{
|
|
1911
|
-
"
|
|
1914
|
+
"variant": "ghost",
|
|
1912
1915
|
"label": "View",
|
|
1913
|
-
"
|
|
1916
|
+
"event": "VIEW"
|
|
1914
1917
|
}
|
|
1915
1918
|
],
|
|
1919
|
+
"type": "data-list",
|
|
1920
|
+
"gap": "sm",
|
|
1916
1921
|
"columns": [
|
|
1917
1922
|
{
|
|
1918
|
-
"icon": "message-circle",
|
|
1919
1923
|
"variant": "h4",
|
|
1920
|
-
"name": "author"
|
|
1924
|
+
"name": "author",
|
|
1925
|
+
"icon": "message-circle"
|
|
1921
1926
|
},
|
|
1922
1927
|
{
|
|
1923
|
-
"
|
|
1924
|
-
"
|
|
1928
|
+
"name": "body",
|
|
1929
|
+
"variant": "body"
|
|
1925
1930
|
},
|
|
1926
1931
|
{
|
|
1927
1932
|
"name": "createdAt",
|
|
1928
|
-
"
|
|
1929
|
-
"
|
|
1933
|
+
"variant": "caption",
|
|
1934
|
+
"format": "date"
|
|
1930
1935
|
}
|
|
1931
|
-
]
|
|
1932
|
-
"variant": "card",
|
|
1933
|
-
"entity": "Response",
|
|
1934
|
-
"fields": [],
|
|
1935
|
-
"gap": "sm"
|
|
1936
|
+
]
|
|
1936
1937
|
}
|
|
1937
|
-
]
|
|
1938
|
-
"gap": "lg",
|
|
1939
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
1938
|
+
]
|
|
1940
1939
|
}
|
|
1941
1940
|
],
|
|
1942
|
-
"type": "dashboard-layout",
|
|
1943
1941
|
"navItems": [
|
|
1944
1942
|
{
|
|
1945
1943
|
"icon": "inbox",
|
|
1946
|
-
"
|
|
1947
|
-
"
|
|
1944
|
+
"label": "Tickets",
|
|
1945
|
+
"href": "/tickets"
|
|
1948
1946
|
},
|
|
1949
1947
|
{
|
|
1950
|
-
"
|
|
1948
|
+
"href": "/responses",
|
|
1951
1949
|
"label": "Responses",
|
|
1952
|
-
"
|
|
1950
|
+
"icon": "message-circle"
|
|
1953
1951
|
},
|
|
1954
1952
|
{
|
|
1955
1953
|
"label": "Metrics",
|
|
1956
1954
|
"href": "/metrics",
|
|
1957
1955
|
"icon": "layout-list"
|
|
1958
1956
|
}
|
|
1959
|
-
]
|
|
1957
|
+
],
|
|
1958
|
+
"type": "dashboard-layout",
|
|
1959
|
+
"appName": "Helpdesk"
|
|
1960
1960
|
}
|
|
1961
1961
|
]
|
|
1962
1962
|
]
|
|
@@ -2105,42 +2105,42 @@
|
|
|
2105
2105
|
"render-ui",
|
|
2106
2106
|
"modal",
|
|
2107
2107
|
{
|
|
2108
|
-
"type": "stack",
|
|
2109
|
-
"direction": "vertical",
|
|
2110
|
-
"gap": "md",
|
|
2111
2108
|
"children": [
|
|
2112
2109
|
{
|
|
2113
2110
|
"gap": "sm",
|
|
2114
|
-
"
|
|
2111
|
+
"type": "stack",
|
|
2115
2112
|
"children": [
|
|
2116
2113
|
{
|
|
2117
2114
|
"name": "edit",
|
|
2118
2115
|
"type": "icon"
|
|
2119
2116
|
},
|
|
2120
2117
|
{
|
|
2121
|
-
"variant": "h3",
|
|
2122
2118
|
"type": "typography",
|
|
2123
|
-
"content": "New Response"
|
|
2119
|
+
"content": "New Response",
|
|
2120
|
+
"variant": "h3"
|
|
2124
2121
|
}
|
|
2125
2122
|
],
|
|
2126
|
-
"
|
|
2123
|
+
"direction": "horizontal"
|
|
2127
2124
|
},
|
|
2128
2125
|
{
|
|
2129
2126
|
"type": "divider"
|
|
2130
2127
|
},
|
|
2131
2128
|
{
|
|
2129
|
+
"type": "form-section",
|
|
2130
|
+
"entity": "Response",
|
|
2131
|
+
"mode": "create",
|
|
2132
|
+
"cancelEvent": "CLOSE",
|
|
2132
2133
|
"fields": [
|
|
2133
2134
|
"ticketId",
|
|
2134
2135
|
"body",
|
|
2135
2136
|
"author"
|
|
2136
2137
|
],
|
|
2137
|
-
"
|
|
2138
|
-
"submitEvent": "SEND",
|
|
2139
|
-
"type": "form-section",
|
|
2140
|
-
"mode": "create",
|
|
2141
|
-
"cancelEvent": "CLOSE"
|
|
2138
|
+
"submitEvent": "SEND"
|
|
2142
2139
|
}
|
|
2143
|
-
]
|
|
2140
|
+
],
|
|
2141
|
+
"gap": "md",
|
|
2142
|
+
"direction": "vertical",
|
|
2143
|
+
"type": "stack"
|
|
2144
2144
|
}
|
|
2145
2145
|
]
|
|
2146
2146
|
]
|
|
@@ -2346,26 +2346,25 @@
|
|
|
2346
2346
|
"render-ui",
|
|
2347
2347
|
"modal",
|
|
2348
2348
|
{
|
|
2349
|
-
"direction": "vertical",
|
|
2350
|
-
"type": "stack",
|
|
2351
2349
|
"gap": "md",
|
|
2350
|
+
"type": "stack",
|
|
2352
2351
|
"children": [
|
|
2353
2352
|
{
|
|
2354
|
-
"gap": "sm",
|
|
2355
|
-
"align": "center",
|
|
2356
|
-
"direction": "horizontal",
|
|
2357
|
-
"type": "stack",
|
|
2358
2353
|
"children": [
|
|
2359
2354
|
{
|
|
2360
|
-
"
|
|
2361
|
-
"
|
|
2355
|
+
"type": "icon",
|
|
2356
|
+
"name": "eye"
|
|
2362
2357
|
},
|
|
2363
2358
|
{
|
|
2364
|
-
"content": "@entity.ticketId",
|
|
2365
2359
|
"type": "typography",
|
|
2360
|
+
"content": "@entity.ticketId",
|
|
2366
2361
|
"variant": "h3"
|
|
2367
2362
|
}
|
|
2368
|
-
]
|
|
2363
|
+
],
|
|
2364
|
+
"type": "stack",
|
|
2365
|
+
"align": "center",
|
|
2366
|
+
"direction": "horizontal",
|
|
2367
|
+
"gap": "sm"
|
|
2369
2368
|
},
|
|
2370
2369
|
{
|
|
2371
2370
|
"type": "divider"
|
|
@@ -2378,63 +2377,63 @@
|
|
|
2378
2377
|
"content": "Ticket ID"
|
|
2379
2378
|
},
|
|
2380
2379
|
{
|
|
2381
|
-
"variant": "body",
|
|
2382
2380
|
"content": "@entity.ticketId",
|
|
2383
|
-
"type": "typography"
|
|
2381
|
+
"type": "typography",
|
|
2382
|
+
"variant": "body"
|
|
2384
2383
|
}
|
|
2385
2384
|
],
|
|
2386
|
-
"
|
|
2385
|
+
"type": "stack",
|
|
2387
2386
|
"gap": "md",
|
|
2388
|
-
"
|
|
2387
|
+
"direction": "horizontal"
|
|
2389
2388
|
},
|
|
2390
2389
|
{
|
|
2391
|
-
"direction": "horizontal",
|
|
2392
2390
|
"children": [
|
|
2393
2391
|
{
|
|
2394
2392
|
"type": "typography",
|
|
2395
|
-
"
|
|
2396
|
-
"
|
|
2393
|
+
"content": "Body",
|
|
2394
|
+
"variant": "caption"
|
|
2397
2395
|
},
|
|
2398
2396
|
{
|
|
2399
|
-
"
|
|
2397
|
+
"type": "typography",
|
|
2400
2398
|
"variant": "body",
|
|
2401
|
-
"
|
|
2399
|
+
"content": "@entity.body"
|
|
2402
2400
|
}
|
|
2403
2401
|
],
|
|
2404
|
-
"
|
|
2405
|
-
"gap": "md"
|
|
2402
|
+
"direction": "horizontal",
|
|
2403
|
+
"gap": "md",
|
|
2404
|
+
"type": "stack"
|
|
2406
2405
|
},
|
|
2407
2406
|
{
|
|
2407
|
+
"gap": "md",
|
|
2408
|
+
"type": "stack",
|
|
2408
2409
|
"children": [
|
|
2409
2410
|
{
|
|
2410
|
-
"
|
|
2411
|
+
"type": "typography",
|
|
2411
2412
|
"content": "Author",
|
|
2412
|
-
"
|
|
2413
|
+
"variant": "caption"
|
|
2413
2414
|
},
|
|
2414
2415
|
{
|
|
2415
2416
|
"type": "typography",
|
|
2416
|
-
"
|
|
2417
|
-
"
|
|
2417
|
+
"content": "@entity.author",
|
|
2418
|
+
"variant": "body"
|
|
2418
2419
|
}
|
|
2419
2420
|
],
|
|
2420
|
-
"direction": "horizontal"
|
|
2421
|
-
"gap": "md",
|
|
2422
|
-
"type": "stack"
|
|
2421
|
+
"direction": "horizontal"
|
|
2423
2422
|
},
|
|
2424
2423
|
{
|
|
2425
2424
|
"type": "stack",
|
|
2426
|
-
"direction": "horizontal",
|
|
2427
2425
|
"gap": "md",
|
|
2426
|
+
"direction": "horizontal",
|
|
2428
2427
|
"children": [
|
|
2429
2428
|
{
|
|
2430
2429
|
"content": "Created At",
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2430
|
+
"type": "typography",
|
|
2431
|
+
"variant": "caption"
|
|
2433
2432
|
},
|
|
2434
2433
|
{
|
|
2435
|
-
"type": "typography",
|
|
2436
2434
|
"variant": "body",
|
|
2437
|
-
"content": "@entity.createdAt"
|
|
2435
|
+
"content": "@entity.createdAt",
|
|
2436
|
+
"type": "typography"
|
|
2438
2437
|
}
|
|
2439
2438
|
]
|
|
2440
2439
|
},
|
|
@@ -2446,8 +2445,8 @@
|
|
|
2446
2445
|
"children": [
|
|
2447
2446
|
{
|
|
2448
2447
|
"type": "button",
|
|
2449
|
-
"action": "CLOSE",
|
|
2450
2448
|
"label": "Close",
|
|
2449
|
+
"action": "CLOSE",
|
|
2451
2450
|
"variant": "ghost"
|
|
2452
2451
|
}
|
|
2453
2452
|
],
|
|
@@ -2455,7 +2454,8 @@
|
|
|
2455
2454
|
"type": "stack",
|
|
2456
2455
|
"gap": "sm"
|
|
2457
2456
|
}
|
|
2458
|
-
]
|
|
2457
|
+
],
|
|
2458
|
+
"direction": "vertical"
|
|
2459
2459
|
}
|
|
2460
2460
|
]
|
|
2461
2461
|
]
|
|
@@ -2710,33 +2710,15 @@
|
|
|
2710
2710
|
"render-ui",
|
|
2711
2711
|
"main",
|
|
2712
2712
|
{
|
|
2713
|
-
"appName": "Helpdesk",
|
|
2714
|
-
"navItems": [
|
|
2715
|
-
{
|
|
2716
|
-
"label": "Tickets",
|
|
2717
|
-
"href": "/tickets",
|
|
2718
|
-
"icon": "inbox"
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"href": "/responses",
|
|
2722
|
-
"icon": "message-circle",
|
|
2723
|
-
"label": "Responses"
|
|
2724
|
-
},
|
|
2725
|
-
{
|
|
2726
|
-
"icon": "layout-list",
|
|
2727
|
-
"label": "Metrics",
|
|
2728
|
-
"href": "/metrics"
|
|
2729
|
-
}
|
|
2730
|
-
],
|
|
2731
|
-
"type": "dashboard-layout",
|
|
2732
2713
|
"children": [
|
|
2733
2714
|
{
|
|
2734
2715
|
"type": "scaled-diagram",
|
|
2735
2716
|
"children": [
|
|
2736
2717
|
{
|
|
2718
|
+
"type": "stack",
|
|
2719
|
+
"direction": "vertical",
|
|
2737
2720
|
"children": [
|
|
2738
2721
|
{
|
|
2739
|
-
"type": "breadcrumb",
|
|
2740
2722
|
"items": [
|
|
2741
2723
|
{
|
|
2742
2724
|
"label": "Home",
|
|
@@ -2745,51 +2727,49 @@
|
|
|
2745
2727
|
{
|
|
2746
2728
|
"label": "Support Metrics"
|
|
2747
2729
|
}
|
|
2748
|
-
]
|
|
2730
|
+
],
|
|
2731
|
+
"type": "breadcrumb"
|
|
2749
2732
|
},
|
|
2750
2733
|
{
|
|
2751
|
-
"justify": "between",
|
|
2752
2734
|
"direction": "horizontal",
|
|
2753
2735
|
"type": "stack",
|
|
2754
|
-
"gap": "md",
|
|
2755
2736
|
"children": [
|
|
2756
2737
|
{
|
|
2757
2738
|
"children": [
|
|
2758
2739
|
{
|
|
2759
|
-
"
|
|
2760
|
-
"
|
|
2740
|
+
"name": "activity",
|
|
2741
|
+
"type": "icon"
|
|
2761
2742
|
},
|
|
2762
2743
|
{
|
|
2763
|
-
"variant": "h2",
|
|
2764
2744
|
"type": "typography",
|
|
2765
|
-
"content": "Support Metrics"
|
|
2745
|
+
"content": "Support Metrics",
|
|
2746
|
+
"variant": "h2"
|
|
2766
2747
|
}
|
|
2767
2748
|
],
|
|
2768
|
-
"direction": "horizontal",
|
|
2769
2749
|
"gap": "md",
|
|
2770
|
-
"type": "stack"
|
|
2750
|
+
"type": "stack",
|
|
2751
|
+
"direction": "horizontal"
|
|
2771
2752
|
},
|
|
2772
2753
|
{
|
|
2773
|
-
"
|
|
2754
|
+
"variant": "secondary",
|
|
2774
2755
|
"type": "button",
|
|
2756
|
+
"action": "REFRESH",
|
|
2775
2757
|
"label": "Refresh",
|
|
2776
|
-
"icon": "refresh-cw"
|
|
2777
|
-
"variant": "secondary"
|
|
2758
|
+
"icon": "refresh-cw"
|
|
2778
2759
|
}
|
|
2779
|
-
]
|
|
2760
|
+
],
|
|
2761
|
+
"justify": "between",
|
|
2762
|
+
"gap": "md"
|
|
2780
2763
|
},
|
|
2781
2764
|
{
|
|
2782
2765
|
"type": "divider"
|
|
2783
2766
|
},
|
|
2784
2767
|
{
|
|
2785
|
-
"type": "box",
|
|
2786
2768
|
"children": [
|
|
2787
2769
|
{
|
|
2788
|
-
"cols": 3.0,
|
|
2789
2770
|
"type": "simple-grid",
|
|
2790
2771
|
"children": [
|
|
2791
2772
|
{
|
|
2792
|
-
"type": "stat-display",
|
|
2793
2773
|
"value": [
|
|
2794
2774
|
"object/get",
|
|
2795
2775
|
[
|
|
@@ -2798,6 +2778,7 @@
|
|
|
2798
2778
|
],
|
|
2799
2779
|
"openTickets"
|
|
2800
2780
|
],
|
|
2781
|
+
"type": "stat-display",
|
|
2801
2782
|
"label": "OpenTickets"
|
|
2802
2783
|
},
|
|
2803
2784
|
{
|
|
@@ -2809,22 +2790,23 @@
|
|
|
2809
2790
|
],
|
|
2810
2791
|
"resolvedTickets"
|
|
2811
2792
|
],
|
|
2812
|
-
"
|
|
2813
|
-
"
|
|
2793
|
+
"type": "stat-display",
|
|
2794
|
+
"label": "ResolvedTickets"
|
|
2814
2795
|
},
|
|
2815
2796
|
{
|
|
2816
2797
|
"type": "card",
|
|
2817
2798
|
"children": [
|
|
2818
2799
|
{
|
|
2800
|
+
"type": "stack",
|
|
2801
|
+
"gap": "sm",
|
|
2802
|
+
"direction": "vertical",
|
|
2819
2803
|
"children": [
|
|
2820
2804
|
{
|
|
2821
|
-
"content": "AvgResponseTime",
|
|
2822
2805
|
"type": "typography",
|
|
2823
|
-
"variant": "caption"
|
|
2806
|
+
"variant": "caption",
|
|
2807
|
+
"content": "AvgResponseTime"
|
|
2824
2808
|
},
|
|
2825
2809
|
{
|
|
2826
|
-
"type": "typography",
|
|
2827
|
-
"variant": "h3",
|
|
2828
2810
|
"content": [
|
|
2829
2811
|
"object/get",
|
|
2830
2812
|
[
|
|
@@ -2832,17 +2814,16 @@
|
|
|
2832
2814
|
"@entity"
|
|
2833
2815
|
],
|
|
2834
2816
|
"avgResponseTime"
|
|
2835
|
-
]
|
|
2817
|
+
],
|
|
2818
|
+
"variant": "h3",
|
|
2819
|
+
"type": "typography"
|
|
2836
2820
|
}
|
|
2837
|
-
]
|
|
2838
|
-
"type": "stack",
|
|
2839
|
-
"gap": "sm",
|
|
2840
|
-
"direction": "vertical"
|
|
2821
|
+
]
|
|
2841
2822
|
}
|
|
2842
2823
|
]
|
|
2843
2824
|
},
|
|
2844
2825
|
{
|
|
2845
|
-
"
|
|
2826
|
+
"label": "SatisfactionScore",
|
|
2846
2827
|
"value": [
|
|
2847
2828
|
"object/get",
|
|
2848
2829
|
[
|
|
@@ -2851,10 +2832,9 @@
|
|
|
2851
2832
|
],
|
|
2852
2833
|
"satisfactionScore"
|
|
2853
2834
|
],
|
|
2854
|
-
"
|
|
2835
|
+
"type": "stat-display"
|
|
2855
2836
|
},
|
|
2856
2837
|
{
|
|
2857
|
-
"label": "ActiveAgents",
|
|
2858
2838
|
"type": "stat-display",
|
|
2859
2839
|
"value": [
|
|
2860
2840
|
"object/get",
|
|
@@ -2863,45 +2843,47 @@
|
|
|
2863
2843
|
"@entity"
|
|
2864
2844
|
],
|
|
2865
2845
|
"activeAgents"
|
|
2866
|
-
]
|
|
2846
|
+
],
|
|
2847
|
+
"label": "ActiveAgents"
|
|
2867
2848
|
}
|
|
2868
|
-
]
|
|
2849
|
+
],
|
|
2850
|
+
"cols": 3.0
|
|
2869
2851
|
}
|
|
2870
2852
|
],
|
|
2853
|
+
"type": "box",
|
|
2871
2854
|
"padding": "md"
|
|
2872
2855
|
},
|
|
2873
2856
|
{
|
|
2874
2857
|
"type": "divider"
|
|
2875
2858
|
},
|
|
2876
2859
|
{
|
|
2877
|
-
"cols": 2.0,
|
|
2878
2860
|
"gap": "md",
|
|
2861
|
+
"cols": 2.0,
|
|
2862
|
+
"type": "grid",
|
|
2879
2863
|
"children": [
|
|
2880
2864
|
{
|
|
2865
|
+
"type": "card",
|
|
2881
2866
|
"children": [
|
|
2882
2867
|
{
|
|
2883
|
-
"content": "Chart View",
|
|
2884
2868
|
"type": "typography",
|
|
2885
|
-
"variant": "caption"
|
|
2869
|
+
"variant": "caption",
|
|
2870
|
+
"content": "Chart View"
|
|
2886
2871
|
}
|
|
2887
|
-
]
|
|
2888
|
-
"type": "card"
|
|
2872
|
+
]
|
|
2889
2873
|
},
|
|
2890
2874
|
{
|
|
2875
|
+
"type": "card",
|
|
2891
2876
|
"children": [
|
|
2892
2877
|
{
|
|
2878
|
+
"type": "typography",
|
|
2893
2879
|
"variant": "caption",
|
|
2894
|
-
"content": "Graph View"
|
|
2895
|
-
"type": "typography"
|
|
2880
|
+
"content": "Graph View"
|
|
2896
2881
|
}
|
|
2897
|
-
]
|
|
2898
|
-
"type": "card"
|
|
2882
|
+
]
|
|
2899
2883
|
}
|
|
2900
|
-
]
|
|
2901
|
-
"type": "grid"
|
|
2884
|
+
]
|
|
2902
2885
|
},
|
|
2903
2886
|
{
|
|
2904
|
-
"type": "line-chart",
|
|
2905
2887
|
"data": [
|
|
2906
2888
|
{
|
|
2907
2889
|
"date": "Jan",
|
|
@@ -2912,28 +2894,29 @@
|
|
|
2912
2894
|
"date": "Feb"
|
|
2913
2895
|
},
|
|
2914
2896
|
{
|
|
2915
|
-
"
|
|
2916
|
-
"
|
|
2897
|
+
"value": 15.0,
|
|
2898
|
+
"date": "Mar"
|
|
2917
2899
|
},
|
|
2918
2900
|
{
|
|
2919
|
-
"
|
|
2920
|
-
"
|
|
2901
|
+
"value": 25.0,
|
|
2902
|
+
"date": "Apr"
|
|
2921
2903
|
},
|
|
2922
2904
|
{
|
|
2923
|
-
"
|
|
2924
|
-
"
|
|
2905
|
+
"date": "May",
|
|
2906
|
+
"value": 22.0
|
|
2925
2907
|
},
|
|
2926
2908
|
{
|
|
2927
|
-
"
|
|
2928
|
-
"
|
|
2909
|
+
"date": "Jun",
|
|
2910
|
+
"value": 30.0
|
|
2929
2911
|
}
|
|
2930
|
-
]
|
|
2912
|
+
],
|
|
2913
|
+
"type": "line-chart"
|
|
2931
2914
|
},
|
|
2932
2915
|
{
|
|
2933
2916
|
"items": [
|
|
2934
2917
|
{
|
|
2935
|
-
"
|
|
2936
|
-
"
|
|
2918
|
+
"label": "Current",
|
|
2919
|
+
"color": "primary"
|
|
2937
2920
|
},
|
|
2938
2921
|
{
|
|
2939
2922
|
"label": "Previous",
|
|
@@ -2943,47 +2926,64 @@
|
|
|
2943
2926
|
"type": "chart-legend"
|
|
2944
2927
|
},
|
|
2945
2928
|
{
|
|
2946
|
-
"
|
|
2929
|
+
"height": 200.0,
|
|
2930
|
+
"edges": [
|
|
2931
|
+
{
|
|
2932
|
+
"from": "a",
|
|
2933
|
+
"to": "b"
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"to": "c",
|
|
2937
|
+
"from": "b"
|
|
2938
|
+
}
|
|
2939
|
+
],
|
|
2940
|
+
"type": "graph-view",
|
|
2947
2941
|
"nodes": [
|
|
2948
2942
|
{
|
|
2949
|
-
"
|
|
2950
|
-
"id": "a",
|
|
2943
|
+
"label": "Start",
|
|
2951
2944
|
"x": 50.0,
|
|
2952
|
-
"
|
|
2945
|
+
"id": "a",
|
|
2946
|
+
"y": 100.0
|
|
2953
2947
|
},
|
|
2954
2948
|
{
|
|
2949
|
+
"id": "b",
|
|
2955
2950
|
"y": 50.0,
|
|
2956
2951
|
"label": "Process",
|
|
2957
|
-
"id": "b",
|
|
2958
2952
|
"x": 200.0
|
|
2959
2953
|
},
|
|
2960
2954
|
{
|
|
2961
|
-
"y": 100.0,
|
|
2962
|
-
"label": "End",
|
|
2963
2955
|
"id": "c",
|
|
2964
|
-
"x": 350.0
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
"edges": [
|
|
2968
|
-
{
|
|
2969
|
-
"to": "b",
|
|
2970
|
-
"from": "a"
|
|
2971
|
-
},
|
|
2972
|
-
{
|
|
2973
|
-
"from": "b",
|
|
2974
|
-
"to": "c"
|
|
2956
|
+
"x": 350.0,
|
|
2957
|
+
"label": "End",
|
|
2958
|
+
"y": 100.0
|
|
2975
2959
|
}
|
|
2976
2960
|
],
|
|
2977
|
-
"
|
|
2978
|
-
"type": "graph-view"
|
|
2961
|
+
"width": 400.0
|
|
2979
2962
|
}
|
|
2980
2963
|
],
|
|
2981
|
-
"gap": "lg"
|
|
2982
|
-
"direction": "vertical",
|
|
2983
|
-
"type": "stack"
|
|
2964
|
+
"gap": "lg"
|
|
2984
2965
|
}
|
|
2985
2966
|
]
|
|
2986
2967
|
}
|
|
2968
|
+
],
|
|
2969
|
+
"appName": "Helpdesk",
|
|
2970
|
+
"type": "dashboard-layout",
|
|
2971
|
+
"navItems": [
|
|
2972
|
+
{
|
|
2973
|
+
"icon": "inbox",
|
|
2974
|
+
"label": "Tickets",
|
|
2975
|
+
"href": "/tickets"
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"icon": "message-circle",
|
|
2979
|
+
"label": "Responses",
|
|
2980
|
+
"href": "/responses"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"icon": "layout-list",
|
|
2984
|
+
"href": "/metrics",
|
|
2985
|
+
"label": "Metrics"
|
|
2986
|
+
}
|
|
2987
2987
|
]
|
|
2988
2988
|
}
|
|
2989
2989
|
]
|
|
@@ -3008,20 +3008,37 @@
|
|
|
3008
3008
|
"render-ui",
|
|
3009
3009
|
"main",
|
|
3010
3010
|
{
|
|
3011
|
+
"appName": "Helpdesk",
|
|
3012
|
+
"navItems": [
|
|
3013
|
+
{
|
|
3014
|
+
"label": "Tickets",
|
|
3015
|
+
"href": "/tickets",
|
|
3016
|
+
"icon": "inbox"
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"label": "Responses",
|
|
3020
|
+
"href": "/responses",
|
|
3021
|
+
"icon": "message-circle"
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"label": "Metrics",
|
|
3025
|
+
"href": "/metrics",
|
|
3026
|
+
"icon": "layout-list"
|
|
3027
|
+
}
|
|
3028
|
+
],
|
|
3011
3029
|
"children": [
|
|
3012
3030
|
{
|
|
3031
|
+
"type": "scaled-diagram",
|
|
3013
3032
|
"children": [
|
|
3014
3033
|
{
|
|
3015
3034
|
"direction": "vertical",
|
|
3016
|
-
"type": "stack",
|
|
3017
|
-
"gap": "lg",
|
|
3018
3035
|
"children": [
|
|
3019
3036
|
{
|
|
3020
3037
|
"type": "breadcrumb",
|
|
3021
3038
|
"items": [
|
|
3022
3039
|
{
|
|
3023
|
-
"
|
|
3024
|
-
"
|
|
3040
|
+
"label": "Home",
|
|
3041
|
+
"href": "/"
|
|
3025
3042
|
},
|
|
3026
3043
|
{
|
|
3027
3044
|
"label": "Support Metrics"
|
|
@@ -3029,14 +3046,12 @@
|
|
|
3029
3046
|
]
|
|
3030
3047
|
},
|
|
3031
3048
|
{
|
|
3032
|
-
"gap": "md",
|
|
3033
|
-
"type": "stack",
|
|
3034
3049
|
"justify": "between",
|
|
3050
|
+
"direction": "horizontal",
|
|
3051
|
+
"gap": "md",
|
|
3035
3052
|
"children": [
|
|
3036
3053
|
{
|
|
3037
3054
|
"direction": "horizontal",
|
|
3038
|
-
"gap": "md",
|
|
3039
|
-
"type": "stack",
|
|
3040
3055
|
"children": [
|
|
3041
3056
|
{
|
|
3042
3057
|
"name": "activity",
|
|
@@ -3047,29 +3062,29 @@
|
|
|
3047
3062
|
"variant": "h2",
|
|
3048
3063
|
"type": "typography"
|
|
3049
3064
|
}
|
|
3050
|
-
]
|
|
3065
|
+
],
|
|
3066
|
+
"type": "stack",
|
|
3067
|
+
"gap": "md"
|
|
3051
3068
|
},
|
|
3052
3069
|
{
|
|
3053
|
-
"action": "REFRESH",
|
|
3054
|
-
"icon": "refresh-cw",
|
|
3055
|
-
"label": "Refresh",
|
|
3056
3070
|
"type": "button",
|
|
3057
|
-
"
|
|
3071
|
+
"label": "Refresh",
|
|
3072
|
+
"action": "REFRESH",
|
|
3073
|
+
"variant": "secondary",
|
|
3074
|
+
"icon": "refresh-cw"
|
|
3058
3075
|
}
|
|
3059
3076
|
],
|
|
3060
|
-
"
|
|
3077
|
+
"type": "stack"
|
|
3061
3078
|
},
|
|
3062
3079
|
{
|
|
3063
3080
|
"type": "divider"
|
|
3064
3081
|
},
|
|
3065
3082
|
{
|
|
3066
|
-
"padding": "md",
|
|
3067
3083
|
"children": [
|
|
3068
3084
|
{
|
|
3085
|
+
"cols": 3.0,
|
|
3069
3086
|
"children": [
|
|
3070
3087
|
{
|
|
3071
|
-
"type": "stat-display",
|
|
3072
|
-
"label": "OpenTickets",
|
|
3073
3088
|
"value": [
|
|
3074
3089
|
"object/get",
|
|
3075
3090
|
[
|
|
@@ -3077,10 +3092,11 @@
|
|
|
3077
3092
|
"@entity"
|
|
3078
3093
|
],
|
|
3079
3094
|
"openTickets"
|
|
3080
|
-
]
|
|
3095
|
+
],
|
|
3096
|
+
"type": "stat-display",
|
|
3097
|
+
"label": "OpenTickets"
|
|
3081
3098
|
},
|
|
3082
3099
|
{
|
|
3083
|
-
"type": "stat-display",
|
|
3084
3100
|
"value": [
|
|
3085
3101
|
"object/get",
|
|
3086
3102
|
[
|
|
@@ -3089,22 +3105,25 @@
|
|
|
3089
3105
|
],
|
|
3090
3106
|
"resolvedTickets"
|
|
3091
3107
|
],
|
|
3092
|
-
"label": "ResolvedTickets"
|
|
3108
|
+
"label": "ResolvedTickets",
|
|
3109
|
+
"type": "stat-display"
|
|
3093
3110
|
},
|
|
3094
3111
|
{
|
|
3095
3112
|
"type": "card",
|
|
3096
3113
|
"children": [
|
|
3097
3114
|
{
|
|
3098
|
-
"type": "stack",
|
|
3099
3115
|
"direction": "vertical",
|
|
3100
3116
|
"gap": "sm",
|
|
3117
|
+
"type": "stack",
|
|
3101
3118
|
"children": [
|
|
3102
3119
|
{
|
|
3103
|
-
"content": "AvgResponseTime",
|
|
3104
3120
|
"type": "typography",
|
|
3121
|
+
"content": "AvgResponseTime",
|
|
3105
3122
|
"variant": "caption"
|
|
3106
3123
|
},
|
|
3107
3124
|
{
|
|
3125
|
+
"variant": "h3",
|
|
3126
|
+
"type": "typography",
|
|
3108
3127
|
"content": [
|
|
3109
3128
|
"object/get",
|
|
3110
3129
|
[
|
|
@@ -3112,15 +3131,15 @@
|
|
|
3112
3131
|
"@entity"
|
|
3113
3132
|
],
|
|
3114
3133
|
"avgResponseTime"
|
|
3115
|
-
]
|
|
3116
|
-
"type": "typography",
|
|
3117
|
-
"variant": "h3"
|
|
3134
|
+
]
|
|
3118
3135
|
}
|
|
3119
3136
|
]
|
|
3120
3137
|
}
|
|
3121
3138
|
]
|
|
3122
3139
|
},
|
|
3123
3140
|
{
|
|
3141
|
+
"type": "stat-display",
|
|
3142
|
+
"label": "SatisfactionScore",
|
|
3124
3143
|
"value": [
|
|
3125
3144
|
"object/get",
|
|
3126
3145
|
[
|
|
@@ -3128,13 +3147,9 @@
|
|
|
3128
3147
|
"@entity"
|
|
3129
3148
|
],
|
|
3130
3149
|
"satisfactionScore"
|
|
3131
|
-
]
|
|
3132
|
-
"type": "stat-display",
|
|
3133
|
-
"label": "SatisfactionScore"
|
|
3150
|
+
]
|
|
3134
3151
|
},
|
|
3135
3152
|
{
|
|
3136
|
-
"label": "ActiveAgents",
|
|
3137
|
-
"type": "stat-display",
|
|
3138
3153
|
"value": [
|
|
3139
3154
|
"object/get",
|
|
3140
3155
|
[
|
|
@@ -3142,39 +3157,41 @@
|
|
|
3142
3157
|
"@entity"
|
|
3143
3158
|
],
|
|
3144
3159
|
"activeAgents"
|
|
3145
|
-
]
|
|
3160
|
+
],
|
|
3161
|
+
"type": "stat-display",
|
|
3162
|
+
"label": "ActiveAgents"
|
|
3146
3163
|
}
|
|
3147
3164
|
],
|
|
3148
|
-
"type": "simple-grid"
|
|
3149
|
-
"cols": 3.0
|
|
3165
|
+
"type": "simple-grid"
|
|
3150
3166
|
}
|
|
3151
3167
|
],
|
|
3152
|
-
"type": "box"
|
|
3168
|
+
"type": "box",
|
|
3169
|
+
"padding": "md"
|
|
3153
3170
|
},
|
|
3154
3171
|
{
|
|
3155
3172
|
"type": "divider"
|
|
3156
3173
|
},
|
|
3157
3174
|
{
|
|
3158
3175
|
"gap": "md",
|
|
3159
|
-
"type": "grid",
|
|
3160
3176
|
"cols": 2.0,
|
|
3177
|
+
"type": "grid",
|
|
3161
3178
|
"children": [
|
|
3162
3179
|
{
|
|
3163
|
-
"type": "card",
|
|
3164
3180
|
"children": [
|
|
3165
3181
|
{
|
|
3166
|
-
"content": "Chart View",
|
|
3167
3182
|
"type": "typography",
|
|
3183
|
+
"content": "Chart View",
|
|
3168
3184
|
"variant": "caption"
|
|
3169
3185
|
}
|
|
3170
|
-
]
|
|
3186
|
+
],
|
|
3187
|
+
"type": "card"
|
|
3171
3188
|
},
|
|
3172
3189
|
{
|
|
3173
3190
|
"children": [
|
|
3174
3191
|
{
|
|
3175
3192
|
"variant": "caption",
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3193
|
+
"content": "Graph View",
|
|
3194
|
+
"type": "typography"
|
|
3178
3195
|
}
|
|
3179
3196
|
],
|
|
3180
3197
|
"type": "card"
|
|
@@ -3188,20 +3205,20 @@
|
|
|
3188
3205
|
"value": 12.0
|
|
3189
3206
|
},
|
|
3190
3207
|
{
|
|
3191
|
-
"
|
|
3192
|
-
"
|
|
3208
|
+
"value": 19.0,
|
|
3209
|
+
"date": "Feb"
|
|
3193
3210
|
},
|
|
3194
3211
|
{
|
|
3195
|
-
"
|
|
3196
|
-
"
|
|
3212
|
+
"value": 15.0,
|
|
3213
|
+
"date": "Mar"
|
|
3197
3214
|
},
|
|
3198
3215
|
{
|
|
3199
|
-
"
|
|
3200
|
-
"
|
|
3216
|
+
"value": 25.0,
|
|
3217
|
+
"date": "Apr"
|
|
3201
3218
|
},
|
|
3202
3219
|
{
|
|
3203
|
-
"
|
|
3204
|
-
"
|
|
3220
|
+
"date": "May",
|
|
3221
|
+
"value": 22.0
|
|
3205
3222
|
},
|
|
3206
3223
|
{
|
|
3207
3224
|
"value": 30.0,
|
|
@@ -3211,75 +3228,58 @@
|
|
|
3211
3228
|
"type": "line-chart"
|
|
3212
3229
|
},
|
|
3213
3230
|
{
|
|
3231
|
+
"type": "chart-legend",
|
|
3214
3232
|
"items": [
|
|
3215
3233
|
{
|
|
3216
3234
|
"color": "primary",
|
|
3217
3235
|
"label": "Current"
|
|
3218
3236
|
},
|
|
3219
3237
|
{
|
|
3220
|
-
"
|
|
3221
|
-
"
|
|
3238
|
+
"color": "muted",
|
|
3239
|
+
"label": "Previous"
|
|
3222
3240
|
}
|
|
3223
|
-
]
|
|
3224
|
-
"type": "chart-legend"
|
|
3241
|
+
]
|
|
3225
3242
|
},
|
|
3226
3243
|
{
|
|
3227
|
-
"width": 400.0,
|
|
3228
|
-
"type": "graph-view",
|
|
3229
|
-
"height": 200.0,
|
|
3230
3244
|
"nodes": [
|
|
3231
3245
|
{
|
|
3232
|
-
"label": "Start",
|
|
3233
3246
|
"id": "a",
|
|
3247
|
+
"label": "Start",
|
|
3234
3248
|
"x": 50.0,
|
|
3235
3249
|
"y": 100.0
|
|
3236
3250
|
},
|
|
3237
3251
|
{
|
|
3252
|
+
"y": 50.0,
|
|
3238
3253
|
"id": "b",
|
|
3239
3254
|
"x": 200.0,
|
|
3240
|
-
"label": "Process"
|
|
3241
|
-
"y": 50.0
|
|
3255
|
+
"label": "Process"
|
|
3242
3256
|
},
|
|
3243
3257
|
{
|
|
3244
|
-
"label": "End",
|
|
3245
|
-
"id": "c",
|
|
3246
3258
|
"x": 350.0,
|
|
3247
|
-
"
|
|
3259
|
+
"id": "c",
|
|
3260
|
+
"y": 100.0,
|
|
3261
|
+
"label": "End"
|
|
3248
3262
|
}
|
|
3249
3263
|
],
|
|
3264
|
+
"width": 400.0,
|
|
3250
3265
|
"edges": [
|
|
3251
3266
|
{
|
|
3252
|
-
"
|
|
3253
|
-
"
|
|
3267
|
+
"from": "a",
|
|
3268
|
+
"to": "b"
|
|
3254
3269
|
},
|
|
3255
3270
|
{
|
|
3256
|
-
"
|
|
3257
|
-
"
|
|
3271
|
+
"from": "b",
|
|
3272
|
+
"to": "c"
|
|
3258
3273
|
}
|
|
3259
|
-
]
|
|
3274
|
+
],
|
|
3275
|
+
"type": "graph-view",
|
|
3276
|
+
"height": 200.0
|
|
3260
3277
|
}
|
|
3261
|
-
]
|
|
3278
|
+
],
|
|
3279
|
+
"type": "stack",
|
|
3280
|
+
"gap": "lg"
|
|
3262
3281
|
}
|
|
3263
|
-
]
|
|
3264
|
-
"type": "scaled-diagram"
|
|
3265
|
-
}
|
|
3266
|
-
],
|
|
3267
|
-
"appName": "Helpdesk",
|
|
3268
|
-
"navItems": [
|
|
3269
|
-
{
|
|
3270
|
-
"icon": "inbox",
|
|
3271
|
-
"label": "Tickets",
|
|
3272
|
-
"href": "/tickets"
|
|
3273
|
-
},
|
|
3274
|
-
{
|
|
3275
|
-
"label": "Responses",
|
|
3276
|
-
"href": "/responses",
|
|
3277
|
-
"icon": "message-circle"
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"href": "/metrics",
|
|
3281
|
-
"icon": "layout-list",
|
|
3282
|
-
"label": "Metrics"
|
|
3282
|
+
]
|
|
3283
3283
|
}
|
|
3284
3284
|
],
|
|
3285
3285
|
"type": "dashboard-layout"
|
|
@@ -3297,8 +3297,8 @@
|
|
|
3297
3297
|
"SupportMetrics",
|
|
3298
3298
|
{
|
|
3299
3299
|
"emit": {
|
|
3300
|
-
"
|
|
3301
|
-
"
|
|
3300
|
+
"success": "SupportMetricsLoaded",
|
|
3301
|
+
"failure": "SupportMetricsLoadFailed"
|
|
3302
3302
|
}
|
|
3303
3303
|
}
|
|
3304
3304
|
],
|
|
@@ -3306,7 +3306,6 @@
|
|
|
3306
3306
|
"render-ui",
|
|
3307
3307
|
"main",
|
|
3308
3308
|
{
|
|
3309
|
-
"appName": "Helpdesk",
|
|
3310
3309
|
"navItems": [
|
|
3311
3310
|
{
|
|
3312
3311
|
"href": "/tickets",
|
|
@@ -3315,50 +3314,45 @@
|
|
|
3315
3314
|
},
|
|
3316
3315
|
{
|
|
3317
3316
|
"label": "Responses",
|
|
3318
|
-
"
|
|
3319
|
-
"
|
|
3317
|
+
"href": "/responses",
|
|
3318
|
+
"icon": "message-circle"
|
|
3320
3319
|
},
|
|
3321
3320
|
{
|
|
3322
|
-
"icon": "layout-list",
|
|
3323
3321
|
"label": "Metrics",
|
|
3322
|
+
"icon": "layout-list",
|
|
3324
3323
|
"href": "/metrics"
|
|
3325
3324
|
}
|
|
3326
3325
|
],
|
|
3327
3326
|
"type": "dashboard-layout",
|
|
3327
|
+
"appName": "Helpdesk",
|
|
3328
3328
|
"children": [
|
|
3329
3329
|
{
|
|
3330
3330
|
"children": [
|
|
3331
3331
|
{
|
|
3332
|
-
"type": "stack",
|
|
3333
|
-
"gap": "lg",
|
|
3334
|
-
"direction": "vertical",
|
|
3335
3332
|
"children": [
|
|
3336
3333
|
{
|
|
3334
|
+
"type": "breadcrumb",
|
|
3337
3335
|
"items": [
|
|
3338
3336
|
{
|
|
3339
|
-
"
|
|
3340
|
-
"
|
|
3337
|
+
"href": "/",
|
|
3338
|
+
"label": "Home"
|
|
3341
3339
|
},
|
|
3342
3340
|
{
|
|
3343
3341
|
"label": "Support Metrics"
|
|
3344
3342
|
}
|
|
3345
|
-
]
|
|
3346
|
-
"type": "breadcrumb"
|
|
3343
|
+
]
|
|
3347
3344
|
},
|
|
3348
3345
|
{
|
|
3349
|
-
"direction": "horizontal",
|
|
3350
3346
|
"justify": "between",
|
|
3351
|
-
"type": "stack",
|
|
3352
|
-
"gap": "md",
|
|
3353
3347
|
"children": [
|
|
3354
3348
|
{
|
|
3355
|
-
"gap": "md",
|
|
3356
|
-
"type": "stack",
|
|
3357
3349
|
"direction": "horizontal",
|
|
3350
|
+
"type": "stack",
|
|
3351
|
+
"gap": "md",
|
|
3358
3352
|
"children": [
|
|
3359
3353
|
{
|
|
3360
|
-
"
|
|
3361
|
-
"
|
|
3354
|
+
"name": "activity",
|
|
3355
|
+
"type": "icon"
|
|
3362
3356
|
},
|
|
3363
3357
|
{
|
|
3364
3358
|
"type": "typography",
|
|
@@ -3369,25 +3363,26 @@
|
|
|
3369
3363
|
},
|
|
3370
3364
|
{
|
|
3371
3365
|
"action": "REFRESH",
|
|
3366
|
+
"icon": "refresh-cw",
|
|
3372
3367
|
"type": "button",
|
|
3373
|
-
"label": "Refresh",
|
|
3374
3368
|
"variant": "secondary",
|
|
3375
|
-
"
|
|
3369
|
+
"label": "Refresh"
|
|
3376
3370
|
}
|
|
3377
|
-
]
|
|
3371
|
+
],
|
|
3372
|
+
"gap": "md",
|
|
3373
|
+
"direction": "horizontal",
|
|
3374
|
+
"type": "stack"
|
|
3378
3375
|
},
|
|
3379
3376
|
{
|
|
3380
3377
|
"type": "divider"
|
|
3381
3378
|
},
|
|
3382
3379
|
{
|
|
3380
|
+
"type": "box",
|
|
3381
|
+
"padding": "md",
|
|
3383
3382
|
"children": [
|
|
3384
3383
|
{
|
|
3385
|
-
"type": "simple-grid",
|
|
3386
|
-
"cols": 3.0,
|
|
3387
3384
|
"children": [
|
|
3388
3385
|
{
|
|
3389
|
-
"type": "stat-display",
|
|
3390
|
-
"label": "OpenTickets",
|
|
3391
3386
|
"value": [
|
|
3392
3387
|
"object/get",
|
|
3393
3388
|
[
|
|
@@ -3395,11 +3390,11 @@
|
|
|
3395
3390
|
"@entity"
|
|
3396
3391
|
],
|
|
3397
3392
|
"openTickets"
|
|
3398
|
-
]
|
|
3393
|
+
],
|
|
3394
|
+
"type": "stat-display",
|
|
3395
|
+
"label": "OpenTickets"
|
|
3399
3396
|
},
|
|
3400
3397
|
{
|
|
3401
|
-
"type": "stat-display",
|
|
3402
|
-
"label": "ResolvedTickets",
|
|
3403
3398
|
"value": [
|
|
3404
3399
|
"object/get",
|
|
3405
3400
|
[
|
|
@@ -3407,20 +3402,20 @@
|
|
|
3407
3402
|
"@entity"
|
|
3408
3403
|
],
|
|
3409
3404
|
"resolvedTickets"
|
|
3410
|
-
]
|
|
3405
|
+
],
|
|
3406
|
+
"type": "stat-display",
|
|
3407
|
+
"label": "ResolvedTickets"
|
|
3411
3408
|
},
|
|
3412
3409
|
{
|
|
3413
3410
|
"type": "card",
|
|
3414
3411
|
"children": [
|
|
3415
3412
|
{
|
|
3416
3413
|
"direction": "vertical",
|
|
3417
|
-
"type": "stack",
|
|
3418
|
-
"gap": "sm",
|
|
3419
3414
|
"children": [
|
|
3420
3415
|
{
|
|
3421
|
-
"type": "typography",
|
|
3422
3416
|
"variant": "caption",
|
|
3423
|
-
"content": "AvgResponseTime"
|
|
3417
|
+
"content": "AvgResponseTime",
|
|
3418
|
+
"type": "typography"
|
|
3424
3419
|
},
|
|
3425
3420
|
{
|
|
3426
3421
|
"content": [
|
|
@@ -3434,13 +3429,15 @@
|
|
|
3434
3429
|
"variant": "h3",
|
|
3435
3430
|
"type": "typography"
|
|
3436
3431
|
}
|
|
3437
|
-
]
|
|
3432
|
+
],
|
|
3433
|
+
"type": "stack",
|
|
3434
|
+
"gap": "sm"
|
|
3438
3435
|
}
|
|
3439
3436
|
]
|
|
3440
3437
|
},
|
|
3441
3438
|
{
|
|
3442
|
-
"type": "stat-display",
|
|
3443
3439
|
"label": "SatisfactionScore",
|
|
3440
|
+
"type": "stat-display",
|
|
3444
3441
|
"value": [
|
|
3445
3442
|
"object/get",
|
|
3446
3443
|
[
|
|
@@ -3451,7 +3448,6 @@
|
|
|
3451
3448
|
]
|
|
3452
3449
|
},
|
|
3453
3450
|
{
|
|
3454
|
-
"label": "ActiveAgents",
|
|
3455
3451
|
"value": [
|
|
3456
3452
|
"object/get",
|
|
3457
3453
|
[
|
|
@@ -3460,13 +3456,14 @@
|
|
|
3460
3456
|
],
|
|
3461
3457
|
"activeAgents"
|
|
3462
3458
|
],
|
|
3459
|
+
"label": "ActiveAgents",
|
|
3463
3460
|
"type": "stat-display"
|
|
3464
3461
|
}
|
|
3465
|
-
]
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3462
|
+
],
|
|
3463
|
+
"type": "simple-grid",
|
|
3464
|
+
"cols": 3.0
|
|
3465
|
+
}
|
|
3466
|
+
]
|
|
3470
3467
|
},
|
|
3471
3468
|
{
|
|
3472
3469
|
"type": "divider"
|
|
@@ -3474,35 +3471,35 @@
|
|
|
3474
3471
|
{
|
|
3475
3472
|
"type": "grid",
|
|
3476
3473
|
"cols": 2.0,
|
|
3477
|
-
"gap": "md",
|
|
3478
3474
|
"children": [
|
|
3479
3475
|
{
|
|
3476
|
+
"type": "card",
|
|
3480
3477
|
"children": [
|
|
3481
3478
|
{
|
|
3482
|
-
"
|
|
3479
|
+
"content": "Chart View",
|
|
3483
3480
|
"type": "typography",
|
|
3484
|
-
"
|
|
3481
|
+
"variant": "caption"
|
|
3485
3482
|
}
|
|
3486
|
-
]
|
|
3487
|
-
"type": "card"
|
|
3483
|
+
]
|
|
3488
3484
|
},
|
|
3489
3485
|
{
|
|
3490
3486
|
"children": [
|
|
3491
3487
|
{
|
|
3488
|
+
"content": "Graph View",
|
|
3492
3489
|
"type": "typography",
|
|
3493
|
-
"variant": "caption"
|
|
3494
|
-
"content": "Graph View"
|
|
3490
|
+
"variant": "caption"
|
|
3495
3491
|
}
|
|
3496
3492
|
],
|
|
3497
3493
|
"type": "card"
|
|
3498
3494
|
}
|
|
3499
|
-
]
|
|
3495
|
+
],
|
|
3496
|
+
"gap": "md"
|
|
3500
3497
|
},
|
|
3501
3498
|
{
|
|
3502
3499
|
"data": [
|
|
3503
3500
|
{
|
|
3504
|
-
"
|
|
3505
|
-
"
|
|
3501
|
+
"value": 12.0,
|
|
3502
|
+
"date": "Jan"
|
|
3506
3503
|
},
|
|
3507
3504
|
{
|
|
3508
3505
|
"date": "Feb",
|
|
@@ -3513,22 +3510,21 @@
|
|
|
3513
3510
|
"value": 15.0
|
|
3514
3511
|
},
|
|
3515
3512
|
{
|
|
3516
|
-
"
|
|
3517
|
-
"
|
|
3513
|
+
"date": "Apr",
|
|
3514
|
+
"value": 25.0
|
|
3518
3515
|
},
|
|
3519
3516
|
{
|
|
3520
3517
|
"date": "May",
|
|
3521
3518
|
"value": 22.0
|
|
3522
3519
|
},
|
|
3523
3520
|
{
|
|
3524
|
-
"
|
|
3525
|
-
"
|
|
3521
|
+
"value": 30.0,
|
|
3522
|
+
"date": "Jun"
|
|
3526
3523
|
}
|
|
3527
3524
|
],
|
|
3528
3525
|
"type": "line-chart"
|
|
3529
3526
|
},
|
|
3530
3527
|
{
|
|
3531
|
-
"type": "chart-legend",
|
|
3532
3528
|
"items": [
|
|
3533
3529
|
{
|
|
3534
3530
|
"color": "primary",
|
|
@@ -3538,44 +3534,48 @@
|
|
|
3538
3534
|
"label": "Previous",
|
|
3539
3535
|
"color": "muted"
|
|
3540
3536
|
}
|
|
3541
|
-
]
|
|
3537
|
+
],
|
|
3538
|
+
"type": "chart-legend"
|
|
3542
3539
|
},
|
|
3543
3540
|
{
|
|
3544
|
-
"width": 400.0,
|
|
3545
3541
|
"type": "graph-view",
|
|
3546
|
-
"height": 200.0,
|
|
3547
3542
|
"edges": [
|
|
3548
3543
|
{
|
|
3549
|
-
"
|
|
3550
|
-
"
|
|
3544
|
+
"from": "a",
|
|
3545
|
+
"to": "b"
|
|
3551
3546
|
},
|
|
3552
3547
|
{
|
|
3553
3548
|
"from": "b",
|
|
3554
3549
|
"to": "c"
|
|
3555
3550
|
}
|
|
3556
3551
|
],
|
|
3552
|
+
"width": 400.0,
|
|
3553
|
+
"height": 200.0,
|
|
3557
3554
|
"nodes": [
|
|
3558
3555
|
{
|
|
3559
3556
|
"x": 50.0,
|
|
3557
|
+
"id": "a",
|
|
3560
3558
|
"label": "Start",
|
|
3561
|
-
"y": 100.0
|
|
3562
|
-
"id": "a"
|
|
3559
|
+
"y": 100.0
|
|
3563
3560
|
},
|
|
3564
3561
|
{
|
|
3565
3562
|
"x": 200.0,
|
|
3566
|
-
"
|
|
3563
|
+
"y": 50.0,
|
|
3567
3564
|
"label": "Process",
|
|
3568
|
-
"
|
|
3565
|
+
"id": "b"
|
|
3569
3566
|
},
|
|
3570
3567
|
{
|
|
3571
|
-
"id": "c",
|
|
3572
3568
|
"x": 350.0,
|
|
3569
|
+
"y": 100.0,
|
|
3573
3570
|
"label": "End",
|
|
3574
|
-
"
|
|
3571
|
+
"id": "c"
|
|
3575
3572
|
}
|
|
3576
3573
|
]
|
|
3577
3574
|
}
|
|
3578
|
-
]
|
|
3575
|
+
],
|
|
3576
|
+
"direction": "vertical",
|
|
3577
|
+
"gap": "lg",
|
|
3578
|
+
"type": "stack"
|
|
3579
3579
|
}
|
|
3580
3580
|
],
|
|
3581
3581
|
"type": "scaled-diagram"
|
|
@@ -3604,20 +3604,38 @@
|
|
|
3604
3604
|
"render-ui",
|
|
3605
3605
|
"main",
|
|
3606
3606
|
{
|
|
3607
|
+
"navItems": [
|
|
3608
|
+
{
|
|
3609
|
+
"href": "/tickets",
|
|
3610
|
+
"icon": "inbox",
|
|
3611
|
+
"label": "Tickets"
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
"icon": "message-circle",
|
|
3615
|
+
"label": "Responses",
|
|
3616
|
+
"href": "/responses"
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"href": "/metrics",
|
|
3620
|
+
"label": "Metrics",
|
|
3621
|
+
"icon": "layout-list"
|
|
3622
|
+
}
|
|
3623
|
+
],
|
|
3607
3624
|
"appName": "Helpdesk",
|
|
3608
3625
|
"children": [
|
|
3609
3626
|
{
|
|
3627
|
+
"type": "scaled-diagram",
|
|
3610
3628
|
"children": [
|
|
3611
3629
|
{
|
|
3630
|
+
"gap": "lg",
|
|
3612
3631
|
"type": "stack",
|
|
3613
|
-
"direction": "vertical",
|
|
3614
3632
|
"children": [
|
|
3615
3633
|
{
|
|
3616
3634
|
"type": "breadcrumb",
|
|
3617
3635
|
"items": [
|
|
3618
3636
|
{
|
|
3619
|
-
"
|
|
3620
|
-
"
|
|
3637
|
+
"href": "/",
|
|
3638
|
+
"label": "Home"
|
|
3621
3639
|
},
|
|
3622
3640
|
{
|
|
3623
3641
|
"label": "Support Metrics"
|
|
@@ -3625,46 +3643,43 @@
|
|
|
3625
3643
|
]
|
|
3626
3644
|
},
|
|
3627
3645
|
{
|
|
3628
|
-
"justify": "between",
|
|
3629
3646
|
"type": "stack",
|
|
3647
|
+
"direction": "horizontal",
|
|
3648
|
+
"gap": "md",
|
|
3649
|
+
"justify": "between",
|
|
3630
3650
|
"children": [
|
|
3631
3651
|
{
|
|
3632
3652
|
"type": "stack",
|
|
3633
3653
|
"direction": "horizontal",
|
|
3634
3654
|
"children": [
|
|
3635
3655
|
{
|
|
3636
|
-
"
|
|
3637
|
-
"
|
|
3656
|
+
"type": "icon",
|
|
3657
|
+
"name": "activity"
|
|
3638
3658
|
},
|
|
3639
3659
|
{
|
|
3640
|
-
"content": "Support Metrics",
|
|
3641
3660
|
"variant": "h2",
|
|
3661
|
+
"content": "Support Metrics",
|
|
3642
3662
|
"type": "typography"
|
|
3643
3663
|
}
|
|
3644
3664
|
],
|
|
3645
3665
|
"gap": "md"
|
|
3646
3666
|
},
|
|
3647
3667
|
{
|
|
3668
|
+
"type": "button",
|
|
3669
|
+
"action": "REFRESH",
|
|
3648
3670
|
"label": "Refresh",
|
|
3649
3671
|
"variant": "secondary",
|
|
3650
|
-
"
|
|
3651
|
-
"icon": "refresh-cw",
|
|
3652
|
-
"type": "button"
|
|
3672
|
+
"icon": "refresh-cw"
|
|
3653
3673
|
}
|
|
3654
|
-
]
|
|
3655
|
-
"direction": "horizontal",
|
|
3656
|
-
"gap": "md"
|
|
3674
|
+
]
|
|
3657
3675
|
},
|
|
3658
3676
|
{
|
|
3659
3677
|
"type": "divider"
|
|
3660
3678
|
},
|
|
3661
3679
|
{
|
|
3662
|
-
"padding": "md",
|
|
3663
|
-
"type": "box",
|
|
3664
3680
|
"children": [
|
|
3665
3681
|
{
|
|
3666
3682
|
"cols": 3.0,
|
|
3667
|
-
"type": "simple-grid",
|
|
3668
3683
|
"children": [
|
|
3669
3684
|
{
|
|
3670
3685
|
"label": "OpenTickets",
|
|
@@ -3679,6 +3694,7 @@
|
|
|
3679
3694
|
]
|
|
3680
3695
|
},
|
|
3681
3696
|
{
|
|
3697
|
+
"type": "stat-display",
|
|
3682
3698
|
"value": [
|
|
3683
3699
|
"object/get",
|
|
3684
3700
|
[
|
|
@@ -3687,24 +3703,21 @@
|
|
|
3687
3703
|
],
|
|
3688
3704
|
"resolvedTickets"
|
|
3689
3705
|
],
|
|
3690
|
-
"type": "stat-display",
|
|
3691
3706
|
"label": "ResolvedTickets"
|
|
3692
3707
|
},
|
|
3693
3708
|
{
|
|
3694
|
-
"type": "card",
|
|
3695
3709
|
"children": [
|
|
3696
3710
|
{
|
|
3697
|
-
"direction": "vertical",
|
|
3698
3711
|
"type": "stack",
|
|
3699
3712
|
"gap": "sm",
|
|
3713
|
+
"direction": "vertical",
|
|
3700
3714
|
"children": [
|
|
3701
3715
|
{
|
|
3702
|
-
"content": "AvgResponseTime",
|
|
3703
3716
|
"type": "typography",
|
|
3717
|
+
"content": "AvgResponseTime",
|
|
3704
3718
|
"variant": "caption"
|
|
3705
3719
|
},
|
|
3706
3720
|
{
|
|
3707
|
-
"type": "typography",
|
|
3708
3721
|
"variant": "h3",
|
|
3709
3722
|
"content": [
|
|
3710
3723
|
"object/get",
|
|
@@ -3713,11 +3726,13 @@
|
|
|
3713
3726
|
"@entity"
|
|
3714
3727
|
],
|
|
3715
3728
|
"avgResponseTime"
|
|
3716
|
-
]
|
|
3729
|
+
],
|
|
3730
|
+
"type": "typography"
|
|
3717
3731
|
}
|
|
3718
3732
|
]
|
|
3719
3733
|
}
|
|
3720
|
-
]
|
|
3734
|
+
],
|
|
3735
|
+
"type": "card"
|
|
3721
3736
|
},
|
|
3722
3737
|
{
|
|
3723
3738
|
"type": "stat-display",
|
|
@@ -3732,6 +3747,8 @@
|
|
|
3732
3747
|
]
|
|
3733
3748
|
},
|
|
3734
3749
|
{
|
|
3750
|
+
"type": "stat-display",
|
|
3751
|
+
"label": "ActiveAgents",
|
|
3735
3752
|
"value": [
|
|
3736
3753
|
"object/get",
|
|
3737
3754
|
[
|
|
@@ -3739,50 +3756,51 @@
|
|
|
3739
3756
|
"@entity"
|
|
3740
3757
|
],
|
|
3741
3758
|
"activeAgents"
|
|
3742
|
-
]
|
|
3743
|
-
"type": "stat-display",
|
|
3744
|
-
"label": "ActiveAgents"
|
|
3759
|
+
]
|
|
3745
3760
|
}
|
|
3746
|
-
]
|
|
3761
|
+
],
|
|
3762
|
+
"type": "simple-grid"
|
|
3747
3763
|
}
|
|
3748
|
-
]
|
|
3764
|
+
],
|
|
3765
|
+
"type": "box",
|
|
3766
|
+
"padding": "md"
|
|
3749
3767
|
},
|
|
3750
3768
|
{
|
|
3751
3769
|
"type": "divider"
|
|
3752
3770
|
},
|
|
3753
3771
|
{
|
|
3754
|
-
"gap": "md",
|
|
3755
3772
|
"type": "grid",
|
|
3756
|
-
"cols": 2.0,
|
|
3757
3773
|
"children": [
|
|
3758
3774
|
{
|
|
3775
|
+
"type": "card",
|
|
3759
3776
|
"children": [
|
|
3760
3777
|
{
|
|
3761
|
-
"content": "Chart View",
|
|
3762
3778
|
"type": "typography",
|
|
3779
|
+
"content": "Chart View",
|
|
3763
3780
|
"variant": "caption"
|
|
3764
3781
|
}
|
|
3765
|
-
]
|
|
3766
|
-
"type": "card"
|
|
3782
|
+
]
|
|
3767
3783
|
},
|
|
3768
3784
|
{
|
|
3769
3785
|
"children": [
|
|
3770
3786
|
{
|
|
3771
3787
|
"variant": "caption",
|
|
3772
|
-
"
|
|
3773
|
-
"
|
|
3788
|
+
"content": "Graph View",
|
|
3789
|
+
"type": "typography"
|
|
3774
3790
|
}
|
|
3775
3791
|
],
|
|
3776
3792
|
"type": "card"
|
|
3777
3793
|
}
|
|
3778
|
-
]
|
|
3794
|
+
],
|
|
3795
|
+
"cols": 2.0,
|
|
3796
|
+
"gap": "md"
|
|
3779
3797
|
},
|
|
3780
3798
|
{
|
|
3781
3799
|
"type": "line-chart",
|
|
3782
3800
|
"data": [
|
|
3783
3801
|
{
|
|
3784
|
-
"
|
|
3785
|
-
"
|
|
3802
|
+
"value": 12.0,
|
|
3803
|
+
"date": "Jan"
|
|
3786
3804
|
},
|
|
3787
3805
|
{
|
|
3788
3806
|
"date": "Feb",
|
|
@@ -3801,8 +3819,8 @@
|
|
|
3801
3819
|
"value": 22.0
|
|
3802
3820
|
},
|
|
3803
3821
|
{
|
|
3804
|
-
"
|
|
3805
|
-
"
|
|
3822
|
+
"date": "Jun",
|
|
3823
|
+
"value": 30.0
|
|
3806
3824
|
}
|
|
3807
3825
|
]
|
|
3808
3826
|
},
|
|
@@ -3810,8 +3828,8 @@
|
|
|
3810
3828
|
"type": "chart-legend",
|
|
3811
3829
|
"items": [
|
|
3812
3830
|
{
|
|
3813
|
-
"
|
|
3814
|
-
"
|
|
3831
|
+
"color": "primary",
|
|
3832
|
+
"label": "Current"
|
|
3815
3833
|
},
|
|
3816
3834
|
{
|
|
3817
3835
|
"label": "Previous",
|
|
@@ -3820,65 +3838,47 @@
|
|
|
3820
3838
|
]
|
|
3821
3839
|
},
|
|
3822
3840
|
{
|
|
3841
|
+
"width": 400.0,
|
|
3823
3842
|
"height": 200.0,
|
|
3824
3843
|
"nodes": [
|
|
3825
3844
|
{
|
|
3826
3845
|
"y": 100.0,
|
|
3846
|
+
"label": "Start",
|
|
3827
3847
|
"x": 50.0,
|
|
3828
|
-
"id": "a"
|
|
3829
|
-
"label": "Start"
|
|
3848
|
+
"id": "a"
|
|
3830
3849
|
},
|
|
3831
3850
|
{
|
|
3832
|
-
"label": "Process",
|
|
3833
3851
|
"x": 200.0,
|
|
3834
|
-
"
|
|
3835
|
-
"y": 50.0
|
|
3852
|
+
"label": "Process",
|
|
3853
|
+
"y": 50.0,
|
|
3854
|
+
"id": "b"
|
|
3836
3855
|
},
|
|
3837
3856
|
{
|
|
3838
|
-
"
|
|
3857
|
+
"y": 100.0,
|
|
3839
3858
|
"id": "c",
|
|
3840
3859
|
"label": "End",
|
|
3841
|
-
"
|
|
3860
|
+
"x": 350.0
|
|
3842
3861
|
}
|
|
3843
3862
|
],
|
|
3844
3863
|
"edges": [
|
|
3845
3864
|
{
|
|
3846
|
-
"
|
|
3847
|
-
"
|
|
3865
|
+
"from": "a",
|
|
3866
|
+
"to": "b"
|
|
3848
3867
|
},
|
|
3849
3868
|
{
|
|
3850
3869
|
"from": "b",
|
|
3851
3870
|
"to": "c"
|
|
3852
3871
|
}
|
|
3853
3872
|
],
|
|
3854
|
-
"type": "graph-view"
|
|
3855
|
-
"width": 400.0
|
|
3873
|
+
"type": "graph-view"
|
|
3856
3874
|
}
|
|
3857
3875
|
],
|
|
3858
|
-
"
|
|
3876
|
+
"direction": "vertical"
|
|
3859
3877
|
}
|
|
3860
|
-
]
|
|
3861
|
-
"type": "scaled-diagram"
|
|
3878
|
+
]
|
|
3862
3879
|
}
|
|
3863
3880
|
],
|
|
3864
|
-
"type": "dashboard-layout"
|
|
3865
|
-
"navItems": [
|
|
3866
|
-
{
|
|
3867
|
-
"href": "/tickets",
|
|
3868
|
-
"icon": "inbox",
|
|
3869
|
-
"label": "Tickets"
|
|
3870
|
-
},
|
|
3871
|
-
{
|
|
3872
|
-
"href": "/responses",
|
|
3873
|
-
"icon": "message-circle",
|
|
3874
|
-
"label": "Responses"
|
|
3875
|
-
},
|
|
3876
|
-
{
|
|
3877
|
-
"icon": "layout-list",
|
|
3878
|
-
"label": "Metrics",
|
|
3879
|
-
"href": "/metrics"
|
|
3880
|
-
}
|
|
3881
|
-
]
|
|
3881
|
+
"type": "dashboard-layout"
|
|
3882
3882
|
}
|
|
3883
3883
|
]
|
|
3884
3884
|
]
|
|
@@ -3893,8 +3893,8 @@
|
|
|
3893
3893
|
"SupportMetrics",
|
|
3894
3894
|
{
|
|
3895
3895
|
"emit": {
|
|
3896
|
-
"
|
|
3897
|
-
"
|
|
3896
|
+
"success": "SupportMetricsLoaded",
|
|
3897
|
+
"failure": "SupportMetricsLoadFailed"
|
|
3898
3898
|
}
|
|
3899
3899
|
}
|
|
3900
3900
|
],
|
|
@@ -3902,70 +3902,86 @@
|
|
|
3902
3902
|
"render-ui",
|
|
3903
3903
|
"main",
|
|
3904
3904
|
{
|
|
3905
|
-
"
|
|
3905
|
+
"navItems": [
|
|
3906
|
+
{
|
|
3907
|
+
"href": "/tickets",
|
|
3908
|
+
"icon": "inbox",
|
|
3909
|
+
"label": "Tickets"
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"href": "/responses",
|
|
3913
|
+
"label": "Responses",
|
|
3914
|
+
"icon": "message-circle"
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"href": "/metrics",
|
|
3918
|
+
"label": "Metrics",
|
|
3919
|
+
"icon": "layout-list"
|
|
3920
|
+
}
|
|
3921
|
+
],
|
|
3906
3922
|
"appName": "Helpdesk",
|
|
3923
|
+
"type": "dashboard-layout",
|
|
3907
3924
|
"children": [
|
|
3908
3925
|
{
|
|
3909
|
-
"type": "scaled-diagram",
|
|
3910
3926
|
"children": [
|
|
3911
3927
|
{
|
|
3928
|
+
"type": "stack",
|
|
3929
|
+
"gap": "lg",
|
|
3912
3930
|
"direction": "vertical",
|
|
3913
3931
|
"children": [
|
|
3914
3932
|
{
|
|
3915
|
-
"type": "breadcrumb",
|
|
3916
3933
|
"items": [
|
|
3917
3934
|
{
|
|
3918
|
-
"
|
|
3919
|
-
"
|
|
3935
|
+
"href": "/",
|
|
3936
|
+
"label": "Home"
|
|
3920
3937
|
},
|
|
3921
3938
|
{
|
|
3922
3939
|
"label": "Support Metrics"
|
|
3923
3940
|
}
|
|
3924
|
-
]
|
|
3941
|
+
],
|
|
3942
|
+
"type": "breadcrumb"
|
|
3925
3943
|
},
|
|
3926
3944
|
{
|
|
3927
|
-
"
|
|
3945
|
+
"justify": "between",
|
|
3928
3946
|
"gap": "md",
|
|
3929
3947
|
"direction": "horizontal",
|
|
3930
3948
|
"children": [
|
|
3931
3949
|
{
|
|
3932
|
-
"type": "stack",
|
|
3933
3950
|
"gap": "md",
|
|
3934
|
-
"
|
|
3951
|
+
"type": "stack",
|
|
3935
3952
|
"children": [
|
|
3936
3953
|
{
|
|
3937
|
-
"
|
|
3938
|
-
"
|
|
3954
|
+
"name": "activity",
|
|
3955
|
+
"type": "icon"
|
|
3939
3956
|
},
|
|
3940
3957
|
{
|
|
3941
3958
|
"content": "Support Metrics",
|
|
3942
3959
|
"variant": "h2",
|
|
3943
3960
|
"type": "typography"
|
|
3944
3961
|
}
|
|
3945
|
-
]
|
|
3962
|
+
],
|
|
3963
|
+
"direction": "horizontal"
|
|
3946
3964
|
},
|
|
3947
3965
|
{
|
|
3948
3966
|
"action": "REFRESH",
|
|
3967
|
+
"icon": "refresh-cw",
|
|
3949
3968
|
"type": "button",
|
|
3950
3969
|
"label": "Refresh",
|
|
3951
|
-
"variant": "secondary"
|
|
3952
|
-
"icon": "refresh-cw"
|
|
3970
|
+
"variant": "secondary"
|
|
3953
3971
|
}
|
|
3954
3972
|
],
|
|
3955
|
-
"
|
|
3973
|
+
"type": "stack"
|
|
3956
3974
|
},
|
|
3957
3975
|
{
|
|
3958
3976
|
"type": "divider"
|
|
3959
3977
|
},
|
|
3960
3978
|
{
|
|
3961
|
-
"padding": "md",
|
|
3962
|
-
"type": "box",
|
|
3963
3979
|
"children": [
|
|
3964
3980
|
{
|
|
3965
3981
|
"type": "simple-grid",
|
|
3982
|
+
"cols": 3.0,
|
|
3966
3983
|
"children": [
|
|
3967
3984
|
{
|
|
3968
|
-
"label": "OpenTickets",
|
|
3969
3985
|
"value": [
|
|
3970
3986
|
"object/get",
|
|
3971
3987
|
[
|
|
@@ -3974,11 +3990,10 @@
|
|
|
3974
3990
|
],
|
|
3975
3991
|
"openTickets"
|
|
3976
3992
|
],
|
|
3977
|
-
"type": "stat-display"
|
|
3993
|
+
"type": "stat-display",
|
|
3994
|
+
"label": "OpenTickets"
|
|
3978
3995
|
},
|
|
3979
3996
|
{
|
|
3980
|
-
"label": "ResolvedTickets",
|
|
3981
|
-
"type": "stat-display",
|
|
3982
3997
|
"value": [
|
|
3983
3998
|
"object/get",
|
|
3984
3999
|
[
|
|
@@ -3986,23 +4001,21 @@
|
|
|
3986
4001
|
"@entity"
|
|
3987
4002
|
],
|
|
3988
4003
|
"resolvedTickets"
|
|
3989
|
-
]
|
|
4004
|
+
],
|
|
4005
|
+
"type": "stat-display",
|
|
4006
|
+
"label": "ResolvedTickets"
|
|
3990
4007
|
},
|
|
3991
4008
|
{
|
|
3992
4009
|
"type": "card",
|
|
3993
4010
|
"children": [
|
|
3994
4011
|
{
|
|
3995
|
-
"direction": "vertical",
|
|
3996
|
-
"type": "stack",
|
|
3997
|
-
"gap": "sm",
|
|
3998
4012
|
"children": [
|
|
3999
4013
|
{
|
|
4000
|
-
"
|
|
4014
|
+
"content": "AvgResponseTime",
|
|
4001
4015
|
"variant": "caption",
|
|
4002
|
-
"
|
|
4016
|
+
"type": "typography"
|
|
4003
4017
|
},
|
|
4004
4018
|
{
|
|
4005
|
-
"variant": "h3",
|
|
4006
4019
|
"content": [
|
|
4007
4020
|
"object/get",
|
|
4008
4021
|
[
|
|
@@ -4011,13 +4024,18 @@
|
|
|
4011
4024
|
],
|
|
4012
4025
|
"avgResponseTime"
|
|
4013
4026
|
],
|
|
4014
|
-
"type": "typography"
|
|
4027
|
+
"type": "typography",
|
|
4028
|
+
"variant": "h3"
|
|
4015
4029
|
}
|
|
4016
|
-
]
|
|
4030
|
+
],
|
|
4031
|
+
"type": "stack",
|
|
4032
|
+
"gap": "sm",
|
|
4033
|
+
"direction": "vertical"
|
|
4017
4034
|
}
|
|
4018
4035
|
]
|
|
4019
4036
|
},
|
|
4020
4037
|
{
|
|
4038
|
+
"label": "SatisfactionScore",
|
|
4021
4039
|
"value": [
|
|
4022
4040
|
"object/get",
|
|
4023
4041
|
[
|
|
@@ -4026,12 +4044,11 @@
|
|
|
4026
4044
|
],
|
|
4027
4045
|
"satisfactionScore"
|
|
4028
4046
|
],
|
|
4029
|
-
"type": "stat-display"
|
|
4030
|
-
"label": "SatisfactionScore"
|
|
4047
|
+
"type": "stat-display"
|
|
4031
4048
|
},
|
|
4032
4049
|
{
|
|
4033
|
-
"label": "ActiveAgents",
|
|
4034
4050
|
"type": "stat-display",
|
|
4051
|
+
"label": "ActiveAgents",
|
|
4035
4052
|
"value": [
|
|
4036
4053
|
"object/get",
|
|
4037
4054
|
[
|
|
@@ -4041,40 +4058,41 @@
|
|
|
4041
4058
|
"activeAgents"
|
|
4042
4059
|
]
|
|
4043
4060
|
}
|
|
4044
|
-
]
|
|
4045
|
-
"cols": 3.0
|
|
4061
|
+
]
|
|
4046
4062
|
}
|
|
4047
|
-
]
|
|
4063
|
+
],
|
|
4064
|
+
"padding": "md",
|
|
4065
|
+
"type": "box"
|
|
4048
4066
|
},
|
|
4049
4067
|
{
|
|
4050
4068
|
"type": "divider"
|
|
4051
4069
|
},
|
|
4052
4070
|
{
|
|
4071
|
+
"cols": 2.0,
|
|
4072
|
+
"gap": "md",
|
|
4053
4073
|
"children": [
|
|
4054
4074
|
{
|
|
4075
|
+
"type": "card",
|
|
4055
4076
|
"children": [
|
|
4056
4077
|
{
|
|
4057
|
-
"content": "Chart View",
|
|
4058
4078
|
"type": "typography",
|
|
4059
|
-
"variant": "caption"
|
|
4079
|
+
"variant": "caption",
|
|
4080
|
+
"content": "Chart View"
|
|
4060
4081
|
}
|
|
4061
|
-
]
|
|
4062
|
-
"type": "card"
|
|
4082
|
+
]
|
|
4063
4083
|
},
|
|
4064
4084
|
{
|
|
4065
4085
|
"children": [
|
|
4066
4086
|
{
|
|
4067
|
-
"variant": "caption",
|
|
4068
4087
|
"type": "typography",
|
|
4088
|
+
"variant": "caption",
|
|
4069
4089
|
"content": "Graph View"
|
|
4070
4090
|
}
|
|
4071
4091
|
],
|
|
4072
4092
|
"type": "card"
|
|
4073
4093
|
}
|
|
4074
4094
|
],
|
|
4075
|
-
"
|
|
4076
|
-
"type": "grid",
|
|
4077
|
-
"gap": "md"
|
|
4095
|
+
"type": "grid"
|
|
4078
4096
|
},
|
|
4079
4097
|
{
|
|
4080
4098
|
"type": "line-chart",
|
|
@@ -4092,89 +4110,71 @@
|
|
|
4092
4110
|
"value": 15.0
|
|
4093
4111
|
},
|
|
4094
4112
|
{
|
|
4095
|
-
"
|
|
4096
|
-
"
|
|
4113
|
+
"value": 25.0,
|
|
4114
|
+
"date": "Apr"
|
|
4097
4115
|
},
|
|
4098
4116
|
{
|
|
4099
|
-
"
|
|
4100
|
-
"
|
|
4117
|
+
"value": 22.0,
|
|
4118
|
+
"date": "May"
|
|
4101
4119
|
},
|
|
4102
4120
|
{
|
|
4103
|
-
"
|
|
4104
|
-
"
|
|
4121
|
+
"date": "Jun",
|
|
4122
|
+
"value": 30.0
|
|
4105
4123
|
}
|
|
4106
4124
|
]
|
|
4107
4125
|
},
|
|
4108
4126
|
{
|
|
4109
|
-
"type": "chart-legend",
|
|
4110
4127
|
"items": [
|
|
4111
4128
|
{
|
|
4112
|
-
"
|
|
4113
|
-
"
|
|
4129
|
+
"label": "Current",
|
|
4130
|
+
"color": "primary"
|
|
4114
4131
|
},
|
|
4115
4132
|
{
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4133
|
+
"label": "Previous",
|
|
4134
|
+
"color": "muted"
|
|
4118
4135
|
}
|
|
4119
|
-
]
|
|
4136
|
+
],
|
|
4137
|
+
"type": "chart-legend"
|
|
4120
4138
|
},
|
|
4121
4139
|
{
|
|
4122
|
-
"width": 400.0,
|
|
4123
|
-
"height": 200.0,
|
|
4124
4140
|
"nodes": [
|
|
4125
4141
|
{
|
|
4126
|
-
"x": 50.0,
|
|
4127
4142
|
"label": "Start",
|
|
4128
|
-
"
|
|
4129
|
-
"y": 100.0
|
|
4143
|
+
"x": 50.0,
|
|
4144
|
+
"y": 100.0,
|
|
4145
|
+
"id": "a"
|
|
4130
4146
|
},
|
|
4131
4147
|
{
|
|
4148
|
+
"y": 50.0,
|
|
4132
4149
|
"id": "b",
|
|
4133
|
-
"x": 200.0,
|
|
4134
4150
|
"label": "Process",
|
|
4135
|
-
"
|
|
4151
|
+
"x": 200.0
|
|
4136
4152
|
},
|
|
4137
4153
|
{
|
|
4138
|
-
"x": 350.0,
|
|
4139
|
-
"y": 100.0,
|
|
4140
4154
|
"id": "c",
|
|
4141
|
-
"
|
|
4155
|
+
"y": 100.0,
|
|
4156
|
+
"label": "End",
|
|
4157
|
+
"x": 350.0
|
|
4142
4158
|
}
|
|
4143
4159
|
],
|
|
4144
4160
|
"edges": [
|
|
4145
4161
|
{
|
|
4146
|
-
"
|
|
4147
|
-
"
|
|
4162
|
+
"to": "b",
|
|
4163
|
+
"from": "a"
|
|
4148
4164
|
},
|
|
4149
4165
|
{
|
|
4150
4166
|
"from": "b",
|
|
4151
4167
|
"to": "c"
|
|
4152
4168
|
}
|
|
4153
4169
|
],
|
|
4170
|
+
"height": 200.0,
|
|
4171
|
+
"width": 400.0,
|
|
4154
4172
|
"type": "graph-view"
|
|
4155
4173
|
}
|
|
4156
|
-
]
|
|
4157
|
-
"type": "stack",
|
|
4158
|
-
"gap": "lg"
|
|
4174
|
+
]
|
|
4159
4175
|
}
|
|
4160
|
-
]
|
|
4161
|
-
|
|
4162
|
-
],
|
|
4163
|
-
"navItems": [
|
|
4164
|
-
{
|
|
4165
|
-
"label": "Tickets",
|
|
4166
|
-
"href": "/tickets",
|
|
4167
|
-
"icon": "inbox"
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
"href": "/responses",
|
|
4171
|
-
"label": "Responses",
|
|
4172
|
-
"icon": "message-circle"
|
|
4173
|
-
},
|
|
4174
|
-
{
|
|
4175
|
-
"label": "Metrics",
|
|
4176
|
-
"icon": "layout-list",
|
|
4177
|
-
"href": "/metrics"
|
|
4176
|
+
],
|
|
4177
|
+
"type": "scaled-diagram"
|
|
4178
4178
|
}
|
|
4179
4179
|
]
|
|
4180
4180
|
}
|