@almadar/std 8.3.0 → 8.4.0
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/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -416,8 +416,8 @@
|
|
|
416
416
|
"Ticket",
|
|
417
417
|
{
|
|
418
418
|
"emit": {
|
|
419
|
-
"
|
|
420
|
-
"
|
|
419
|
+
"success": "TicketLoaded",
|
|
420
|
+
"failure": "TicketLoadFailed"
|
|
421
421
|
}
|
|
422
422
|
}
|
|
423
423
|
],
|
|
@@ -426,20 +426,20 @@
|
|
|
426
426
|
"main",
|
|
427
427
|
{
|
|
428
428
|
"className": "py-12",
|
|
429
|
+
"direction": "vertical",
|
|
429
430
|
"children": [
|
|
430
431
|
{
|
|
431
432
|
"type": "spinner"
|
|
432
433
|
},
|
|
433
434
|
{
|
|
434
|
-
"color": "muted",
|
|
435
|
-
"variant": "caption",
|
|
436
435
|
"type": "typography",
|
|
436
|
+
"variant": "caption",
|
|
437
|
+
"color": "muted",
|
|
437
438
|
"content": "Loading…"
|
|
438
439
|
}
|
|
439
440
|
],
|
|
440
441
|
"gap": "md",
|
|
441
442
|
"type": "stack",
|
|
442
|
-
"direction": "vertical",
|
|
443
443
|
"align": "center"
|
|
444
444
|
}
|
|
445
445
|
]
|
|
@@ -454,41 +454,21 @@
|
|
|
454
454
|
"render-ui",
|
|
455
455
|
"main",
|
|
456
456
|
{
|
|
457
|
-
"appName": "Helpdesk",
|
|
458
|
-
"navItems": [
|
|
459
|
-
{
|
|
460
|
-
"icon": "inbox",
|
|
461
|
-
"href": "/tickets",
|
|
462
|
-
"label": "Tickets"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"label": "Responses",
|
|
466
|
-
"href": "/responses",
|
|
467
|
-
"icon": "message-circle"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"label": "Metrics",
|
|
471
|
-
"icon": "layout-list",
|
|
472
|
-
"href": "/metrics"
|
|
473
|
-
}
|
|
474
|
-
],
|
|
475
457
|
"children": [
|
|
476
458
|
{
|
|
477
|
-
"
|
|
478
|
-
"direction": "vertical",
|
|
479
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
459
|
+
"gap": "lg",
|
|
480
460
|
"children": [
|
|
481
461
|
{
|
|
482
|
-
"direction": "horizontal",
|
|
483
|
-
"align": "center",
|
|
484
|
-
"type": "stack",
|
|
485
462
|
"justify": "between",
|
|
463
|
+
"direction": "horizontal",
|
|
486
464
|
"children": [
|
|
487
465
|
{
|
|
466
|
+
"gap": "sm",
|
|
467
|
+
"type": "stack",
|
|
488
468
|
"children": [
|
|
489
469
|
{
|
|
490
|
-
"
|
|
491
|
-
"
|
|
470
|
+
"type": "icon",
|
|
471
|
+
"name": "inbox"
|
|
492
472
|
},
|
|
493
473
|
{
|
|
494
474
|
"content": "Tickets",
|
|
@@ -496,32 +476,33 @@
|
|
|
496
476
|
"type": "typography"
|
|
497
477
|
}
|
|
498
478
|
],
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"gap": "sm",
|
|
502
|
-
"align": "center"
|
|
479
|
+
"align": "center",
|
|
480
|
+
"direction": "horizontal"
|
|
503
481
|
},
|
|
504
482
|
{
|
|
483
|
+
"type": "stack",
|
|
484
|
+
"gap": "sm",
|
|
505
485
|
"children": [
|
|
506
486
|
{
|
|
507
|
-
"label": "New Ticket",
|
|
508
|
-
"icon": "plus",
|
|
509
|
-
"action": "CREATE",
|
|
510
487
|
"variant": "primary",
|
|
511
|
-
"
|
|
488
|
+
"action": "CREATE",
|
|
489
|
+
"type": "button",
|
|
490
|
+
"label": "New Ticket",
|
|
491
|
+
"icon": "plus"
|
|
512
492
|
}
|
|
513
493
|
],
|
|
514
|
-
"direction": "horizontal"
|
|
515
|
-
"type": "stack",
|
|
516
|
-
"gap": "sm"
|
|
494
|
+
"direction": "horizontal"
|
|
517
495
|
}
|
|
518
496
|
],
|
|
519
|
-
"
|
|
497
|
+
"type": "stack",
|
|
498
|
+
"gap": "md",
|
|
499
|
+
"align": "center"
|
|
520
500
|
},
|
|
521
501
|
{
|
|
522
502
|
"type": "divider"
|
|
523
503
|
},
|
|
524
504
|
{
|
|
505
|
+
"type": "simple-grid",
|
|
525
506
|
"cols": 1.0,
|
|
526
507
|
"children": [
|
|
527
508
|
{
|
|
@@ -530,18 +511,12 @@
|
|
|
530
511
|
"value": "@entity",
|
|
531
512
|
"type": "stat-display"
|
|
532
513
|
}
|
|
533
|
-
]
|
|
534
|
-
"type": "simple-grid"
|
|
514
|
+
]
|
|
535
515
|
},
|
|
536
516
|
{
|
|
537
517
|
"type": "divider"
|
|
538
518
|
},
|
|
539
519
|
{
|
|
540
|
-
"entity": "@payload.data",
|
|
541
|
-
"fields": [],
|
|
542
|
-
"variant": "card",
|
|
543
|
-
"gap": "sm",
|
|
544
|
-
"type": "data-list",
|
|
545
520
|
"itemActions": [
|
|
546
521
|
{
|
|
547
522
|
"label": "View",
|
|
@@ -559,6 +534,7 @@
|
|
|
559
534
|
"event": "DELETE"
|
|
560
535
|
}
|
|
561
536
|
],
|
|
537
|
+
"entity": "@payload.data",
|
|
562
538
|
"columns": [
|
|
563
539
|
{
|
|
564
540
|
"icon": "inbox",
|
|
@@ -566,8 +542,8 @@
|
|
|
566
542
|
"name": "subject"
|
|
567
543
|
},
|
|
568
544
|
{
|
|
569
|
-
"
|
|
570
|
-
"
|
|
545
|
+
"variant": "badge",
|
|
546
|
+
"name": "priority"
|
|
571
547
|
},
|
|
572
548
|
{
|
|
573
549
|
"name": "status",
|
|
@@ -578,16 +554,40 @@
|
|
|
578
554
|
"name": "assignee"
|
|
579
555
|
},
|
|
580
556
|
{
|
|
581
|
-
"
|
|
582
|
-
"
|
|
557
|
+
"name": "description",
|
|
558
|
+
"variant": "caption"
|
|
583
559
|
}
|
|
584
|
-
]
|
|
560
|
+
],
|
|
561
|
+
"fields": [],
|
|
562
|
+
"variant": "card",
|
|
563
|
+
"gap": "sm",
|
|
564
|
+
"type": "data-list"
|
|
585
565
|
}
|
|
586
566
|
],
|
|
587
|
-
"
|
|
567
|
+
"type": "stack",
|
|
568
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
569
|
+
"direction": "vertical"
|
|
588
570
|
}
|
|
589
571
|
],
|
|
590
|
-
"type": "dashboard-layout"
|
|
572
|
+
"type": "dashboard-layout",
|
|
573
|
+
"appName": "Helpdesk",
|
|
574
|
+
"navItems": [
|
|
575
|
+
{
|
|
576
|
+
"icon": "inbox",
|
|
577
|
+
"href": "/tickets",
|
|
578
|
+
"label": "Tickets"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"href": "/responses",
|
|
582
|
+
"icon": "message-circle",
|
|
583
|
+
"label": "Responses"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"label": "Metrics",
|
|
587
|
+
"icon": "layout-list",
|
|
588
|
+
"href": "/metrics"
|
|
589
|
+
}
|
|
590
|
+
]
|
|
591
591
|
}
|
|
592
592
|
]
|
|
593
593
|
]
|
|
@@ -601,13 +601,16 @@
|
|
|
601
601
|
"render-ui",
|
|
602
602
|
"main",
|
|
603
603
|
{
|
|
604
|
-
"align": "center",
|
|
605
604
|
"type": "stack",
|
|
605
|
+
"direction": "vertical",
|
|
606
|
+
"gap": "md",
|
|
607
|
+
"className": "py-12",
|
|
608
|
+
"align": "center",
|
|
606
609
|
"children": [
|
|
607
610
|
{
|
|
611
|
+
"type": "icon",
|
|
608
612
|
"name": "alert-triangle",
|
|
609
|
-
"color": "destructive"
|
|
610
|
-
"type": "icon"
|
|
613
|
+
"color": "destructive"
|
|
611
614
|
},
|
|
612
615
|
{
|
|
613
616
|
"type": "typography",
|
|
@@ -615,22 +618,19 @@
|
|
|
615
618
|
"content": "Failed to load ticket"
|
|
616
619
|
},
|
|
617
620
|
{
|
|
618
|
-
"type": "typography",
|
|
619
|
-
"color": "muted",
|
|
620
621
|
"content": "@payload.error",
|
|
621
|
-
"variant": "body"
|
|
622
|
+
"variant": "body",
|
|
623
|
+
"type": "typography",
|
|
624
|
+
"color": "muted"
|
|
622
625
|
},
|
|
623
626
|
{
|
|
624
|
-
"label": "Retry",
|
|
625
627
|
"type": "button",
|
|
626
628
|
"action": "INIT",
|
|
627
|
-
"
|
|
628
|
-
"
|
|
629
|
+
"icon": "rotate-ccw",
|
|
630
|
+
"label": "Retry",
|
|
631
|
+
"variant": "primary"
|
|
629
632
|
}
|
|
630
|
-
]
|
|
631
|
-
"className": "py-12",
|
|
632
|
-
"gap": "md",
|
|
633
|
-
"direction": "vertical"
|
|
633
|
+
]
|
|
634
634
|
}
|
|
635
635
|
]
|
|
636
636
|
]
|
|
@@ -826,6 +826,8 @@
|
|
|
826
826
|
"type": "stack",
|
|
827
827
|
"children": [
|
|
828
828
|
{
|
|
829
|
+
"gap": "sm",
|
|
830
|
+
"type": "stack",
|
|
829
831
|
"direction": "horizontal",
|
|
830
832
|
"children": [
|
|
831
833
|
{
|
|
@@ -833,20 +835,16 @@
|
|
|
833
835
|
"type": "icon"
|
|
834
836
|
},
|
|
835
837
|
{
|
|
836
|
-
"variant": "h3",
|
|
837
838
|
"type": "typography",
|
|
838
|
-
"content": "Create Ticket"
|
|
839
|
+
"content": "Create Ticket",
|
|
840
|
+
"variant": "h3"
|
|
839
841
|
}
|
|
840
|
-
]
|
|
841
|
-
"type": "stack",
|
|
842
|
-
"gap": "sm"
|
|
842
|
+
]
|
|
843
843
|
},
|
|
844
844
|
{
|
|
845
845
|
"type": "divider"
|
|
846
846
|
},
|
|
847
847
|
{
|
|
848
|
-
"cancelEvent": "CLOSE",
|
|
849
|
-
"mode": "create",
|
|
850
848
|
"submitEvent": "SAVE",
|
|
851
849
|
"fields": [
|
|
852
850
|
"subject",
|
|
@@ -855,11 +853,13 @@
|
|
|
855
853
|
"status",
|
|
856
854
|
"assignee"
|
|
857
855
|
],
|
|
856
|
+
"cancelEvent": "CLOSE",
|
|
857
|
+
"mode": "create",
|
|
858
858
|
"type": "form-section"
|
|
859
859
|
}
|
|
860
860
|
],
|
|
861
|
-
"
|
|
862
|
-
"
|
|
861
|
+
"direction": "vertical",
|
|
862
|
+
"gap": "md"
|
|
863
863
|
}
|
|
864
864
|
]
|
|
865
865
|
]
|
|
@@ -900,8 +900,8 @@
|
|
|
900
900
|
"@payload.data",
|
|
901
901
|
{
|
|
902
902
|
"emit": {
|
|
903
|
-
"
|
|
904
|
-
"
|
|
903
|
+
"success": "TicketSaved",
|
|
904
|
+
"failure": "TicketSaveFailed"
|
|
905
905
|
}
|
|
906
906
|
}
|
|
907
907
|
],
|
|
@@ -1114,8 +1114,8 @@
|
|
|
1114
1114
|
{
|
|
1115
1115
|
"id": "@payload.id",
|
|
1116
1116
|
"emit": {
|
|
1117
|
-
"
|
|
1118
|
-
"
|
|
1117
|
+
"success": "TicketLoaded",
|
|
1118
|
+
"failure": "TicketLoadFailed"
|
|
1119
1119
|
}
|
|
1120
1120
|
}
|
|
1121
1121
|
],
|
|
@@ -1123,6 +1123,7 @@
|
|
|
1123
1123
|
"render-ui",
|
|
1124
1124
|
"modal",
|
|
1125
1125
|
{
|
|
1126
|
+
"type": "stack",
|
|
1126
1127
|
"children": [
|
|
1127
1128
|
{
|
|
1128
1129
|
"direction": "horizontal",
|
|
@@ -1130,8 +1131,8 @@
|
|
|
1130
1131
|
"gap": "sm",
|
|
1131
1132
|
"children": [
|
|
1132
1133
|
{
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1134
|
+
"name": "edit",
|
|
1135
|
+
"type": "icon"
|
|
1135
1136
|
},
|
|
1136
1137
|
{
|
|
1137
1138
|
"variant": "h3",
|
|
@@ -1144,22 +1145,21 @@
|
|
|
1144
1145
|
"type": "divider"
|
|
1145
1146
|
},
|
|
1146
1147
|
{
|
|
1147
|
-
"cancelEvent": "CLOSE",
|
|
1148
|
-
"submitEvent": "SAVE",
|
|
1149
1148
|
"type": "form-section",
|
|
1150
|
-
"
|
|
1151
|
-
"entity": "@payload.row",
|
|
1149
|
+
"submitEvent": "SAVE",
|
|
1152
1150
|
"fields": [
|
|
1153
1151
|
"subject",
|
|
1154
1152
|
"description",
|
|
1155
1153
|
"priority",
|
|
1156
1154
|
"status",
|
|
1157
1155
|
"assignee"
|
|
1158
|
-
]
|
|
1156
|
+
],
|
|
1157
|
+
"cancelEvent": "CLOSE",
|
|
1158
|
+
"entity": "@payload.row",
|
|
1159
|
+
"mode": "edit"
|
|
1159
1160
|
}
|
|
1160
1161
|
],
|
|
1161
1162
|
"gap": "md",
|
|
1162
|
-
"type": "stack",
|
|
1163
1163
|
"direction": "vertical"
|
|
1164
1164
|
}
|
|
1165
1165
|
]
|
|
@@ -1347,11 +1347,11 @@
|
|
|
1347
1347
|
"fetch",
|
|
1348
1348
|
"Ticket",
|
|
1349
1349
|
{
|
|
1350
|
+
"id": "@payload.id",
|
|
1350
1351
|
"emit": {
|
|
1351
1352
|
"success": "TicketLoaded",
|
|
1352
1353
|
"failure": "TicketLoadFailed"
|
|
1353
|
-
}
|
|
1354
|
-
"id": "@payload.id"
|
|
1354
|
+
}
|
|
1355
1355
|
}
|
|
1356
1356
|
],
|
|
1357
1357
|
[
|
|
@@ -1360,31 +1360,32 @@
|
|
|
1360
1360
|
{
|
|
1361
1361
|
"children": [
|
|
1362
1362
|
{
|
|
1363
|
+
"gap": "sm",
|
|
1364
|
+
"align": "center",
|
|
1365
|
+
"type": "stack",
|
|
1363
1366
|
"children": [
|
|
1364
1367
|
{
|
|
1365
|
-
"
|
|
1366
|
-
"
|
|
1368
|
+
"name": "eye",
|
|
1369
|
+
"type": "icon"
|
|
1367
1370
|
},
|
|
1368
1371
|
{
|
|
1369
|
-
"
|
|
1372
|
+
"variant": "h3",
|
|
1370
1373
|
"content": "@entity.subject",
|
|
1371
|
-
"
|
|
1374
|
+
"type": "typography"
|
|
1372
1375
|
}
|
|
1373
1376
|
],
|
|
1374
|
-
"direction": "horizontal"
|
|
1375
|
-
"gap": "sm",
|
|
1376
|
-
"type": "stack",
|
|
1377
|
-
"align": "center"
|
|
1377
|
+
"direction": "horizontal"
|
|
1378
1378
|
},
|
|
1379
1379
|
{
|
|
1380
1380
|
"type": "divider"
|
|
1381
1381
|
},
|
|
1382
1382
|
{
|
|
1383
|
+
"direction": "horizontal",
|
|
1383
1384
|
"children": [
|
|
1384
1385
|
{
|
|
1385
|
-
"type": "typography",
|
|
1386
1386
|
"variant": "caption",
|
|
1387
|
-
"content": "Subject"
|
|
1387
|
+
"content": "Subject",
|
|
1388
|
+
"type": "typography"
|
|
1388
1389
|
},
|
|
1389
1390
|
{
|
|
1390
1391
|
"content": "@entity.subject",
|
|
@@ -1393,105 +1394,104 @@
|
|
|
1393
1394
|
}
|
|
1394
1395
|
],
|
|
1395
1396
|
"type": "stack",
|
|
1396
|
-
"direction": "horizontal",
|
|
1397
1397
|
"gap": "md"
|
|
1398
1398
|
},
|
|
1399
1399
|
{
|
|
1400
1400
|
"type": "stack",
|
|
1401
|
+
"gap": "md",
|
|
1402
|
+
"direction": "horizontal",
|
|
1401
1403
|
"children": [
|
|
1402
1404
|
{
|
|
1403
1405
|
"variant": "caption",
|
|
1404
|
-
"
|
|
1405
|
-
"
|
|
1406
|
+
"content": "Description",
|
|
1407
|
+
"type": "typography"
|
|
1406
1408
|
},
|
|
1407
1409
|
{
|
|
1408
|
-
"type": "typography",
|
|
1409
1410
|
"variant": "body",
|
|
1410
|
-
"content": "@entity.description"
|
|
1411
|
+
"content": "@entity.description",
|
|
1412
|
+
"type": "typography"
|
|
1411
1413
|
}
|
|
1412
|
-
]
|
|
1413
|
-
"direction": "horizontal",
|
|
1414
|
-
"gap": "md"
|
|
1414
|
+
]
|
|
1415
1415
|
},
|
|
1416
1416
|
{
|
|
1417
|
-
"
|
|
1417
|
+
"direction": "horizontal",
|
|
1418
1418
|
"type": "stack",
|
|
1419
1419
|
"children": [
|
|
1420
1420
|
{
|
|
1421
|
+
"type": "typography",
|
|
1421
1422
|
"variant": "caption",
|
|
1422
|
-
"content": "Priority"
|
|
1423
|
-
"type": "typography"
|
|
1423
|
+
"content": "Priority"
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"content": "@entity.priority",
|
|
1427
|
-
"
|
|
1428
|
-
"
|
|
1427
|
+
"variant": "body",
|
|
1428
|
+
"type": "typography"
|
|
1429
1429
|
}
|
|
1430
1430
|
],
|
|
1431
|
-
"
|
|
1431
|
+
"gap": "md"
|
|
1432
1432
|
},
|
|
1433
1433
|
{
|
|
1434
1434
|
"direction": "horizontal",
|
|
1435
|
+
"type": "stack",
|
|
1435
1436
|
"gap": "md",
|
|
1436
1437
|
"children": [
|
|
1437
1438
|
{
|
|
1438
|
-
"type": "typography",
|
|
1439
1439
|
"variant": "caption",
|
|
1440
|
+
"type": "typography",
|
|
1440
1441
|
"content": "Status"
|
|
1441
1442
|
},
|
|
1442
1443
|
{
|
|
1444
|
+
"content": "@entity.status",
|
|
1443
1445
|
"type": "typography",
|
|
1444
|
-
"variant": "body"
|
|
1445
|
-
"content": "@entity.status"
|
|
1446
|
+
"variant": "body"
|
|
1446
1447
|
}
|
|
1447
|
-
]
|
|
1448
|
-
"type": "stack"
|
|
1448
|
+
]
|
|
1449
1449
|
},
|
|
1450
1450
|
{
|
|
1451
|
-
"direction": "horizontal",
|
|
1452
1451
|
"type": "stack",
|
|
1452
|
+
"direction": "horizontal",
|
|
1453
|
+
"gap": "md",
|
|
1453
1454
|
"children": [
|
|
1454
1455
|
{
|
|
1455
|
-
"content": "Assignee",
|
|
1456
1456
|
"variant": "caption",
|
|
1457
|
+
"content": "Assignee",
|
|
1457
1458
|
"type": "typography"
|
|
1458
1459
|
},
|
|
1459
1460
|
{
|
|
1460
1461
|
"content": "@entity.assignee",
|
|
1461
|
-
"
|
|
1462
|
-
"
|
|
1462
|
+
"type": "typography",
|
|
1463
|
+
"variant": "body"
|
|
1463
1464
|
}
|
|
1464
|
-
]
|
|
1465
|
-
"gap": "md"
|
|
1465
|
+
]
|
|
1466
1466
|
},
|
|
1467
1467
|
{
|
|
1468
1468
|
"type": "divider"
|
|
1469
1469
|
},
|
|
1470
1470
|
{
|
|
1471
|
-
"
|
|
1472
|
-
"type": "stack",
|
|
1471
|
+
"direction": "horizontal",
|
|
1473
1472
|
"gap": "sm",
|
|
1473
|
+
"justify": "end",
|
|
1474
1474
|
"children": [
|
|
1475
1475
|
{
|
|
1476
|
-
"
|
|
1476
|
+
"type": "button",
|
|
1477
1477
|
"label": "Edit",
|
|
1478
1478
|
"variant": "primary",
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1479
|
+
"action": "EDIT",
|
|
1480
|
+
"icon": "edit"
|
|
1481
1481
|
},
|
|
1482
1482
|
{
|
|
1483
1483
|
"variant": "ghost",
|
|
1484
|
+
"label": "Close",
|
|
1484
1485
|
"type": "button",
|
|
1485
|
-
"action": "CLOSE"
|
|
1486
|
-
"label": "Close"
|
|
1486
|
+
"action": "CLOSE"
|
|
1487
1487
|
}
|
|
1488
1488
|
],
|
|
1489
|
-
"
|
|
1489
|
+
"type": "stack"
|
|
1490
1490
|
}
|
|
1491
1491
|
],
|
|
1492
|
+
"gap": "md",
|
|
1492
1493
|
"type": "stack",
|
|
1493
|
-
"direction": "vertical"
|
|
1494
|
-
"gap": "md"
|
|
1494
|
+
"direction": "vertical"
|
|
1495
1495
|
}
|
|
1496
1496
|
]
|
|
1497
1497
|
]
|
|
@@ -1726,68 +1726,68 @@
|
|
|
1726
1726
|
"fetch",
|
|
1727
1727
|
"Ticket",
|
|
1728
1728
|
{
|
|
1729
|
+
"id": "@payload.id",
|
|
1729
1730
|
"emit": {
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1732
|
-
}
|
|
1733
|
-
"id": "@payload.id"
|
|
1731
|
+
"failure": "TicketLoadFailed",
|
|
1732
|
+
"success": "TicketLoaded"
|
|
1733
|
+
}
|
|
1734
1734
|
}
|
|
1735
1735
|
],
|
|
1736
1736
|
[
|
|
1737
1737
|
"render-ui",
|
|
1738
1738
|
"modal",
|
|
1739
1739
|
{
|
|
1740
|
-
"type": "stack",
|
|
1741
|
-
"gap": "md",
|
|
1742
|
-
"direction": "vertical",
|
|
1743
1740
|
"children": [
|
|
1744
1741
|
{
|
|
1742
|
+
"direction": "horizontal",
|
|
1745
1743
|
"children": [
|
|
1746
1744
|
{
|
|
1747
|
-
"
|
|
1748
|
-
"
|
|
1745
|
+
"type": "icon",
|
|
1746
|
+
"name": "alert-triangle"
|
|
1749
1747
|
},
|
|
1750
1748
|
{
|
|
1751
|
-
"type": "typography",
|
|
1752
1749
|
"content": "Delete Ticket",
|
|
1753
|
-
"variant": "h3"
|
|
1750
|
+
"variant": "h3",
|
|
1751
|
+
"type": "typography"
|
|
1754
1752
|
}
|
|
1755
1753
|
],
|
|
1756
|
-
"direction": "horizontal",
|
|
1757
|
-
"type": "stack",
|
|
1758
1754
|
"gap": "sm",
|
|
1759
|
-
"align": "center"
|
|
1755
|
+
"align": "center",
|
|
1756
|
+
"type": "stack"
|
|
1760
1757
|
},
|
|
1761
1758
|
{
|
|
1762
1759
|
"type": "divider"
|
|
1763
1760
|
},
|
|
1764
1761
|
{
|
|
1765
1762
|
"message": "This action cannot be undone.",
|
|
1766
|
-
"
|
|
1767
|
-
"
|
|
1763
|
+
"type": "alert",
|
|
1764
|
+
"variant": "error"
|
|
1768
1765
|
},
|
|
1769
1766
|
{
|
|
1767
|
+
"gap": "sm",
|
|
1768
|
+
"type": "stack",
|
|
1769
|
+
"justify": "end",
|
|
1770
1770
|
"children": [
|
|
1771
1771
|
{
|
|
1772
1772
|
"label": "Cancel",
|
|
1773
|
-
"variant": "ghost",
|
|
1774
1773
|
"action": "CANCEL",
|
|
1775
|
-
"type": "button"
|
|
1774
|
+
"type": "button",
|
|
1775
|
+
"variant": "ghost"
|
|
1776
1776
|
},
|
|
1777
1777
|
{
|
|
1778
|
-
"action": "CONFIRM_DELETE",
|
|
1779
|
-
"variant": "danger",
|
|
1780
1778
|
"label": "Delete",
|
|
1779
|
+
"action": "CONFIRM_DELETE",
|
|
1781
1780
|
"type": "button",
|
|
1782
|
-
"icon": "check"
|
|
1781
|
+
"icon": "check",
|
|
1782
|
+
"variant": "danger"
|
|
1783
1783
|
}
|
|
1784
1784
|
],
|
|
1785
|
-
"
|
|
1786
|
-
"direction": "horizontal",
|
|
1787
|
-
"gap": "sm",
|
|
1788
|
-
"justify": "end"
|
|
1785
|
+
"direction": "horizontal"
|
|
1789
1786
|
}
|
|
1790
|
-
]
|
|
1787
|
+
],
|
|
1788
|
+
"gap": "md",
|
|
1789
|
+
"type": "stack",
|
|
1790
|
+
"direction": "vertical"
|
|
1791
1791
|
}
|
|
1792
1792
|
]
|
|
1793
1793
|
]
|
|
@@ -1804,8 +1804,8 @@
|
|
|
1804
1804
|
"@entity.pendingId",
|
|
1805
1805
|
{
|
|
1806
1806
|
"emit": {
|
|
1807
|
-
"
|
|
1808
|
-
"
|
|
1807
|
+
"success": "TicketDeleted",
|
|
1808
|
+
"failure": "TicketDeleteFailed"
|
|
1809
1809
|
}
|
|
1810
1810
|
}
|
|
1811
1811
|
],
|
|
@@ -2047,31 +2047,31 @@
|
|
|
2047
2047
|
"Response",
|
|
2048
2048
|
{
|
|
2049
2049
|
"emit": {
|
|
2050
|
-
"
|
|
2051
|
-
"
|
|
2052
|
-
}
|
|
2050
|
+
"failure": "ResponseLoadFailed",
|
|
2051
|
+
"success": "ResponseLoaded"
|
|
2052
|
+
}
|
|
2053
2053
|
}
|
|
2054
2054
|
],
|
|
2055
2055
|
[
|
|
2056
2056
|
"render-ui",
|
|
2057
2057
|
"main",
|
|
2058
2058
|
{
|
|
2059
|
-
"
|
|
2059
|
+
"gap": "md",
|
|
2060
|
+
"direction": "vertical",
|
|
2061
|
+
"className": "py-12",
|
|
2060
2062
|
"children": [
|
|
2061
2063
|
{
|
|
2062
2064
|
"type": "spinner"
|
|
2063
2065
|
},
|
|
2064
2066
|
{
|
|
2065
2067
|
"color": "muted",
|
|
2068
|
+
"content": "Loading…",
|
|
2066
2069
|
"variant": "caption",
|
|
2067
|
-
"type": "typography"
|
|
2068
|
-
"content": "Loading…"
|
|
2070
|
+
"type": "typography"
|
|
2069
2071
|
}
|
|
2070
2072
|
],
|
|
2071
|
-
"className": "py-12",
|
|
2072
|
-
"direction": "vertical",
|
|
2073
2073
|
"type": "stack",
|
|
2074
|
-
"
|
|
2074
|
+
"align": "center"
|
|
2075
2075
|
}
|
|
2076
2076
|
]
|
|
2077
2077
|
]
|
|
@@ -2087,80 +2087,75 @@
|
|
|
2087
2087
|
{
|
|
2088
2088
|
"navItems": [
|
|
2089
2089
|
{
|
|
2090
|
+
"label": "Tickets",
|
|
2090
2091
|
"href": "/tickets",
|
|
2091
|
-
"icon": "inbox"
|
|
2092
|
-
"label": "Tickets"
|
|
2092
|
+
"icon": "inbox"
|
|
2093
2093
|
},
|
|
2094
2094
|
{
|
|
2095
|
-
"label": "Responses",
|
|
2096
2095
|
"href": "/responses",
|
|
2097
|
-
"icon": "message-circle"
|
|
2096
|
+
"icon": "message-circle",
|
|
2097
|
+
"label": "Responses"
|
|
2098
2098
|
},
|
|
2099
2099
|
{
|
|
2100
|
+
"label": "Metrics",
|
|
2100
2101
|
"icon": "layout-list",
|
|
2101
|
-
"href": "/metrics"
|
|
2102
|
-
"label": "Metrics"
|
|
2102
|
+
"href": "/metrics"
|
|
2103
2103
|
}
|
|
2104
2104
|
],
|
|
2105
2105
|
"type": "dashboard-layout",
|
|
2106
|
-
"appName": "Helpdesk",
|
|
2107
2106
|
"children": [
|
|
2108
2107
|
{
|
|
2109
2108
|
"type": "stack",
|
|
2110
2109
|
"children": [
|
|
2111
2110
|
{
|
|
2111
|
+
"align": "center",
|
|
2112
|
+
"gap": "md",
|
|
2112
2113
|
"justify": "between",
|
|
2113
2114
|
"children": [
|
|
2114
2115
|
{
|
|
2116
|
+
"align": "center",
|
|
2117
|
+
"direction": "horizontal",
|
|
2118
|
+
"type": "stack",
|
|
2115
2119
|
"gap": "sm",
|
|
2116
2120
|
"children": [
|
|
2117
2121
|
{
|
|
2118
|
-
"
|
|
2119
|
-
"
|
|
2122
|
+
"type": "icon",
|
|
2123
|
+
"name": "message-circle"
|
|
2120
2124
|
},
|
|
2121
2125
|
{
|
|
2122
|
-
"variant": "h2",
|
|
2123
2126
|
"type": "typography",
|
|
2124
|
-
"content": "Responses"
|
|
2127
|
+
"content": "Responses",
|
|
2128
|
+
"variant": "h2"
|
|
2125
2129
|
}
|
|
2126
|
-
]
|
|
2127
|
-
"type": "stack",
|
|
2128
|
-
"direction": "horizontal",
|
|
2129
|
-
"align": "center"
|
|
2130
|
+
]
|
|
2130
2131
|
},
|
|
2131
2132
|
{
|
|
2132
|
-
"gap": "sm",
|
|
2133
|
-
"type": "stack",
|
|
2134
2133
|
"children": [
|
|
2135
2134
|
{
|
|
2136
|
-
"variant": "primary",
|
|
2137
|
-
"label": "Compose",
|
|
2138
2135
|
"type": "button",
|
|
2139
2136
|
"icon": "edit",
|
|
2137
|
+
"label": "Compose",
|
|
2138
|
+
"variant": "primary",
|
|
2140
2139
|
"action": "COMPOSE"
|
|
2141
2140
|
}
|
|
2142
2141
|
],
|
|
2143
|
-
"direction": "horizontal"
|
|
2142
|
+
"direction": "horizontal",
|
|
2143
|
+
"type": "stack",
|
|
2144
|
+
"gap": "sm"
|
|
2144
2145
|
}
|
|
2145
2146
|
],
|
|
2146
|
-
"
|
|
2147
|
-
"
|
|
2148
|
-
"gap": "md",
|
|
2149
|
-
"direction": "horizontal"
|
|
2147
|
+
"direction": "horizontal",
|
|
2148
|
+
"type": "stack"
|
|
2150
2149
|
},
|
|
2151
2150
|
{
|
|
2152
2151
|
"type": "divider"
|
|
2153
2152
|
},
|
|
2154
2153
|
{
|
|
2154
|
+
"gap": "sm",
|
|
2155
|
+
"type": "data-list",
|
|
2155
2156
|
"entity": "@payload.data",
|
|
2157
|
+
"variant": "card",
|
|
2156
2158
|
"fields": [],
|
|
2157
|
-
"itemActions": [
|
|
2158
|
-
{
|
|
2159
|
-
"label": "View",
|
|
2160
|
-
"variant": "ghost",
|
|
2161
|
-
"event": "VIEW"
|
|
2162
|
-
}
|
|
2163
|
-
],
|
|
2164
2159
|
"columns": [
|
|
2165
2160
|
{
|
|
2166
2161
|
"name": "author",
|
|
@@ -2172,21 +2167,26 @@
|
|
|
2172
2167
|
"variant": "body"
|
|
2173
2168
|
},
|
|
2174
2169
|
{
|
|
2175
|
-
"
|
|
2170
|
+
"format": "date",
|
|
2176
2171
|
"variant": "caption",
|
|
2177
|
-
"
|
|
2172
|
+
"name": "createdAt"
|
|
2178
2173
|
}
|
|
2179
2174
|
],
|
|
2180
|
-
"
|
|
2181
|
-
|
|
2182
|
-
|
|
2175
|
+
"itemActions": [
|
|
2176
|
+
{
|
|
2177
|
+
"event": "VIEW",
|
|
2178
|
+
"label": "View",
|
|
2179
|
+
"variant": "ghost"
|
|
2180
|
+
}
|
|
2181
|
+
]
|
|
2183
2182
|
}
|
|
2184
2183
|
],
|
|
2184
|
+
"direction": "vertical",
|
|
2185
2185
|
"className": "max-w-5xl mx-auto w-full",
|
|
2186
|
-
"gap": "lg"
|
|
2187
|
-
"direction": "vertical"
|
|
2186
|
+
"gap": "lg"
|
|
2188
2187
|
}
|
|
2189
|
-
]
|
|
2188
|
+
],
|
|
2189
|
+
"appName": "Helpdesk"
|
|
2190
2190
|
}
|
|
2191
2191
|
]
|
|
2192
2192
|
]
|
|
@@ -2200,36 +2200,36 @@
|
|
|
2200
2200
|
"render-ui",
|
|
2201
2201
|
"main",
|
|
2202
2202
|
{
|
|
2203
|
-
"direction": "vertical",
|
|
2204
|
-
"className": "py-12",
|
|
2205
|
-
"type": "stack",
|
|
2206
2203
|
"gap": "md",
|
|
2207
|
-
"align": "center",
|
|
2208
2204
|
"children": [
|
|
2209
2205
|
{
|
|
2210
|
-
"
|
|
2206
|
+
"name": "alert-triangle",
|
|
2211
2207
|
"type": "icon",
|
|
2212
|
-
"
|
|
2208
|
+
"color": "destructive"
|
|
2213
2209
|
},
|
|
2214
2210
|
{
|
|
2215
|
-
"
|
|
2211
|
+
"variant": "h3",
|
|
2216
2212
|
"type": "typography",
|
|
2217
|
-
"
|
|
2213
|
+
"content": "Failed to load response"
|
|
2218
2214
|
},
|
|
2219
2215
|
{
|
|
2216
|
+
"variant": "body",
|
|
2220
2217
|
"type": "typography",
|
|
2221
|
-
"color": "muted",
|
|
2222
2218
|
"content": "@payload.error",
|
|
2223
|
-
"
|
|
2219
|
+
"color": "muted"
|
|
2224
2220
|
},
|
|
2225
2221
|
{
|
|
2222
|
+
"action": "INIT",
|
|
2226
2223
|
"label": "Retry",
|
|
2224
|
+
"icon": "rotate-ccw",
|
|
2227
2225
|
"variant": "primary",
|
|
2228
|
-
"type": "button"
|
|
2229
|
-
"action": "INIT",
|
|
2230
|
-
"icon": "rotate-ccw"
|
|
2226
|
+
"type": "button"
|
|
2231
2227
|
}
|
|
2232
|
-
]
|
|
2228
|
+
],
|
|
2229
|
+
"align": "center",
|
|
2230
|
+
"direction": "vertical",
|
|
2231
|
+
"type": "stack",
|
|
2232
|
+
"className": "py-12"
|
|
2233
2233
|
}
|
|
2234
2234
|
]
|
|
2235
2235
|
]
|
|
@@ -2400,30 +2400,29 @@
|
|
|
2400
2400
|
"render-ui",
|
|
2401
2401
|
"modal",
|
|
2402
2402
|
{
|
|
2403
|
-
"gap": "md",
|
|
2404
|
-
"direction": "vertical",
|
|
2405
2403
|
"type": "stack",
|
|
2406
2404
|
"children": [
|
|
2407
2405
|
{
|
|
2408
2406
|
"gap": "sm",
|
|
2409
|
-
"type": "stack",
|
|
2410
2407
|
"children": [
|
|
2411
2408
|
{
|
|
2412
|
-
"
|
|
2413
|
-
"
|
|
2409
|
+
"type": "icon",
|
|
2410
|
+
"name": "edit"
|
|
2414
2411
|
},
|
|
2415
2412
|
{
|
|
2416
|
-
"content": "New Response",
|
|
2417
2413
|
"type": "typography",
|
|
2414
|
+
"content": "New Response",
|
|
2418
2415
|
"variant": "h3"
|
|
2419
2416
|
}
|
|
2420
2417
|
],
|
|
2418
|
+
"type": "stack",
|
|
2421
2419
|
"direction": "horizontal"
|
|
2422
2420
|
},
|
|
2423
2421
|
{
|
|
2424
2422
|
"type": "divider"
|
|
2425
2423
|
},
|
|
2426
2424
|
{
|
|
2425
|
+
"mode": "create",
|
|
2427
2426
|
"cancelEvent": "CLOSE",
|
|
2428
2427
|
"submitEvent": "SEND",
|
|
2429
2428
|
"fields": [
|
|
@@ -2431,10 +2430,11 @@
|
|
|
2431
2430
|
"body",
|
|
2432
2431
|
"author"
|
|
2433
2432
|
],
|
|
2434
|
-
"type": "form-section"
|
|
2435
|
-
"mode": "create"
|
|
2433
|
+
"type": "form-section"
|
|
2436
2434
|
}
|
|
2437
|
-
]
|
|
2435
|
+
],
|
|
2436
|
+
"gap": "md",
|
|
2437
|
+
"direction": "vertical"
|
|
2438
2438
|
}
|
|
2439
2439
|
]
|
|
2440
2440
|
]
|
|
@@ -2475,8 +2475,8 @@
|
|
|
2475
2475
|
"@payload.data",
|
|
2476
2476
|
{
|
|
2477
2477
|
"emit": {
|
|
2478
|
-
"
|
|
2479
|
-
"
|
|
2478
|
+
"success": "ResponseSaved",
|
|
2479
|
+
"failure": "ResponseSaveFailed"
|
|
2480
2480
|
}
|
|
2481
2481
|
}
|
|
2482
2482
|
],
|
|
@@ -2609,127 +2609,127 @@
|
|
|
2609
2609
|
"fetch",
|
|
2610
2610
|
"Response",
|
|
2611
2611
|
{
|
|
2612
|
+
"id": "@payload.id",
|
|
2612
2613
|
"emit": {
|
|
2613
2614
|
"failure": "ResponseLoadFailed",
|
|
2614
2615
|
"success": "ResponseLoaded"
|
|
2615
|
-
}
|
|
2616
|
-
"id": "@payload.id"
|
|
2616
|
+
}
|
|
2617
2617
|
}
|
|
2618
2618
|
],
|
|
2619
2619
|
[
|
|
2620
2620
|
"render-ui",
|
|
2621
2621
|
"modal",
|
|
2622
2622
|
{
|
|
2623
|
-
"
|
|
2624
|
-
"gap": "md",
|
|
2623
|
+
"type": "stack",
|
|
2625
2624
|
"children": [
|
|
2626
2625
|
{
|
|
2627
|
-
"
|
|
2626
|
+
"type": "stack",
|
|
2627
|
+
"align": "center",
|
|
2628
2628
|
"children": [
|
|
2629
2629
|
{
|
|
2630
2630
|
"type": "icon",
|
|
2631
2631
|
"name": "eye"
|
|
2632
2632
|
},
|
|
2633
2633
|
{
|
|
2634
|
-
"content": "@entity.ticketId",
|
|
2635
2634
|
"type": "typography",
|
|
2635
|
+
"content": "@entity.ticketId",
|
|
2636
2636
|
"variant": "h3"
|
|
2637
2637
|
}
|
|
2638
2638
|
],
|
|
2639
|
-
"
|
|
2640
|
-
"
|
|
2641
|
-
"align": "center"
|
|
2639
|
+
"gap": "sm",
|
|
2640
|
+
"direction": "horizontal"
|
|
2642
2641
|
},
|
|
2643
2642
|
{
|
|
2644
2643
|
"type": "divider"
|
|
2645
2644
|
},
|
|
2646
2645
|
{
|
|
2647
|
-
"direction": "horizontal",
|
|
2648
2646
|
"type": "stack",
|
|
2649
|
-
"gap": "md",
|
|
2650
2647
|
"children": [
|
|
2651
2648
|
{
|
|
2652
|
-
"type": "typography",
|
|
2653
2649
|
"variant": "caption",
|
|
2654
|
-
"content": "Ticket ID"
|
|
2650
|
+
"content": "Ticket ID",
|
|
2651
|
+
"type": "typography"
|
|
2655
2652
|
},
|
|
2656
2653
|
{
|
|
2657
|
-
"type": "typography",
|
|
2658
2654
|
"variant": "body",
|
|
2659
|
-
"content": "@entity.ticketId"
|
|
2655
|
+
"content": "@entity.ticketId",
|
|
2656
|
+
"type": "typography"
|
|
2660
2657
|
}
|
|
2661
|
-
]
|
|
2658
|
+
],
|
|
2659
|
+
"gap": "md",
|
|
2660
|
+
"direction": "horizontal"
|
|
2662
2661
|
},
|
|
2663
2662
|
{
|
|
2664
|
-
"gap": "md",
|
|
2665
|
-
"direction": "horizontal",
|
|
2666
2663
|
"children": [
|
|
2667
2664
|
{
|
|
2668
|
-
"type": "typography",
|
|
2669
2665
|
"variant": "caption",
|
|
2666
|
+
"type": "typography",
|
|
2670
2667
|
"content": "Body"
|
|
2671
2668
|
},
|
|
2672
2669
|
{
|
|
2670
|
+
"content": "@entity.body",
|
|
2673
2671
|
"type": "typography",
|
|
2674
|
-
"variant": "body"
|
|
2675
|
-
"content": "@entity.body"
|
|
2672
|
+
"variant": "body"
|
|
2676
2673
|
}
|
|
2677
2674
|
],
|
|
2678
|
-
"
|
|
2675
|
+
"direction": "horizontal",
|
|
2676
|
+
"type": "stack",
|
|
2677
|
+
"gap": "md"
|
|
2679
2678
|
},
|
|
2680
2679
|
{
|
|
2681
2680
|
"direction": "horizontal",
|
|
2681
|
+
"gap": "md",
|
|
2682
2682
|
"children": [
|
|
2683
2683
|
{
|
|
2684
|
+
"content": "Author",
|
|
2684
2685
|
"variant": "caption",
|
|
2685
|
-
"type": "typography"
|
|
2686
|
-
"content": "Author"
|
|
2686
|
+
"type": "typography"
|
|
2687
2687
|
},
|
|
2688
2688
|
{
|
|
2689
|
-
"type": "typography",
|
|
2690
2689
|
"variant": "body",
|
|
2690
|
+
"type": "typography",
|
|
2691
2691
|
"content": "@entity.author"
|
|
2692
2692
|
}
|
|
2693
2693
|
],
|
|
2694
|
-
"type": "stack"
|
|
2695
|
-
"gap": "md"
|
|
2694
|
+
"type": "stack"
|
|
2696
2695
|
},
|
|
2697
2696
|
{
|
|
2698
|
-
"direction": "horizontal",
|
|
2699
2697
|
"type": "stack",
|
|
2698
|
+
"direction": "horizontal",
|
|
2699
|
+
"gap": "md",
|
|
2700
2700
|
"children": [
|
|
2701
2701
|
{
|
|
2702
2702
|
"type": "typography",
|
|
2703
|
-
"
|
|
2704
|
-
"
|
|
2703
|
+
"variant": "caption",
|
|
2704
|
+
"content": "Created At"
|
|
2705
2705
|
},
|
|
2706
2706
|
{
|
|
2707
2707
|
"content": "@entity.createdAt",
|
|
2708
2708
|
"variant": "body",
|
|
2709
2709
|
"type": "typography"
|
|
2710
2710
|
}
|
|
2711
|
-
]
|
|
2712
|
-
"gap": "md"
|
|
2711
|
+
]
|
|
2713
2712
|
},
|
|
2714
2713
|
{
|
|
2715
2714
|
"type": "divider"
|
|
2716
2715
|
},
|
|
2717
2716
|
{
|
|
2718
|
-
"justify": "end",
|
|
2719
|
-
"direction": "horizontal",
|
|
2720
2717
|
"children": [
|
|
2721
2718
|
{
|
|
2722
|
-
"type": "button",
|
|
2723
|
-
"label": "Close",
|
|
2724
2719
|
"action": "CLOSE",
|
|
2725
|
-
"variant": "ghost"
|
|
2720
|
+
"variant": "ghost",
|
|
2721
|
+
"type": "button",
|
|
2722
|
+
"label": "Close"
|
|
2726
2723
|
}
|
|
2727
2724
|
],
|
|
2725
|
+
"gap": "sm",
|
|
2726
|
+
"justify": "end",
|
|
2728
2727
|
"type": "stack",
|
|
2729
|
-
"
|
|
2728
|
+
"direction": "horizontal"
|
|
2730
2729
|
}
|
|
2731
2730
|
],
|
|
2732
|
-
"
|
|
2731
|
+
"gap": "md",
|
|
2732
|
+
"direction": "vertical"
|
|
2733
2733
|
}
|
|
2734
2734
|
]
|
|
2735
2735
|
]
|
|
@@ -2941,8 +2941,8 @@
|
|
|
2941
2941
|
"SupportMetrics",
|
|
2942
2942
|
{
|
|
2943
2943
|
"emit": {
|
|
2944
|
-
"
|
|
2945
|
-
"
|
|
2944
|
+
"success": "SupportMetricsLoaded",
|
|
2945
|
+
"failure": "SupportMetricsLoadFailed"
|
|
2946
2946
|
}
|
|
2947
2947
|
}
|
|
2948
2948
|
],
|
|
@@ -2950,80 +2950,100 @@
|
|
|
2950
2950
|
"render-ui",
|
|
2951
2951
|
"main",
|
|
2952
2952
|
{
|
|
2953
|
+
"navItems": [
|
|
2954
|
+
{
|
|
2955
|
+
"href": "/tickets",
|
|
2956
|
+
"label": "Tickets",
|
|
2957
|
+
"icon": "inbox"
|
|
2958
|
+
},
|
|
2959
|
+
{
|
|
2960
|
+
"href": "/responses",
|
|
2961
|
+
"label": "Responses",
|
|
2962
|
+
"icon": "message-circle"
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"href": "/metrics",
|
|
2966
|
+
"icon": "layout-list",
|
|
2967
|
+
"label": "Metrics"
|
|
2968
|
+
}
|
|
2969
|
+
],
|
|
2953
2970
|
"type": "dashboard-layout",
|
|
2971
|
+
"appName": "Helpdesk",
|
|
2954
2972
|
"children": [
|
|
2955
2973
|
{
|
|
2956
|
-
"type": "scaled-diagram",
|
|
2957
2974
|
"children": [
|
|
2958
2975
|
{
|
|
2959
|
-
"direction": "vertical",
|
|
2960
|
-
"type": "stack",
|
|
2961
2976
|
"gap": "lg",
|
|
2977
|
+
"direction": "vertical",
|
|
2962
2978
|
"children": [
|
|
2963
2979
|
{
|
|
2964
|
-
"type": "breadcrumb",
|
|
2965
2980
|
"items": [
|
|
2966
2981
|
{
|
|
2967
|
-
"
|
|
2968
|
-
"
|
|
2982
|
+
"label": "Home",
|
|
2983
|
+
"href": "/"
|
|
2969
2984
|
},
|
|
2970
2985
|
{
|
|
2971
2986
|
"label": "Support Metrics"
|
|
2972
2987
|
}
|
|
2973
|
-
]
|
|
2988
|
+
],
|
|
2989
|
+
"type": "breadcrumb"
|
|
2974
2990
|
},
|
|
2975
2991
|
{
|
|
2992
|
+
"justify": "between",
|
|
2976
2993
|
"children": [
|
|
2977
2994
|
{
|
|
2978
|
-
"type": "stack",
|
|
2979
2995
|
"gap": "md",
|
|
2996
|
+
"direction": "horizontal",
|
|
2997
|
+
"type": "stack",
|
|
2980
2998
|
"children": [
|
|
2981
2999
|
{
|
|
2982
3000
|
"type": "icon",
|
|
2983
3001
|
"name": "activity"
|
|
2984
3002
|
},
|
|
2985
3003
|
{
|
|
2986
|
-
"variant": "h2",
|
|
2987
3004
|
"type": "typography",
|
|
2988
|
-
"content": "Support Metrics"
|
|
3005
|
+
"content": "Support Metrics",
|
|
3006
|
+
"variant": "h2"
|
|
2989
3007
|
}
|
|
2990
|
-
]
|
|
2991
|
-
"direction": "horizontal"
|
|
3008
|
+
]
|
|
2992
3009
|
},
|
|
2993
3010
|
{
|
|
2994
|
-
"label": "Refresh",
|
|
2995
|
-
"type": "button",
|
|
2996
3011
|
"variant": "secondary",
|
|
3012
|
+
"type": "button",
|
|
2997
3013
|
"icon": "refresh-cw",
|
|
3014
|
+
"label": "Refresh",
|
|
2998
3015
|
"action": "REFRESH"
|
|
2999
3016
|
}
|
|
3000
3017
|
],
|
|
3001
|
-
"gap": "md",
|
|
3002
3018
|
"type": "stack",
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
3019
|
+
"direction": "horizontal",
|
|
3020
|
+
"gap": "md"
|
|
3005
3021
|
},
|
|
3006
3022
|
{
|
|
3007
3023
|
"type": "divider"
|
|
3008
3024
|
},
|
|
3009
3025
|
{
|
|
3026
|
+
"type": "box",
|
|
3027
|
+
"padding": "md",
|
|
3010
3028
|
"children": [
|
|
3011
3029
|
{
|
|
3012
3030
|
"children": [
|
|
3013
3031
|
{
|
|
3014
|
-
"
|
|
3032
|
+
"type": "stat-display",
|
|
3015
3033
|
"label": "OpenTickets",
|
|
3016
|
-
"
|
|
3034
|
+
"value": "@entity.openTickets"
|
|
3017
3035
|
},
|
|
3018
3036
|
{
|
|
3019
|
-
"label": "ResolvedTickets",
|
|
3020
3037
|
"type": "stat-display",
|
|
3038
|
+
"label": "ResolvedTickets",
|
|
3021
3039
|
"value": "@entity.resolvedTickets"
|
|
3022
3040
|
},
|
|
3023
3041
|
{
|
|
3024
3042
|
"type": "card",
|
|
3025
3043
|
"children": [
|
|
3026
3044
|
{
|
|
3045
|
+
"direction": "vertical",
|
|
3046
|
+
"type": "stack",
|
|
3027
3047
|
"children": [
|
|
3028
3048
|
{
|
|
3029
3049
|
"variant": "caption",
|
|
@@ -3036,9 +3056,7 @@
|
|
|
3036
3056
|
"content": "@entity.avgResponseTime"
|
|
3037
3057
|
}
|
|
3038
3058
|
],
|
|
3039
|
-
"
|
|
3040
|
-
"gap": "sm",
|
|
3041
|
-
"direction": "vertical"
|
|
3059
|
+
"gap": "sm"
|
|
3042
3060
|
}
|
|
3043
3061
|
]
|
|
3044
3062
|
},
|
|
@@ -3048,32 +3066,27 @@
|
|
|
3048
3066
|
"value": "@entity.satisfactionScore"
|
|
3049
3067
|
},
|
|
3050
3068
|
{
|
|
3069
|
+
"type": "stat-display",
|
|
3051
3070
|
"value": "@entity.activeAgents",
|
|
3052
|
-
"label": "ActiveAgents"
|
|
3053
|
-
"type": "stat-display"
|
|
3071
|
+
"label": "ActiveAgents"
|
|
3054
3072
|
}
|
|
3055
3073
|
],
|
|
3056
3074
|
"type": "simple-grid",
|
|
3057
3075
|
"cols": 3.0
|
|
3058
3076
|
}
|
|
3059
|
-
]
|
|
3060
|
-
"type": "box",
|
|
3061
|
-
"padding": "md"
|
|
3077
|
+
]
|
|
3062
3078
|
},
|
|
3063
3079
|
{
|
|
3064
3080
|
"type": "divider"
|
|
3065
3081
|
},
|
|
3066
3082
|
{
|
|
3067
|
-
"gap": "md",
|
|
3068
|
-
"cols": 2.0,
|
|
3069
|
-
"type": "grid",
|
|
3070
3083
|
"children": [
|
|
3071
3084
|
{
|
|
3072
3085
|
"type": "card",
|
|
3073
3086
|
"children": [
|
|
3074
3087
|
{
|
|
3075
|
-
"variant": "caption",
|
|
3076
3088
|
"type": "typography",
|
|
3089
|
+
"variant": "caption",
|
|
3077
3090
|
"content": "Chart View"
|
|
3078
3091
|
}
|
|
3079
3092
|
]
|
|
@@ -3081,14 +3094,17 @@
|
|
|
3081
3094
|
{
|
|
3082
3095
|
"children": [
|
|
3083
3096
|
{
|
|
3084
|
-
"content": "Graph View",
|
|
3085
3097
|
"type": "typography",
|
|
3098
|
+
"content": "Graph View",
|
|
3086
3099
|
"variant": "caption"
|
|
3087
3100
|
}
|
|
3088
3101
|
],
|
|
3089
3102
|
"type": "card"
|
|
3090
3103
|
}
|
|
3091
|
-
]
|
|
3104
|
+
],
|
|
3105
|
+
"cols": 2.0,
|
|
3106
|
+
"type": "grid",
|
|
3107
|
+
"gap": "md"
|
|
3092
3108
|
},
|
|
3093
3109
|
{
|
|
3094
3110
|
"data": [
|
|
@@ -3105,16 +3121,16 @@
|
|
|
3105
3121
|
"value": 15.0
|
|
3106
3122
|
},
|
|
3107
3123
|
{
|
|
3108
|
-
"
|
|
3109
|
-
"
|
|
3110
|
-
},
|
|
3124
|
+
"value": 25.0,
|
|
3125
|
+
"date": "Apr"
|
|
3126
|
+
},
|
|
3111
3127
|
{
|
|
3112
|
-
"
|
|
3113
|
-
"
|
|
3128
|
+
"date": "May",
|
|
3129
|
+
"value": 22.0
|
|
3114
3130
|
},
|
|
3115
3131
|
{
|
|
3116
|
-
"
|
|
3117
|
-
"
|
|
3132
|
+
"date": "Jun",
|
|
3133
|
+
"value": 30.0
|
|
3118
3134
|
}
|
|
3119
3135
|
],
|
|
3120
3136
|
"type": "line-chart"
|
|
@@ -3123,8 +3139,8 @@
|
|
|
3123
3139
|
"type": "chart-legend",
|
|
3124
3140
|
"items": [
|
|
3125
3141
|
{
|
|
3126
|
-
"
|
|
3127
|
-
"
|
|
3142
|
+
"color": "primary",
|
|
3143
|
+
"label": "Current"
|
|
3128
3144
|
},
|
|
3129
3145
|
{
|
|
3130
3146
|
"label": "Previous",
|
|
@@ -3133,12 +3149,10 @@
|
|
|
3133
3149
|
]
|
|
3134
3150
|
},
|
|
3135
3151
|
{
|
|
3136
|
-
"height": 200.0,
|
|
3137
|
-
"type": "graph-view",
|
|
3138
3152
|
"nodes": [
|
|
3139
3153
|
{
|
|
3140
|
-
"
|
|
3141
|
-
"
|
|
3154
|
+
"label": "Start",
|
|
3155
|
+
"id": "a"
|
|
3142
3156
|
},
|
|
3143
3157
|
{
|
|
3144
3158
|
"id": "b",
|
|
@@ -3159,29 +3173,15 @@
|
|
|
3159
3173
|
"source": "b",
|
|
3160
3174
|
"target": "c"
|
|
3161
3175
|
}
|
|
3162
|
-
]
|
|
3176
|
+
],
|
|
3177
|
+
"type": "graph-view",
|
|
3178
|
+
"height": 200.0
|
|
3163
3179
|
}
|
|
3164
|
-
]
|
|
3180
|
+
],
|
|
3181
|
+
"type": "stack"
|
|
3165
3182
|
}
|
|
3166
|
-
]
|
|
3167
|
-
|
|
3168
|
-
],
|
|
3169
|
-
"appName": "Helpdesk",
|
|
3170
|
-
"navItems": [
|
|
3171
|
-
{
|
|
3172
|
-
"icon": "inbox",
|
|
3173
|
-
"label": "Tickets",
|
|
3174
|
-
"href": "/tickets"
|
|
3175
|
-
},
|
|
3176
|
-
{
|
|
3177
|
-
"icon": "message-circle",
|
|
3178
|
-
"label": "Responses",
|
|
3179
|
-
"href": "/responses"
|
|
3180
|
-
},
|
|
3181
|
-
{
|
|
3182
|
-
"label": "Metrics",
|
|
3183
|
-
"href": "/metrics",
|
|
3184
|
-
"icon": "layout-list"
|
|
3183
|
+
],
|
|
3184
|
+
"type": "scaled-diagram"
|
|
3185
3185
|
}
|
|
3186
3186
|
]
|
|
3187
3187
|
}
|
|
@@ -3207,13 +3207,15 @@
|
|
|
3207
3207
|
"render-ui",
|
|
3208
3208
|
"main",
|
|
3209
3209
|
{
|
|
3210
|
-
"type": "dashboard-layout",
|
|
3211
3210
|
"children": [
|
|
3212
3211
|
{
|
|
3212
|
+
"type": "scaled-diagram",
|
|
3213
3213
|
"children": [
|
|
3214
3214
|
{
|
|
3215
|
+
"direction": "vertical",
|
|
3215
3216
|
"children": [
|
|
3216
3217
|
{
|
|
3218
|
+
"type": "breadcrumb",
|
|
3217
3219
|
"items": [
|
|
3218
3220
|
{
|
|
3219
3221
|
"href": "/",
|
|
@@ -3222,79 +3224,79 @@
|
|
|
3222
3224
|
{
|
|
3223
3225
|
"label": "Support Metrics"
|
|
3224
3226
|
}
|
|
3225
|
-
]
|
|
3226
|
-
"type": "breadcrumb"
|
|
3227
|
+
]
|
|
3227
3228
|
},
|
|
3228
3229
|
{
|
|
3229
3230
|
"direction": "horizontal",
|
|
3230
|
-
"gap": "md",
|
|
3231
3231
|
"type": "stack",
|
|
3232
|
+
"justify": "between",
|
|
3232
3233
|
"children": [
|
|
3233
3234
|
{
|
|
3234
|
-
"
|
|
3235
|
-
"direction": "horizontal",
|
|
3235
|
+
"gap": "md",
|
|
3236
3236
|
"children": [
|
|
3237
3237
|
{
|
|
3238
|
-
"
|
|
3239
|
-
"
|
|
3238
|
+
"type": "icon",
|
|
3239
|
+
"name": "activity"
|
|
3240
3240
|
},
|
|
3241
3241
|
{
|
|
3242
|
-
"content": "Support Metrics",
|
|
3243
3242
|
"variant": "h2",
|
|
3244
|
-
"type": "typography"
|
|
3243
|
+
"type": "typography",
|
|
3244
|
+
"content": "Support Metrics"
|
|
3245
3245
|
}
|
|
3246
3246
|
],
|
|
3247
|
-
"
|
|
3247
|
+
"direction": "horizontal",
|
|
3248
|
+
"type": "stack"
|
|
3248
3249
|
},
|
|
3249
3250
|
{
|
|
3250
3251
|
"type": "button",
|
|
3251
|
-
"label": "Refresh",
|
|
3252
3252
|
"icon": "refresh-cw",
|
|
3253
|
+
"action": "REFRESH",
|
|
3253
3254
|
"variant": "secondary",
|
|
3254
|
-
"
|
|
3255
|
+
"label": "Refresh"
|
|
3255
3256
|
}
|
|
3256
3257
|
],
|
|
3257
|
-
"
|
|
3258
|
+
"gap": "md"
|
|
3258
3259
|
},
|
|
3259
3260
|
{
|
|
3260
3261
|
"type": "divider"
|
|
3261
3262
|
},
|
|
3262
3263
|
{
|
|
3264
|
+
"padding": "md",
|
|
3263
3265
|
"children": [
|
|
3264
3266
|
{
|
|
3265
3267
|
"cols": 3.0,
|
|
3266
3268
|
"children": [
|
|
3267
3269
|
{
|
|
3268
3270
|
"type": "stat-display",
|
|
3269
|
-
"
|
|
3270
|
-
"
|
|
3271
|
+
"value": "@entity.openTickets",
|
|
3272
|
+
"label": "OpenTickets"
|
|
3271
3273
|
},
|
|
3272
3274
|
{
|
|
3273
3275
|
"type": "stat-display",
|
|
3274
|
-
"
|
|
3275
|
-
"
|
|
3276
|
+
"label": "ResolvedTickets",
|
|
3277
|
+
"value": "@entity.resolvedTickets"
|
|
3276
3278
|
},
|
|
3277
3279
|
{
|
|
3280
|
+
"type": "card",
|
|
3278
3281
|
"children": [
|
|
3279
3282
|
{
|
|
3280
|
-
"type": "stack",
|
|
3281
3283
|
"gap": "sm",
|
|
3284
|
+
"type": "stack",
|
|
3282
3285
|
"direction": "vertical",
|
|
3283
3286
|
"children": [
|
|
3284
3287
|
{
|
|
3288
|
+
"type": "typography",
|
|
3285
3289
|
"variant": "caption",
|
|
3286
|
-
"content": "AvgResponseTime"
|
|
3287
|
-
"type": "typography"
|
|
3290
|
+
"content": "AvgResponseTime"
|
|
3288
3291
|
},
|
|
3289
3292
|
{
|
|
3290
|
-
"variant": "h3",
|
|
3291
3293
|
"content": "@entity.avgResponseTime",
|
|
3292
|
-
"type": "typography"
|
|
3294
|
+
"type": "typography",
|
|
3295
|
+
"variant": "h3"
|
|
3293
3296
|
}
|
|
3294
3297
|
]
|
|
3295
3298
|
}
|
|
3296
|
-
]
|
|
3297
|
-
"type": "card"
|
|
3299
|
+
]
|
|
3298
3300
|
},
|
|
3299
3301
|
{
|
|
3300
3302
|
"label": "SatisfactionScore",
|
|
@@ -3302,15 +3304,14 @@
|
|
|
3302
3304
|
"type": "stat-display"
|
|
3303
3305
|
},
|
|
3304
3306
|
{
|
|
3305
|
-
"label": "ActiveAgents",
|
|
3306
3307
|
"type": "stat-display",
|
|
3308
|
+
"label": "ActiveAgents",
|
|
3307
3309
|
"value": "@entity.activeAgents"
|
|
3308
3310
|
}
|
|
3309
3311
|
],
|
|
3310
3312
|
"type": "simple-grid"
|
|
3311
3313
|
}
|
|
3312
3314
|
],
|
|
3313
|
-
"padding": "md",
|
|
3314
3315
|
"type": "box"
|
|
3315
3316
|
},
|
|
3316
3317
|
{
|
|
@@ -3325,41 +3326,42 @@
|
|
|
3325
3326
|
"type": "card",
|
|
3326
3327
|
"children": [
|
|
3327
3328
|
{
|
|
3328
|
-
"type": "typography",
|
|
3329
3329
|
"variant": "caption",
|
|
3330
|
-
"content": "Chart View"
|
|
3330
|
+
"content": "Chart View",
|
|
3331
|
+
"type": "typography"
|
|
3331
3332
|
}
|
|
3332
3333
|
]
|
|
3333
3334
|
},
|
|
3334
3335
|
{
|
|
3335
|
-
"type": "card",
|
|
3336
3336
|
"children": [
|
|
3337
3337
|
{
|
|
3338
|
-
"
|
|
3338
|
+
"content": "Graph View",
|
|
3339
3339
|
"variant": "caption",
|
|
3340
|
-
"
|
|
3340
|
+
"type": "typography"
|
|
3341
3341
|
}
|
|
3342
|
-
]
|
|
3342
|
+
],
|
|
3343
|
+
"type": "card"
|
|
3343
3344
|
}
|
|
3344
3345
|
]
|
|
3345
3346
|
},
|
|
3346
3347
|
{
|
|
3348
|
+
"type": "line-chart",
|
|
3347
3349
|
"data": [
|
|
3348
3350
|
{
|
|
3349
3351
|
"date": "Jan",
|
|
3350
3352
|
"value": 12.0
|
|
3351
3353
|
},
|
|
3352
3354
|
{
|
|
3353
|
-
"
|
|
3354
|
-
"
|
|
3355
|
+
"value": 19.0,
|
|
3356
|
+
"date": "Feb"
|
|
3355
3357
|
},
|
|
3356
3358
|
{
|
|
3357
3359
|
"value": 15.0,
|
|
3358
3360
|
"date": "Mar"
|
|
3359
3361
|
},
|
|
3360
3362
|
{
|
|
3361
|
-
"
|
|
3362
|
-
"
|
|
3363
|
+
"date": "Apr",
|
|
3364
|
+
"value": 25.0
|
|
3363
3365
|
},
|
|
3364
3366
|
{
|
|
3365
3367
|
"value": 22.0,
|
|
@@ -3369,8 +3371,7 @@
|
|
|
3369
3371
|
"date": "Jun",
|
|
3370
3372
|
"value": 30.0
|
|
3371
3373
|
}
|
|
3372
|
-
]
|
|
3373
|
-
"type": "line-chart"
|
|
3374
|
+
]
|
|
3374
3375
|
},
|
|
3375
3376
|
{
|
|
3376
3377
|
"type": "chart-legend",
|
|
@@ -3386,7 +3387,6 @@
|
|
|
3386
3387
|
]
|
|
3387
3388
|
},
|
|
3388
3389
|
{
|
|
3389
|
-
"width": 400.0,
|
|
3390
3390
|
"height": 200.0,
|
|
3391
3391
|
"nodes": [
|
|
3392
3392
|
{
|
|
@@ -3402,28 +3402,28 @@
|
|
|
3402
3402
|
"label": "End"
|
|
3403
3403
|
}
|
|
3404
3404
|
],
|
|
3405
|
+
"width": 400.0,
|
|
3405
3406
|
"edges": [
|
|
3406
3407
|
{
|
|
3407
3408
|
"source": "a",
|
|
3408
3409
|
"target": "b"
|
|
3409
3410
|
},
|
|
3410
3411
|
{
|
|
3411
|
-
"
|
|
3412
|
-
"
|
|
3412
|
+
"target": "c",
|
|
3413
|
+
"source": "b"
|
|
3413
3414
|
}
|
|
3414
3415
|
],
|
|
3415
3416
|
"type": "graph-view"
|
|
3416
3417
|
}
|
|
3417
3418
|
],
|
|
3418
|
-
"
|
|
3419
|
-
"
|
|
3420
|
-
"type": "stack"
|
|
3419
|
+
"type": "stack",
|
|
3420
|
+
"gap": "lg"
|
|
3421
3421
|
}
|
|
3422
|
-
]
|
|
3423
|
-
"type": "scaled-diagram"
|
|
3422
|
+
]
|
|
3424
3423
|
}
|
|
3425
3424
|
],
|
|
3426
3425
|
"appName": "Helpdesk",
|
|
3426
|
+
"type": "dashboard-layout",
|
|
3427
3427
|
"navItems": [
|
|
3428
3428
|
{
|
|
3429
3429
|
"icon": "inbox",
|
|
@@ -3464,12 +3464,31 @@
|
|
|
3464
3464
|
"render-ui",
|
|
3465
3465
|
"main",
|
|
3466
3466
|
{
|
|
3467
|
-
"
|
|
3467
|
+
"navItems": [
|
|
3468
|
+
{
|
|
3469
|
+
"icon": "inbox",
|
|
3470
|
+
"label": "Tickets",
|
|
3471
|
+
"href": "/tickets"
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"href": "/responses",
|
|
3475
|
+
"icon": "message-circle",
|
|
3476
|
+
"label": "Responses"
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"label": "Metrics",
|
|
3480
|
+
"icon": "layout-list",
|
|
3481
|
+
"href": "/metrics"
|
|
3482
|
+
}
|
|
3483
|
+
],
|
|
3484
|
+
"appName": "Helpdesk",
|
|
3468
3485
|
"children": [
|
|
3469
3486
|
{
|
|
3470
3487
|
"type": "scaled-diagram",
|
|
3471
3488
|
"children": [
|
|
3472
3489
|
{
|
|
3490
|
+
"gap": "lg",
|
|
3491
|
+
"direction": "vertical",
|
|
3473
3492
|
"children": [
|
|
3474
3493
|
{
|
|
3475
3494
|
"items": [
|
|
@@ -3484,15 +3503,14 @@
|
|
|
3484
3503
|
"type": "breadcrumb"
|
|
3485
3504
|
},
|
|
3486
3505
|
{
|
|
3487
|
-
"gap": "md",
|
|
3488
|
-
"direction": "horizontal",
|
|
3489
3506
|
"justify": "between",
|
|
3490
3507
|
"type": "stack",
|
|
3508
|
+
"direction": "horizontal",
|
|
3509
|
+
"gap": "md",
|
|
3491
3510
|
"children": [
|
|
3492
3511
|
{
|
|
3493
|
-
"gap": "md",
|
|
3494
|
-
"type": "stack",
|
|
3495
3512
|
"direction": "horizontal",
|
|
3513
|
+
"gap": "md",
|
|
3496
3514
|
"children": [
|
|
3497
3515
|
{
|
|
3498
3516
|
"name": "activity",
|
|
@@ -3503,13 +3521,14 @@
|
|
|
3503
3521
|
"type": "typography",
|
|
3504
3522
|
"content": "Support Metrics"
|
|
3505
3523
|
}
|
|
3506
|
-
]
|
|
3524
|
+
],
|
|
3525
|
+
"type": "stack"
|
|
3507
3526
|
},
|
|
3508
3527
|
{
|
|
3509
|
-
"icon": "refresh-cw",
|
|
3510
|
-
"type": "button",
|
|
3511
3528
|
"action": "REFRESH",
|
|
3512
3529
|
"label": "Refresh",
|
|
3530
|
+
"type": "button",
|
|
3531
|
+
"icon": "refresh-cw",
|
|
3513
3532
|
"variant": "secondary"
|
|
3514
3533
|
}
|
|
3515
3534
|
]
|
|
@@ -3518,8 +3537,6 @@
|
|
|
3518
3537
|
"type": "divider"
|
|
3519
3538
|
},
|
|
3520
3539
|
{
|
|
3521
|
-
"type": "box",
|
|
3522
|
-
"padding": "md",
|
|
3523
3540
|
"children": [
|
|
3524
3541
|
{
|
|
3525
3542
|
"children": [
|
|
@@ -3534,8 +3551,11 @@
|
|
|
3534
3551
|
"value": "@entity.resolvedTickets"
|
|
3535
3552
|
},
|
|
3536
3553
|
{
|
|
3554
|
+
"type": "card",
|
|
3537
3555
|
"children": [
|
|
3538
3556
|
{
|
|
3557
|
+
"gap": "sm",
|
|
3558
|
+
"direction": "vertical",
|
|
3539
3559
|
"children": [
|
|
3540
3560
|
{
|
|
3541
3561
|
"type": "typography",
|
|
@@ -3543,17 +3563,14 @@
|
|
|
3543
3563
|
"content": "AvgResponseTime"
|
|
3544
3564
|
},
|
|
3545
3565
|
{
|
|
3546
|
-
"type": "typography",
|
|
3547
3566
|
"variant": "h3",
|
|
3567
|
+
"type": "typography",
|
|
3548
3568
|
"content": "@entity.avgResponseTime"
|
|
3549
3569
|
}
|
|
3550
3570
|
],
|
|
3551
|
-
"gap": "sm",
|
|
3552
|
-
"direction": "vertical",
|
|
3553
3571
|
"type": "stack"
|
|
3554
3572
|
}
|
|
3555
|
-
]
|
|
3556
|
-
"type": "card"
|
|
3573
|
+
]
|
|
3557
3574
|
},
|
|
3558
3575
|
{
|
|
3559
3576
|
"type": "stat-display",
|
|
@@ -3561,15 +3578,17 @@
|
|
|
3561
3578
|
"label": "SatisfactionScore"
|
|
3562
3579
|
},
|
|
3563
3580
|
{
|
|
3564
|
-
"type": "stat-display",
|
|
3565
3581
|
"label": "ActiveAgents",
|
|
3582
|
+
"type": "stat-display",
|
|
3566
3583
|
"value": "@entity.activeAgents"
|
|
3567
3584
|
}
|
|
3568
3585
|
],
|
|
3569
3586
|
"type": "simple-grid",
|
|
3570
3587
|
"cols": 3.0
|
|
3571
3588
|
}
|
|
3572
|
-
]
|
|
3589
|
+
],
|
|
3590
|
+
"type": "box",
|
|
3591
|
+
"padding": "md"
|
|
3573
3592
|
},
|
|
3574
3593
|
{
|
|
3575
3594
|
"type": "divider"
|
|
@@ -3583,9 +3602,9 @@
|
|
|
3583
3602
|
"type": "card",
|
|
3584
3603
|
"children": [
|
|
3585
3604
|
{
|
|
3605
|
+
"type": "typography",
|
|
3586
3606
|
"variant": "caption",
|
|
3587
|
-
"content": "Chart View"
|
|
3588
|
-
"type": "typography"
|
|
3607
|
+
"content": "Chart View"
|
|
3589
3608
|
}
|
|
3590
3609
|
]
|
|
3591
3610
|
},
|
|
@@ -3594,15 +3613,14 @@
|
|
|
3594
3613
|
"children": [
|
|
3595
3614
|
{
|
|
3596
3615
|
"type": "typography",
|
|
3597
|
-
"
|
|
3598
|
-
"
|
|
3616
|
+
"variant": "caption",
|
|
3617
|
+
"content": "Graph View"
|
|
3599
3618
|
}
|
|
3600
3619
|
]
|
|
3601
3620
|
}
|
|
3602
3621
|
]
|
|
3603
3622
|
},
|
|
3604
3623
|
{
|
|
3605
|
-
"type": "line-chart",
|
|
3606
3624
|
"data": [
|
|
3607
3625
|
{
|
|
3608
3626
|
"value": 12.0,
|
|
@@ -3617,48 +3635,34 @@
|
|
|
3617
3635
|
"value": 15.0
|
|
3618
3636
|
},
|
|
3619
3637
|
{
|
|
3620
|
-
"
|
|
3621
|
-
"
|
|
3638
|
+
"date": "Apr",
|
|
3639
|
+
"value": 25.0
|
|
3622
3640
|
},
|
|
3623
3641
|
{
|
|
3624
|
-
"
|
|
3625
|
-
"
|
|
3642
|
+
"value": 22.0,
|
|
3643
|
+
"date": "May"
|
|
3626
3644
|
},
|
|
3627
3645
|
{
|
|
3628
|
-
"
|
|
3629
|
-
"
|
|
3646
|
+
"value": 30.0,
|
|
3647
|
+
"date": "Jun"
|
|
3630
3648
|
}
|
|
3631
|
-
]
|
|
3649
|
+
],
|
|
3650
|
+
"type": "line-chart"
|
|
3632
3651
|
},
|
|
3633
3652
|
{
|
|
3634
|
-
"type": "chart-legend",
|
|
3635
3653
|
"items": [
|
|
3636
3654
|
{
|
|
3637
3655
|
"label": "Current",
|
|
3638
3656
|
"color": "primary"
|
|
3639
3657
|
},
|
|
3640
3658
|
{
|
|
3641
|
-
"
|
|
3642
|
-
"
|
|
3659
|
+
"label": "Previous",
|
|
3660
|
+
"color": "muted"
|
|
3643
3661
|
}
|
|
3644
|
-
]
|
|
3662
|
+
],
|
|
3663
|
+
"type": "chart-legend"
|
|
3645
3664
|
},
|
|
3646
3665
|
{
|
|
3647
|
-
"type": "graph-view",
|
|
3648
|
-
"nodes": [
|
|
3649
|
-
{
|
|
3650
|
-
"label": "Start",
|
|
3651
|
-
"id": "a"
|
|
3652
|
-
},
|
|
3653
|
-
{
|
|
3654
|
-
"id": "b",
|
|
3655
|
-
"label": "Process"
|
|
3656
|
-
},
|
|
3657
|
-
{
|
|
3658
|
-
"id": "c",
|
|
3659
|
-
"label": "End"
|
|
3660
|
-
}
|
|
3661
|
-
],
|
|
3662
3666
|
"height": 200.0,
|
|
3663
3667
|
"width": 400.0,
|
|
3664
3668
|
"edges": [
|
|
@@ -3670,34 +3674,30 @@
|
|
|
3670
3674
|
"source": "b",
|
|
3671
3675
|
"target": "c"
|
|
3672
3676
|
}
|
|
3677
|
+
],
|
|
3678
|
+
"type": "graph-view",
|
|
3679
|
+
"nodes": [
|
|
3680
|
+
{
|
|
3681
|
+
"id": "a",
|
|
3682
|
+
"label": "Start"
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
"label": "Process",
|
|
3686
|
+
"id": "b"
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"id": "c",
|
|
3690
|
+
"label": "End"
|
|
3691
|
+
}
|
|
3673
3692
|
]
|
|
3674
3693
|
}
|
|
3675
3694
|
],
|
|
3676
|
-
"direction": "vertical",
|
|
3677
|
-
"gap": "lg",
|
|
3678
3695
|
"type": "stack"
|
|
3679
3696
|
}
|
|
3680
3697
|
]
|
|
3681
3698
|
}
|
|
3682
3699
|
],
|
|
3683
|
-
"
|
|
3684
|
-
{
|
|
3685
|
-
"icon": "inbox",
|
|
3686
|
-
"label": "Tickets",
|
|
3687
|
-
"href": "/tickets"
|
|
3688
|
-
},
|
|
3689
|
-
{
|
|
3690
|
-
"icon": "message-circle",
|
|
3691
|
-
"label": "Responses",
|
|
3692
|
-
"href": "/responses"
|
|
3693
|
-
},
|
|
3694
|
-
{
|
|
3695
|
-
"href": "/metrics",
|
|
3696
|
-
"icon": "layout-list",
|
|
3697
|
-
"label": "Metrics"
|
|
3698
|
-
}
|
|
3699
|
-
],
|
|
3700
|
-
"appName": "Helpdesk"
|
|
3700
|
+
"type": "dashboard-layout"
|
|
3701
3701
|
}
|
|
3702
3702
|
]
|
|
3703
3703
|
]
|
|
@@ -3712,8 +3712,8 @@
|
|
|
3712
3712
|
"SupportMetrics",
|
|
3713
3713
|
{
|
|
3714
3714
|
"emit": {
|
|
3715
|
-
"
|
|
3716
|
-
"
|
|
3715
|
+
"success": "SupportMetricsLoaded",
|
|
3716
|
+
"failure": "SupportMetricsLoadFailed"
|
|
3717
3717
|
}
|
|
3718
3718
|
}
|
|
3719
3719
|
],
|
|
@@ -3721,145 +3721,144 @@
|
|
|
3721
3721
|
"render-ui",
|
|
3722
3722
|
"main",
|
|
3723
3723
|
{
|
|
3724
|
-
"
|
|
3724
|
+
"type": "dashboard-layout",
|
|
3725
3725
|
"children": [
|
|
3726
3726
|
{
|
|
3727
|
-
"type": "scaled-diagram",
|
|
3728
3727
|
"children": [
|
|
3729
3728
|
{
|
|
3730
3729
|
"direction": "vertical",
|
|
3731
|
-
"type": "stack",
|
|
3732
3730
|
"gap": "lg",
|
|
3731
|
+
"type": "stack",
|
|
3733
3732
|
"children": [
|
|
3734
3733
|
{
|
|
3734
|
+
"type": "breadcrumb",
|
|
3735
3735
|
"items": [
|
|
3736
3736
|
{
|
|
3737
|
-
"
|
|
3738
|
-
"
|
|
3737
|
+
"href": "/",
|
|
3738
|
+
"label": "Home"
|
|
3739
3739
|
},
|
|
3740
3740
|
{
|
|
3741
3741
|
"label": "Support Metrics"
|
|
3742
3742
|
}
|
|
3743
|
-
]
|
|
3744
|
-
"type": "breadcrumb"
|
|
3743
|
+
]
|
|
3745
3744
|
},
|
|
3746
3745
|
{
|
|
3746
|
+
"type": "stack",
|
|
3747
|
+
"direction": "horizontal",
|
|
3748
|
+
"gap": "md",
|
|
3747
3749
|
"children": [
|
|
3748
3750
|
{
|
|
3751
|
+
"gap": "md",
|
|
3752
|
+
"direction": "horizontal",
|
|
3749
3753
|
"children": [
|
|
3750
3754
|
{
|
|
3751
|
-
"
|
|
3752
|
-
"
|
|
3755
|
+
"name": "activity",
|
|
3756
|
+
"type": "icon"
|
|
3753
3757
|
},
|
|
3754
3758
|
{
|
|
3755
|
-
"type": "typography",
|
|
3756
3759
|
"content": "Support Metrics",
|
|
3757
|
-
"variant": "h2"
|
|
3760
|
+
"variant": "h2",
|
|
3761
|
+
"type": "typography"
|
|
3758
3762
|
}
|
|
3759
3763
|
],
|
|
3760
|
-
"type": "stack"
|
|
3761
|
-
"gap": "md",
|
|
3762
|
-
"direction": "horizontal"
|
|
3764
|
+
"type": "stack"
|
|
3763
3765
|
},
|
|
3764
3766
|
{
|
|
3765
3767
|
"type": "button",
|
|
3766
|
-
"
|
|
3767
|
-
"variant": "secondary",
|
|
3768
|
+
"action": "REFRESH",
|
|
3768
3769
|
"label": "Refresh",
|
|
3769
|
-
"
|
|
3770
|
+
"icon": "refresh-cw",
|
|
3771
|
+
"variant": "secondary"
|
|
3770
3772
|
}
|
|
3771
3773
|
],
|
|
3772
|
-
"
|
|
3773
|
-
"direction": "horizontal",
|
|
3774
|
-
"justify": "between",
|
|
3775
|
-
"gap": "md"
|
|
3774
|
+
"justify": "between"
|
|
3776
3775
|
},
|
|
3777
3776
|
{
|
|
3778
3777
|
"type": "divider"
|
|
3779
3778
|
},
|
|
3780
3779
|
{
|
|
3781
3780
|
"padding": "md",
|
|
3782
|
-
"type": "box",
|
|
3783
3781
|
"children": [
|
|
3784
3782
|
{
|
|
3783
|
+
"cols": 3.0,
|
|
3784
|
+
"type": "simple-grid",
|
|
3785
3785
|
"children": [
|
|
3786
3786
|
{
|
|
3787
3787
|
"label": "OpenTickets",
|
|
3788
|
-
"
|
|
3789
|
-
"
|
|
3788
|
+
"value": "@entity.openTickets",
|
|
3789
|
+
"type": "stat-display"
|
|
3790
3790
|
},
|
|
3791
3791
|
{
|
|
3792
|
-
"value": "@entity.resolvedTickets",
|
|
3793
3792
|
"type": "stat-display",
|
|
3793
|
+
"value": "@entity.resolvedTickets",
|
|
3794
3794
|
"label": "ResolvedTickets"
|
|
3795
3795
|
},
|
|
3796
3796
|
{
|
|
3797
3797
|
"type": "card",
|
|
3798
3798
|
"children": [
|
|
3799
3799
|
{
|
|
3800
|
-
"gap": "sm",
|
|
3801
3800
|
"direction": "vertical",
|
|
3802
3801
|
"children": [
|
|
3803
3802
|
{
|
|
3803
|
+
"content": "AvgResponseTime",
|
|
3804
3804
|
"type": "typography",
|
|
3805
|
-
"variant": "caption"
|
|
3806
|
-
"content": "AvgResponseTime"
|
|
3805
|
+
"variant": "caption"
|
|
3807
3806
|
},
|
|
3808
3807
|
{
|
|
3809
|
-
"type": "typography",
|
|
3810
3808
|
"content": "@entity.avgResponseTime",
|
|
3809
|
+
"type": "typography",
|
|
3811
3810
|
"variant": "h3"
|
|
3812
3811
|
}
|
|
3813
3812
|
],
|
|
3813
|
+
"gap": "sm",
|
|
3814
3814
|
"type": "stack"
|
|
3815
3815
|
}
|
|
3816
3816
|
]
|
|
3817
3817
|
},
|
|
3818
3818
|
{
|
|
3819
|
-
"type": "stat-display",
|
|
3820
3819
|
"value": "@entity.satisfactionScore",
|
|
3821
|
-
"label": "SatisfactionScore"
|
|
3820
|
+
"label": "SatisfactionScore",
|
|
3821
|
+
"type": "stat-display"
|
|
3822
3822
|
},
|
|
3823
3823
|
{
|
|
3824
|
+
"type": "stat-display",
|
|
3824
3825
|
"label": "ActiveAgents",
|
|
3825
|
-
"value": "@entity.activeAgents"
|
|
3826
|
-
"type": "stat-display"
|
|
3826
|
+
"value": "@entity.activeAgents"
|
|
3827
3827
|
}
|
|
3828
|
-
]
|
|
3829
|
-
"type": "simple-grid",
|
|
3830
|
-
"cols": 3.0
|
|
3828
|
+
]
|
|
3831
3829
|
}
|
|
3832
|
-
]
|
|
3830
|
+
],
|
|
3831
|
+
"type": "box"
|
|
3833
3832
|
},
|
|
3834
3833
|
{
|
|
3835
3834
|
"type": "divider"
|
|
3836
3835
|
},
|
|
3837
3836
|
{
|
|
3837
|
+
"type": "grid",
|
|
3838
|
+
"gap": "md",
|
|
3838
3839
|
"children": [
|
|
3839
3840
|
{
|
|
3840
3841
|
"children": [
|
|
3841
3842
|
{
|
|
3842
3843
|
"content": "Chart View",
|
|
3843
|
-
"
|
|
3844
|
-
"
|
|
3844
|
+
"variant": "caption",
|
|
3845
|
+
"type": "typography"
|
|
3845
3846
|
}
|
|
3846
3847
|
],
|
|
3847
3848
|
"type": "card"
|
|
3848
3849
|
},
|
|
3849
3850
|
{
|
|
3851
|
+
"type": "card",
|
|
3850
3852
|
"children": [
|
|
3851
3853
|
{
|
|
3852
|
-
"
|
|
3854
|
+
"type": "typography",
|
|
3853
3855
|
"content": "Graph View",
|
|
3854
|
-
"
|
|
3856
|
+
"variant": "caption"
|
|
3855
3857
|
}
|
|
3856
|
-
]
|
|
3857
|
-
"type": "card"
|
|
3858
|
+
]
|
|
3858
3859
|
}
|
|
3859
3860
|
],
|
|
3860
|
-
"
|
|
3861
|
-
"cols": 2.0,
|
|
3862
|
-
"gap": "md"
|
|
3861
|
+
"cols": 2.0
|
|
3863
3862
|
},
|
|
3864
3863
|
{
|
|
3865
3864
|
"data": [
|
|
@@ -3872,16 +3871,16 @@
|
|
|
3872
3871
|
"value": 19.0
|
|
3873
3872
|
},
|
|
3874
3873
|
{
|
|
3875
|
-
"
|
|
3876
|
-
"
|
|
3874
|
+
"value": 15.0,
|
|
3875
|
+
"date": "Mar"
|
|
3877
3876
|
},
|
|
3878
3877
|
{
|
|
3879
3878
|
"value": 25.0,
|
|
3880
3879
|
"date": "Apr"
|
|
3881
3880
|
},
|
|
3882
3881
|
{
|
|
3883
|
-
"
|
|
3884
|
-
"
|
|
3882
|
+
"value": 22.0,
|
|
3883
|
+
"date": "May"
|
|
3885
3884
|
},
|
|
3886
3885
|
{
|
|
3887
3886
|
"date": "Jun",
|
|
@@ -3891,6 +3890,7 @@
|
|
|
3891
3890
|
"type": "line-chart"
|
|
3892
3891
|
},
|
|
3893
3892
|
{
|
|
3893
|
+
"type": "chart-legend",
|
|
3894
3894
|
"items": [
|
|
3895
3895
|
{
|
|
3896
3896
|
"label": "Current",
|
|
@@ -3900,61 +3900,61 @@
|
|
|
3900
3900
|
"label": "Previous",
|
|
3901
3901
|
"color": "muted"
|
|
3902
3902
|
}
|
|
3903
|
-
]
|
|
3904
|
-
"type": "chart-legend"
|
|
3903
|
+
]
|
|
3905
3904
|
},
|
|
3906
3905
|
{
|
|
3906
|
+
"height": 200.0,
|
|
3907
|
+
"type": "graph-view",
|
|
3907
3908
|
"nodes": [
|
|
3908
3909
|
{
|
|
3909
|
-
"
|
|
3910
|
-
"
|
|
3910
|
+
"label": "Start",
|
|
3911
|
+
"id": "a"
|
|
3911
3912
|
},
|
|
3912
3913
|
{
|
|
3913
|
-
"
|
|
3914
|
-
"
|
|
3914
|
+
"label": "Process",
|
|
3915
|
+
"id": "b"
|
|
3915
3916
|
},
|
|
3916
3917
|
{
|
|
3917
3918
|
"id": "c",
|
|
3918
3919
|
"label": "End"
|
|
3919
3920
|
}
|
|
3920
3921
|
],
|
|
3922
|
+
"width": 400.0,
|
|
3921
3923
|
"edges": [
|
|
3922
3924
|
{
|
|
3923
|
-
"
|
|
3924
|
-
"
|
|
3925
|
+
"source": "a",
|
|
3926
|
+
"target": "b"
|
|
3925
3927
|
},
|
|
3926
3928
|
{
|
|
3927
|
-
"
|
|
3928
|
-
"
|
|
3929
|
+
"source": "b",
|
|
3930
|
+
"target": "c"
|
|
3929
3931
|
}
|
|
3930
|
-
]
|
|
3931
|
-
"type": "graph-view",
|
|
3932
|
-
"width": 400.0,
|
|
3933
|
-
"height": 200.0
|
|
3932
|
+
]
|
|
3934
3933
|
}
|
|
3935
3934
|
]
|
|
3936
3935
|
}
|
|
3937
|
-
]
|
|
3936
|
+
],
|
|
3937
|
+
"type": "scaled-diagram"
|
|
3938
3938
|
}
|
|
3939
3939
|
],
|
|
3940
|
+
"appName": "Helpdesk",
|
|
3940
3941
|
"navItems": [
|
|
3941
3942
|
{
|
|
3942
|
-
"
|
|
3943
|
+
"icon": "inbox",
|
|
3943
3944
|
"label": "Tickets",
|
|
3944
|
-
"
|
|
3945
|
+
"href": "/tickets"
|
|
3945
3946
|
},
|
|
3946
3947
|
{
|
|
3947
|
-
"
|
|
3948
|
+
"icon": "message-circle",
|
|
3948
3949
|
"href": "/responses",
|
|
3949
|
-
"
|
|
3950
|
+
"label": "Responses"
|
|
3950
3951
|
},
|
|
3951
3952
|
{
|
|
3952
|
-
"
|
|
3953
|
+
"href": "/metrics",
|
|
3953
3954
|
"label": "Metrics",
|
|
3954
|
-
"
|
|
3955
|
+
"icon": "layout-list"
|
|
3955
3956
|
}
|
|
3956
|
-
]
|
|
3957
|
-
"type": "dashboard-layout"
|
|
3957
|
+
]
|
|
3958
3958
|
}
|
|
3959
3959
|
]
|
|
3960
3960
|
]
|
|
@@ -3969,8 +3969,8 @@
|
|
|
3969
3969
|
"SupportMetrics",
|
|
3970
3970
|
{
|
|
3971
3971
|
"emit": {
|
|
3972
|
-
"
|
|
3973
|
-
"
|
|
3972
|
+
"failure": "SupportMetricsLoadFailed",
|
|
3973
|
+
"success": "SupportMetricsLoaded"
|
|
3974
3974
|
}
|
|
3975
3975
|
}
|
|
3976
3976
|
],
|
|
@@ -3978,31 +3978,18 @@
|
|
|
3978
3978
|
"render-ui",
|
|
3979
3979
|
"main",
|
|
3980
3980
|
{
|
|
3981
|
-
"
|
|
3982
|
-
|
|
3983
|
-
"href": "/tickets",
|
|
3984
|
-
"icon": "inbox",
|
|
3985
|
-
"label": "Tickets"
|
|
3986
|
-
},
|
|
3987
|
-
{
|
|
3988
|
-
"icon": "message-circle",
|
|
3989
|
-
"href": "/responses",
|
|
3990
|
-
"label": "Responses"
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
"label": "Metrics",
|
|
3994
|
-
"href": "/metrics",
|
|
3995
|
-
"icon": "layout-list"
|
|
3996
|
-
}
|
|
3997
|
-
],
|
|
3981
|
+
"type": "dashboard-layout",
|
|
3982
|
+
"appName": "Helpdesk",
|
|
3998
3983
|
"children": [
|
|
3999
3984
|
{
|
|
4000
3985
|
"children": [
|
|
4001
3986
|
{
|
|
4002
|
-
"type": "stack",
|
|
4003
3987
|
"gap": "lg",
|
|
3988
|
+
"direction": "vertical",
|
|
3989
|
+
"type": "stack",
|
|
4004
3990
|
"children": [
|
|
4005
3991
|
{
|
|
3992
|
+
"type": "breadcrumb",
|
|
4006
3993
|
"items": [
|
|
4007
3994
|
{
|
|
4008
3995
|
"label": "Home",
|
|
@@ -4011,37 +3998,36 @@
|
|
|
4011
3998
|
{
|
|
4012
3999
|
"label": "Support Metrics"
|
|
4013
4000
|
}
|
|
4014
|
-
]
|
|
4015
|
-
"type": "breadcrumb"
|
|
4001
|
+
]
|
|
4016
4002
|
},
|
|
4017
4003
|
{
|
|
4018
|
-
"type": "stack",
|
|
4019
|
-
"justify": "between",
|
|
4020
4004
|
"children": [
|
|
4021
4005
|
{
|
|
4022
|
-
"gap": "md",
|
|
4023
4006
|
"children": [
|
|
4024
4007
|
{
|
|
4025
4008
|
"name": "activity",
|
|
4026
4009
|
"type": "icon"
|
|
4027
4010
|
},
|
|
4028
4011
|
{
|
|
4029
|
-
"type": "typography",
|
|
4030
4012
|
"variant": "h2",
|
|
4013
|
+
"type": "typography",
|
|
4031
4014
|
"content": "Support Metrics"
|
|
4032
4015
|
}
|
|
4033
4016
|
],
|
|
4034
|
-
"
|
|
4035
|
-
"direction": "horizontal"
|
|
4017
|
+
"gap": "md",
|
|
4018
|
+
"direction": "horizontal",
|
|
4019
|
+
"type": "stack"
|
|
4036
4020
|
},
|
|
4037
4021
|
{
|
|
4038
|
-
"label": "Refresh",
|
|
4039
|
-
"action": "REFRESH",
|
|
4040
4022
|
"type": "button",
|
|
4023
|
+
"icon": "refresh-cw",
|
|
4041
4024
|
"variant": "secondary",
|
|
4042
|
-
"
|
|
4025
|
+
"action": "REFRESH",
|
|
4026
|
+
"label": "Refresh"
|
|
4043
4027
|
}
|
|
4044
4028
|
],
|
|
4029
|
+
"type": "stack",
|
|
4030
|
+
"justify": "between",
|
|
4045
4031
|
"direction": "horizontal",
|
|
4046
4032
|
"gap": "md"
|
|
4047
4033
|
},
|
|
@@ -4052,12 +4038,11 @@
|
|
|
4052
4038
|
"children": [
|
|
4053
4039
|
{
|
|
4054
4040
|
"cols": 3.0,
|
|
4055
|
-
"type": "simple-grid",
|
|
4056
4041
|
"children": [
|
|
4057
4042
|
{
|
|
4043
|
+
"type": "stat-display",
|
|
4058
4044
|
"label": "OpenTickets",
|
|
4059
|
-
"value": "@entity.openTickets"
|
|
4060
|
-
"type": "stat-display"
|
|
4045
|
+
"value": "@entity.openTickets"
|
|
4061
4046
|
},
|
|
4062
4047
|
{
|
|
4063
4048
|
"type": "stat-display",
|
|
@@ -4068,18 +4053,18 @@
|
|
|
4068
4053
|
"type": "card",
|
|
4069
4054
|
"children": [
|
|
4070
4055
|
{
|
|
4071
|
-
"direction": "vertical",
|
|
4072
4056
|
"gap": "sm",
|
|
4073
4057
|
"type": "stack",
|
|
4058
|
+
"direction": "vertical",
|
|
4074
4059
|
"children": [
|
|
4075
4060
|
{
|
|
4076
|
-
"
|
|
4061
|
+
"type": "typography",
|
|
4077
4062
|
"variant": "caption",
|
|
4078
|
-
"
|
|
4063
|
+
"content": "AvgResponseTime"
|
|
4079
4064
|
},
|
|
4080
4065
|
{
|
|
4081
|
-
"content": "@entity.avgResponseTime",
|
|
4082
4066
|
"type": "typography",
|
|
4067
|
+
"content": "@entity.avgResponseTime",
|
|
4083
4068
|
"variant": "h3"
|
|
4084
4069
|
}
|
|
4085
4070
|
]
|
|
@@ -4087,16 +4072,17 @@
|
|
|
4087
4072
|
]
|
|
4088
4073
|
},
|
|
4089
4074
|
{
|
|
4090
|
-
"value": "@entity.satisfactionScore",
|
|
4091
4075
|
"type": "stat-display",
|
|
4092
|
-
"label": "SatisfactionScore"
|
|
4076
|
+
"label": "SatisfactionScore",
|
|
4077
|
+
"value": "@entity.satisfactionScore"
|
|
4093
4078
|
},
|
|
4094
4079
|
{
|
|
4095
4080
|
"type": "stat-display",
|
|
4096
|
-
"
|
|
4097
|
-
"
|
|
4081
|
+
"label": "ActiveAgents",
|
|
4082
|
+
"value": "@entity.activeAgents"
|
|
4098
4083
|
}
|
|
4099
|
-
]
|
|
4084
|
+
],
|
|
4085
|
+
"type": "simple-grid"
|
|
4100
4086
|
}
|
|
4101
4087
|
],
|
|
4102
4088
|
"type": "box",
|
|
@@ -4110,72 +4096,81 @@
|
|
|
4110
4096
|
{
|
|
4111
4097
|
"children": [
|
|
4112
4098
|
{
|
|
4113
|
-
"type": "typography",
|
|
4114
4099
|
"variant": "caption",
|
|
4115
|
-
"content": "Chart View"
|
|
4100
|
+
"content": "Chart View",
|
|
4101
|
+
"type": "typography"
|
|
4116
4102
|
}
|
|
4117
4103
|
],
|
|
4118
4104
|
"type": "card"
|
|
4119
4105
|
},
|
|
4120
4106
|
{
|
|
4121
|
-
"type": "card",
|
|
4122
4107
|
"children": [
|
|
4123
4108
|
{
|
|
4124
4109
|
"type": "typography",
|
|
4125
4110
|
"variant": "caption",
|
|
4126
4111
|
"content": "Graph View"
|
|
4127
4112
|
}
|
|
4128
|
-
]
|
|
4113
|
+
],
|
|
4114
|
+
"type": "card"
|
|
4129
4115
|
}
|
|
4130
4116
|
],
|
|
4131
|
-
"type": "grid",
|
|
4132
4117
|
"gap": "md",
|
|
4118
|
+
"type": "grid",
|
|
4133
4119
|
"cols": 2.0
|
|
4134
4120
|
},
|
|
4135
4121
|
{
|
|
4136
|
-
"type": "line-chart",
|
|
4137
4122
|
"data": [
|
|
4138
4123
|
{
|
|
4139
|
-
"
|
|
4140
|
-
"
|
|
4124
|
+
"value": 12.0,
|
|
4125
|
+
"date": "Jan"
|
|
4141
4126
|
},
|
|
4142
4127
|
{
|
|
4143
4128
|
"date": "Feb",
|
|
4144
4129
|
"value": 19.0
|
|
4145
4130
|
},
|
|
4146
4131
|
{
|
|
4147
|
-
"
|
|
4148
|
-
"
|
|
4132
|
+
"value": 15.0,
|
|
4133
|
+
"date": "Mar"
|
|
4149
4134
|
},
|
|
4150
4135
|
{
|
|
4151
4136
|
"value": 25.0,
|
|
4152
4137
|
"date": "Apr"
|
|
4153
4138
|
},
|
|
4154
4139
|
{
|
|
4155
|
-
"
|
|
4156
|
-
"
|
|
4140
|
+
"date": "May",
|
|
4141
|
+
"value": 22.0
|
|
4157
4142
|
},
|
|
4158
4143
|
{
|
|
4159
4144
|
"date": "Jun",
|
|
4160
4145
|
"value": 30.0
|
|
4161
4146
|
}
|
|
4162
|
-
]
|
|
4147
|
+
],
|
|
4148
|
+
"type": "line-chart"
|
|
4163
4149
|
},
|
|
4164
4150
|
{
|
|
4151
|
+
"type": "chart-legend",
|
|
4165
4152
|
"items": [
|
|
4166
4153
|
{
|
|
4167
|
-
"
|
|
4168
|
-
"
|
|
4154
|
+
"label": "Current",
|
|
4155
|
+
"color": "primary"
|
|
4169
4156
|
},
|
|
4170
4157
|
{
|
|
4171
4158
|
"color": "muted",
|
|
4172
4159
|
"label": "Previous"
|
|
4173
4160
|
}
|
|
4174
|
-
]
|
|
4175
|
-
"type": "chart-legend"
|
|
4161
|
+
]
|
|
4176
4162
|
},
|
|
4177
4163
|
{
|
|
4178
|
-
"
|
|
4164
|
+
"edges": [
|
|
4165
|
+
{
|
|
4166
|
+
"target": "b",
|
|
4167
|
+
"source": "a"
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"source": "b",
|
|
4171
|
+
"target": "c"
|
|
4172
|
+
}
|
|
4173
|
+
],
|
|
4179
4174
|
"nodes": [
|
|
4180
4175
|
{
|
|
4181
4176
|
"id": "a",
|
|
@@ -4186,32 +4181,37 @@
|
|
|
4186
4181
|
"id": "b"
|
|
4187
4182
|
},
|
|
4188
4183
|
{
|
|
4189
|
-
"
|
|
4190
|
-
"
|
|
4184
|
+
"label": "End",
|
|
4185
|
+
"id": "c"
|
|
4191
4186
|
}
|
|
4192
4187
|
],
|
|
4193
|
-
"
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
"source": "a"
|
|
4197
|
-
},
|
|
4198
|
-
{
|
|
4199
|
-
"source": "b",
|
|
4200
|
-
"target": "c"
|
|
4201
|
-
}
|
|
4202
|
-
],
|
|
4203
|
-
"type": "graph-view",
|
|
4204
|
-
"height": 200.0
|
|
4188
|
+
"width": 400.0,
|
|
4189
|
+
"height": 200.0,
|
|
4190
|
+
"type": "graph-view"
|
|
4205
4191
|
}
|
|
4206
|
-
]
|
|
4207
|
-
"direction": "vertical"
|
|
4192
|
+
]
|
|
4208
4193
|
}
|
|
4209
4194
|
],
|
|
4210
4195
|
"type": "scaled-diagram"
|
|
4211
4196
|
}
|
|
4212
4197
|
],
|
|
4213
|
-
"
|
|
4214
|
-
|
|
4198
|
+
"navItems": [
|
|
4199
|
+
{
|
|
4200
|
+
"icon": "inbox",
|
|
4201
|
+
"label": "Tickets",
|
|
4202
|
+
"href": "/tickets"
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"href": "/responses",
|
|
4206
|
+
"label": "Responses",
|
|
4207
|
+
"icon": "message-circle"
|
|
4208
|
+
},
|
|
4209
|
+
{
|
|
4210
|
+
"href": "/metrics",
|
|
4211
|
+
"label": "Metrics",
|
|
4212
|
+
"icon": "layout-list"
|
|
4213
|
+
}
|
|
4214
|
+
]
|
|
4215
4215
|
}
|
|
4216
4216
|
]
|
|
4217
4217
|
]
|