@almadar/std 14.5.1 → 14.6.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/organisms/std-agent-assistant.orb +1077 -1077
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1077 -1077
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/dist/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/dist/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/dist/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-helpdesk",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Helpdesk: support tickets, responses, and team metrics. Pick for customer support apps.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "TicketOrbital",
|
|
@@ -70,11 +70,12 @@
|
|
|
70
70
|
"name": "TicketAppLayout",
|
|
71
71
|
"config": {
|
|
72
72
|
"contentTrait": "@trait.TicketBrowse",
|
|
73
|
+
"appName": "Helpdesk",
|
|
73
74
|
"navItems": [
|
|
74
75
|
{
|
|
75
|
-
"label": "Tickets",
|
|
76
76
|
"href": "/tickets",
|
|
77
|
-
"icon": "inbox"
|
|
77
|
+
"icon": "inbox",
|
|
78
|
+
"label": "Tickets"
|
|
78
79
|
},
|
|
79
80
|
{
|
|
80
81
|
"href": "/responses",
|
|
@@ -87,14 +88,13 @@
|
|
|
87
88
|
"label": "Metrics"
|
|
88
89
|
}
|
|
89
90
|
],
|
|
91
|
+
"searchEvent": "TICKET_SEARCH",
|
|
90
92
|
"notifications": [],
|
|
91
|
-
"
|
|
92
|
-
"notificationClickEvent": "TICKET_NOTIFICATIONS_OPEN",
|
|
93
|
-
"searchEvent": "TICKET_SEARCH"
|
|
93
|
+
"notificationClickEvent": "TICKET_NOTIFICATIONS_OPEN"
|
|
94
94
|
},
|
|
95
95
|
"events": {
|
|
96
|
-
"
|
|
97
|
-
"
|
|
96
|
+
"SEARCH": "TICKET_SEARCH",
|
|
97
|
+
"NOTIFY_CLICK": "TICKET_NOTIFICATIONS_OPEN"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
{
|
|
@@ -629,15 +629,15 @@
|
|
|
629
629
|
"type": "spinner"
|
|
630
630
|
},
|
|
631
631
|
{
|
|
632
|
-
"variant": "caption",
|
|
633
632
|
"color": "muted",
|
|
633
|
+
"content": "Loading…",
|
|
634
634
|
"type": "typography",
|
|
635
|
-
"
|
|
635
|
+
"variant": "caption"
|
|
636
636
|
}
|
|
637
637
|
],
|
|
638
|
-
"gap": "md",
|
|
639
638
|
"type": "stack",
|
|
640
639
|
"direction": "vertical",
|
|
640
|
+
"gap": "md",
|
|
641
641
|
"align": "center"
|
|
642
642
|
}
|
|
643
643
|
]
|
|
@@ -653,8 +653,8 @@
|
|
|
653
653
|
"Ticket",
|
|
654
654
|
{
|
|
655
655
|
"emit": {
|
|
656
|
-
"
|
|
657
|
-
"
|
|
656
|
+
"success": "TicketLoaded",
|
|
657
|
+
"failure": "TicketLoadFailed"
|
|
658
658
|
}
|
|
659
659
|
}
|
|
660
660
|
],
|
|
@@ -662,22 +662,22 @@
|
|
|
662
662
|
"render-ui",
|
|
663
663
|
"main",
|
|
664
664
|
{
|
|
665
|
-
"
|
|
665
|
+
"align": "center",
|
|
666
666
|
"gap": "md",
|
|
667
|
+
"direction": "vertical",
|
|
668
|
+
"type": "stack",
|
|
667
669
|
"children": [
|
|
668
670
|
{
|
|
669
671
|
"type": "spinner"
|
|
670
672
|
},
|
|
671
673
|
{
|
|
672
|
-
"variant": "caption",
|
|
673
674
|
"type": "typography",
|
|
674
|
-
"
|
|
675
|
-
"
|
|
675
|
+
"content": "Searching…",
|
|
676
|
+
"variant": "caption",
|
|
677
|
+
"color": "muted"
|
|
676
678
|
}
|
|
677
679
|
],
|
|
678
|
-
"className": "py-12"
|
|
679
|
-
"direction": "vertical",
|
|
680
|
-
"align": "center"
|
|
680
|
+
"className": "py-12"
|
|
681
681
|
}
|
|
682
682
|
]
|
|
683
683
|
]
|
|
@@ -691,32 +691,32 @@
|
|
|
691
691
|
"render-ui",
|
|
692
692
|
"main",
|
|
693
693
|
{
|
|
694
|
-
"type": "stack",
|
|
695
694
|
"gap": "md",
|
|
695
|
+
"direction": "vertical",
|
|
696
696
|
"align": "center",
|
|
697
697
|
"className": "py-8",
|
|
698
|
-
"
|
|
698
|
+
"type": "stack",
|
|
699
699
|
"children": [
|
|
700
700
|
{
|
|
701
|
-
"
|
|
702
|
-
"
|
|
701
|
+
"type": "icon",
|
|
702
|
+
"name": "bell"
|
|
703
703
|
},
|
|
704
704
|
{
|
|
705
|
-
"variant": "h3",
|
|
706
705
|
"type": "typography",
|
|
707
|
-
"content": "No notifications"
|
|
706
|
+
"content": "No notifications",
|
|
707
|
+
"variant": "h3"
|
|
708
708
|
},
|
|
709
709
|
{
|
|
710
|
-
"
|
|
710
|
+
"type": "typography",
|
|
711
711
|
"variant": "caption",
|
|
712
|
-
"
|
|
713
|
-
"
|
|
712
|
+
"color": "muted",
|
|
713
|
+
"content": "You're all caught up."
|
|
714
714
|
},
|
|
715
715
|
{
|
|
716
716
|
"type": "button",
|
|
717
717
|
"label": "Back to tickets",
|
|
718
|
-
"
|
|
719
|
-
"
|
|
718
|
+
"action": "INIT",
|
|
719
|
+
"variant": "ghost"
|
|
720
720
|
}
|
|
721
721
|
]
|
|
722
722
|
}
|
|
@@ -732,94 +732,74 @@
|
|
|
732
732
|
"render-ui",
|
|
733
733
|
"main",
|
|
734
734
|
{
|
|
735
|
+
"gap": "lg",
|
|
735
736
|
"type": "stack",
|
|
736
737
|
"direction": "vertical",
|
|
737
|
-
"gap": "lg",
|
|
738
738
|
"children": [
|
|
739
739
|
{
|
|
740
|
+
"gap": "md",
|
|
741
|
+
"justify": "between",
|
|
740
742
|
"children": [
|
|
741
743
|
{
|
|
742
744
|
"gap": "sm",
|
|
743
|
-
"align": "center",
|
|
744
745
|
"type": "stack",
|
|
745
746
|
"direction": "horizontal",
|
|
747
|
+
"align": "center",
|
|
746
748
|
"children": [
|
|
747
749
|
{
|
|
748
750
|
"name": "inbox",
|
|
749
751
|
"type": "icon"
|
|
750
752
|
},
|
|
751
753
|
{
|
|
752
|
-
"
|
|
754
|
+
"type": "typography",
|
|
753
755
|
"variant": "h2",
|
|
754
|
-
"
|
|
756
|
+
"content": "Tickets"
|
|
755
757
|
}
|
|
756
758
|
]
|
|
757
759
|
},
|
|
758
760
|
{
|
|
759
|
-
"gap": "sm",
|
|
760
|
-
"direction": "horizontal",
|
|
761
761
|
"children": [
|
|
762
762
|
{
|
|
763
|
-
"variant": "primary",
|
|
764
|
-
"type": "button",
|
|
765
763
|
"label": "New Ticket",
|
|
764
|
+
"variant": "primary",
|
|
766
765
|
"action": "CREATE",
|
|
766
|
+
"type": "button",
|
|
767
767
|
"icon": "plus"
|
|
768
768
|
}
|
|
769
769
|
],
|
|
770
|
-
"type": "stack"
|
|
770
|
+
"type": "stack",
|
|
771
|
+
"direction": "horizontal",
|
|
772
|
+
"gap": "sm"
|
|
771
773
|
}
|
|
772
774
|
],
|
|
773
|
-
"type": "stack",
|
|
774
|
-
"gap": "md",
|
|
775
|
-
"direction": "horizontal",
|
|
776
775
|
"align": "center",
|
|
777
|
-
"
|
|
776
|
+
"direction": "horizontal",
|
|
777
|
+
"type": "stack"
|
|
778
778
|
},
|
|
779
779
|
{
|
|
780
780
|
"type": "divider"
|
|
781
781
|
},
|
|
782
782
|
{
|
|
783
|
-
"cols": 1.0,
|
|
784
783
|
"children": [
|
|
785
784
|
{
|
|
785
|
+
"type": "stat-display",
|
|
786
786
|
"icon": "inbox",
|
|
787
787
|
"label": "Open Tickets",
|
|
788
|
-
"type": "stat-display",
|
|
789
788
|
"value": "@payload.data.length"
|
|
790
789
|
}
|
|
791
790
|
],
|
|
792
|
-
"type": "simple-grid"
|
|
791
|
+
"type": "simple-grid",
|
|
792
|
+
"cols": 1.0
|
|
793
793
|
},
|
|
794
794
|
{
|
|
795
795
|
"type": "divider"
|
|
796
796
|
},
|
|
797
797
|
{
|
|
798
|
-
"itemActions": [
|
|
799
|
-
{
|
|
800
|
-
"event": "VIEW",
|
|
801
|
-
"variant": "ghost",
|
|
802
|
-
"label": "View"
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"event": "EDIT",
|
|
806
|
-
"label": "Edit",
|
|
807
|
-
"variant": "ghost"
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"variant": "danger",
|
|
811
|
-
"label": "Delete",
|
|
812
|
-
"event": "DELETE"
|
|
813
|
-
}
|
|
814
|
-
],
|
|
815
|
-
"variant": "card",
|
|
816
|
-
"entity": "@payload.data",
|
|
817
|
-
"gap": "sm",
|
|
818
798
|
"fields": [
|
|
819
799
|
{
|
|
820
800
|
"name": "subject",
|
|
821
|
-
"
|
|
822
|
-
"
|
|
801
|
+
"icon": "inbox",
|
|
802
|
+
"variant": "h3"
|
|
823
803
|
},
|
|
824
804
|
{
|
|
825
805
|
"variant": "badge",
|
|
@@ -834,11 +814,31 @@
|
|
|
834
814
|
"variant": "body"
|
|
835
815
|
},
|
|
836
816
|
{
|
|
837
|
-
"
|
|
838
|
-
"
|
|
817
|
+
"variant": "caption",
|
|
818
|
+
"name": "description"
|
|
819
|
+
}
|
|
820
|
+
],
|
|
821
|
+
"type": "data-list",
|
|
822
|
+
"gap": "sm",
|
|
823
|
+
"itemActions": [
|
|
824
|
+
{
|
|
825
|
+
"label": "View",
|
|
826
|
+
"event": "VIEW",
|
|
827
|
+
"variant": "ghost"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"event": "EDIT",
|
|
831
|
+
"variant": "ghost",
|
|
832
|
+
"label": "Edit"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"label": "Delete",
|
|
836
|
+
"event": "DELETE",
|
|
837
|
+
"variant": "danger"
|
|
839
838
|
}
|
|
840
839
|
],
|
|
841
|
-
"
|
|
840
|
+
"variant": "card",
|
|
841
|
+
"entity": "@payload.data"
|
|
842
842
|
}
|
|
843
843
|
]
|
|
844
844
|
}
|
|
@@ -854,11 +854,16 @@
|
|
|
854
854
|
"render-ui",
|
|
855
855
|
"main",
|
|
856
856
|
{
|
|
857
|
+
"direction": "vertical",
|
|
858
|
+
"className": "py-12",
|
|
859
|
+
"type": "stack",
|
|
860
|
+
"align": "center",
|
|
861
|
+
"gap": "md",
|
|
857
862
|
"children": [
|
|
858
863
|
{
|
|
859
864
|
"type": "icon",
|
|
860
|
-
"
|
|
861
|
-
"
|
|
865
|
+
"color": "destructive",
|
|
866
|
+
"name": "alert-triangle"
|
|
862
867
|
},
|
|
863
868
|
{
|
|
864
869
|
"variant": "h3",
|
|
@@ -866,24 +871,19 @@
|
|
|
866
871
|
"content": "Failed to load ticket"
|
|
867
872
|
},
|
|
868
873
|
{
|
|
869
|
-
"content": "@payload.error",
|
|
870
|
-
"type": "typography",
|
|
871
874
|
"color": "muted",
|
|
872
|
-
"
|
|
875
|
+
"type": "typography",
|
|
876
|
+
"variant": "body",
|
|
877
|
+
"content": "@payload.error"
|
|
873
878
|
},
|
|
874
879
|
{
|
|
875
|
-
"icon": "rotate-ccw",
|
|
876
|
-
"action": "INIT",
|
|
877
|
-
"variant": "primary",
|
|
878
880
|
"type": "button",
|
|
879
|
-
"
|
|
881
|
+
"variant": "primary",
|
|
882
|
+
"action": "INIT",
|
|
883
|
+
"label": "Retry",
|
|
884
|
+
"icon": "rotate-ccw"
|
|
880
885
|
}
|
|
881
|
-
]
|
|
882
|
-
"align": "center",
|
|
883
|
-
"className": "py-12",
|
|
884
|
-
"type": "stack",
|
|
885
|
-
"direction": "vertical",
|
|
886
|
-
"gap": "md"
|
|
886
|
+
]
|
|
887
887
|
}
|
|
888
888
|
]
|
|
889
889
|
]
|
|
@@ -1092,31 +1092,29 @@
|
|
|
1092
1092
|
"render-ui",
|
|
1093
1093
|
"modal",
|
|
1094
1094
|
{
|
|
1095
|
-
"type": "stack",
|
|
1096
1095
|
"direction": "vertical",
|
|
1097
|
-
"
|
|
1096
|
+
"type": "stack",
|
|
1098
1097
|
"children": [
|
|
1099
1098
|
{
|
|
1100
1099
|
"direction": "horizontal",
|
|
1101
|
-
"type": "stack",
|
|
1102
1100
|
"gap": "sm",
|
|
1103
1101
|
"children": [
|
|
1104
1102
|
{
|
|
1105
|
-
"
|
|
1106
|
-
"
|
|
1103
|
+
"name": "plus-circle",
|
|
1104
|
+
"type": "icon"
|
|
1107
1105
|
},
|
|
1108
1106
|
{
|
|
1109
1107
|
"type": "typography",
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
1108
|
+
"variant": "h3",
|
|
1109
|
+
"content": "Create Ticket"
|
|
1112
1110
|
}
|
|
1113
|
-
]
|
|
1111
|
+
],
|
|
1112
|
+
"type": "stack"
|
|
1114
1113
|
},
|
|
1115
1114
|
{
|
|
1116
1115
|
"type": "divider"
|
|
1117
1116
|
},
|
|
1118
1117
|
{
|
|
1119
|
-
"mode": "create",
|
|
1120
1118
|
"fields": [
|
|
1121
1119
|
"subject",
|
|
1122
1120
|
"description",
|
|
@@ -1124,11 +1122,13 @@
|
|
|
1124
1122
|
"status",
|
|
1125
1123
|
"assignee"
|
|
1126
1124
|
],
|
|
1127
|
-
"type": "form-section",
|
|
1128
1125
|
"cancelEvent": "CLOSE",
|
|
1129
|
-
"submitEvent": "SAVE"
|
|
1126
|
+
"submitEvent": "SAVE",
|
|
1127
|
+
"type": "form-section",
|
|
1128
|
+
"mode": "create"
|
|
1130
1129
|
}
|
|
1131
|
-
]
|
|
1130
|
+
],
|
|
1131
|
+
"gap": "md"
|
|
1132
1132
|
}
|
|
1133
1133
|
]
|
|
1134
1134
|
]
|
|
@@ -1417,6 +1417,7 @@
|
|
|
1417
1417
|
"modal",
|
|
1418
1418
|
{
|
|
1419
1419
|
"gap": "md",
|
|
1420
|
+
"type": "stack",
|
|
1420
1421
|
"children": [
|
|
1421
1422
|
{
|
|
1422
1423
|
"type": "stack",
|
|
@@ -1428,9 +1429,9 @@
|
|
|
1428
1429
|
"name": "edit"
|
|
1429
1430
|
},
|
|
1430
1431
|
{
|
|
1432
|
+
"type": "typography",
|
|
1431
1433
|
"content": "Edit Ticket",
|
|
1432
|
-
"variant": "h3"
|
|
1433
|
-
"type": "typography"
|
|
1434
|
+
"variant": "h3"
|
|
1434
1435
|
}
|
|
1435
1436
|
]
|
|
1436
1437
|
},
|
|
@@ -1438,8 +1439,10 @@
|
|
|
1438
1439
|
"type": "divider"
|
|
1439
1440
|
},
|
|
1440
1441
|
{
|
|
1441
|
-
"
|
|
1442
|
+
"type": "form-section",
|
|
1442
1443
|
"entity": "@payload.row",
|
|
1444
|
+
"submitEvent": "SAVE",
|
|
1445
|
+
"cancelEvent": "CLOSE",
|
|
1443
1446
|
"fields": [
|
|
1444
1447
|
"subject",
|
|
1445
1448
|
"description",
|
|
@@ -1447,12 +1450,9 @@
|
|
|
1447
1450
|
"status",
|
|
1448
1451
|
"assignee"
|
|
1449
1452
|
],
|
|
1450
|
-
"
|
|
1451
|
-
"type": "form-section",
|
|
1452
|
-
"submitEvent": "SAVE"
|
|
1453
|
+
"mode": "edit"
|
|
1453
1454
|
}
|
|
1454
1455
|
],
|
|
1455
|
-
"type": "stack",
|
|
1456
1456
|
"direction": "vertical"
|
|
1457
1457
|
}
|
|
1458
1458
|
]
|
|
@@ -1494,8 +1494,8 @@
|
|
|
1494
1494
|
"@payload.data",
|
|
1495
1495
|
{
|
|
1496
1496
|
"emit": {
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1497
|
+
"success": "TicketUpdated",
|
|
1498
|
+
"failure": "TicketUpdateFailed"
|
|
1499
1499
|
}
|
|
1500
1500
|
}
|
|
1501
1501
|
],
|
|
@@ -1678,8 +1678,8 @@
|
|
|
1678
1678
|
"Ticket",
|
|
1679
1679
|
{
|
|
1680
1680
|
"emit": {
|
|
1681
|
-
"
|
|
1682
|
-
"
|
|
1681
|
+
"success": "TicketLoaded",
|
|
1682
|
+
"failure": "TicketLoadFailed"
|
|
1683
1683
|
}
|
|
1684
1684
|
}
|
|
1685
1685
|
]
|
|
@@ -1696,8 +1696,8 @@
|
|
|
1696
1696
|
{
|
|
1697
1697
|
"id": "@payload.id",
|
|
1698
1698
|
"emit": {
|
|
1699
|
-
"
|
|
1700
|
-
"
|
|
1699
|
+
"failure": "TicketLoadFailed",
|
|
1700
|
+
"success": "TicketLoaded"
|
|
1701
1701
|
}
|
|
1702
1702
|
}
|
|
1703
1703
|
],
|
|
@@ -1705,53 +1705,51 @@
|
|
|
1705
1705
|
"render-ui",
|
|
1706
1706
|
"modal",
|
|
1707
1707
|
{
|
|
1708
|
-
"direction": "vertical",
|
|
1709
1708
|
"children": [
|
|
1710
1709
|
{
|
|
1711
|
-
"align": "center",
|
|
1712
1710
|
"children": [
|
|
1713
1711
|
{
|
|
1714
1712
|
"type": "icon",
|
|
1715
1713
|
"name": "eye"
|
|
1716
1714
|
},
|
|
1717
1715
|
{
|
|
1718
|
-
"variant": "h3",
|
|
1719
1716
|
"type": "typography",
|
|
1717
|
+
"variant": "h3",
|
|
1720
1718
|
"content": "@entity.subject"
|
|
1721
1719
|
}
|
|
1722
1720
|
],
|
|
1723
|
-
"
|
|
1721
|
+
"align": "center",
|
|
1724
1722
|
"gap": "sm",
|
|
1725
|
-
"type": "stack"
|
|
1723
|
+
"type": "stack",
|
|
1724
|
+
"direction": "horizontal"
|
|
1726
1725
|
},
|
|
1727
1726
|
{
|
|
1728
1727
|
"type": "divider"
|
|
1729
1728
|
},
|
|
1730
1729
|
{
|
|
1730
|
+
"gap": "md",
|
|
1731
1731
|
"type": "stack",
|
|
1732
1732
|
"direction": "horizontal",
|
|
1733
|
-
"gap": "md",
|
|
1734
1733
|
"children": [
|
|
1735
1734
|
{
|
|
1736
|
-
"content": "Subject",
|
|
1737
1735
|
"type": "typography",
|
|
1738
|
-
"variant": "caption"
|
|
1736
|
+
"variant": "caption",
|
|
1737
|
+
"content": "Subject"
|
|
1739
1738
|
},
|
|
1740
1739
|
{
|
|
1741
|
-
"variant": "body",
|
|
1742
1740
|
"type": "typography",
|
|
1743
|
-
"content": "@entity.subject"
|
|
1741
|
+
"content": "@entity.subject",
|
|
1742
|
+
"variant": "body"
|
|
1744
1743
|
}
|
|
1745
1744
|
]
|
|
1746
1745
|
},
|
|
1747
1746
|
{
|
|
1748
|
-
"
|
|
1749
|
-
"type": "stack",
|
|
1747
|
+
"direction": "horizontal",
|
|
1750
1748
|
"children": [
|
|
1751
1749
|
{
|
|
1752
|
-
"
|
|
1750
|
+
"content": "Description",
|
|
1753
1751
|
"type": "typography",
|
|
1754
|
-
"
|
|
1752
|
+
"variant": "caption"
|
|
1755
1753
|
},
|
|
1756
1754
|
{
|
|
1757
1755
|
"variant": "body",
|
|
@@ -1759,15 +1757,17 @@
|
|
|
1759
1757
|
"type": "typography"
|
|
1760
1758
|
}
|
|
1761
1759
|
],
|
|
1762
|
-
"
|
|
1760
|
+
"gap": "md",
|
|
1761
|
+
"type": "stack"
|
|
1763
1762
|
},
|
|
1764
1763
|
{
|
|
1765
|
-
"
|
|
1764
|
+
"gap": "md",
|
|
1765
|
+
"type": "stack",
|
|
1766
1766
|
"children": [
|
|
1767
1767
|
{
|
|
1768
|
-
"type": "typography",
|
|
1769
1768
|
"variant": "caption",
|
|
1770
|
-
"content": "Priority"
|
|
1769
|
+
"content": "Priority",
|
|
1770
|
+
"type": "typography"
|
|
1771
1771
|
},
|
|
1772
1772
|
{
|
|
1773
1773
|
"content": "@entity.priority",
|
|
@@ -1775,70 +1775,70 @@
|
|
|
1775
1775
|
"variant": "body"
|
|
1776
1776
|
}
|
|
1777
1777
|
],
|
|
1778
|
-
"
|
|
1779
|
-
"gap": "md"
|
|
1778
|
+
"direction": "horizontal"
|
|
1780
1779
|
},
|
|
1781
1780
|
{
|
|
1781
|
+
"direction": "horizontal",
|
|
1782
1782
|
"gap": "md",
|
|
1783
1783
|
"type": "stack",
|
|
1784
1784
|
"children": [
|
|
1785
1785
|
{
|
|
1786
|
-
"type": "typography",
|
|
1787
1786
|
"variant": "caption",
|
|
1788
|
-
"content": "Status"
|
|
1787
|
+
"content": "Status",
|
|
1788
|
+
"type": "typography"
|
|
1789
1789
|
},
|
|
1790
1790
|
{
|
|
1791
1791
|
"content": "@entity.status",
|
|
1792
|
-
"
|
|
1793
|
-
"
|
|
1792
|
+
"variant": "body",
|
|
1793
|
+
"type": "typography"
|
|
1794
1794
|
}
|
|
1795
|
-
]
|
|
1796
|
-
"direction": "horizontal"
|
|
1795
|
+
]
|
|
1797
1796
|
},
|
|
1798
1797
|
{
|
|
1799
1798
|
"direction": "horizontal",
|
|
1800
1799
|
"gap": "md",
|
|
1800
|
+
"type": "stack",
|
|
1801
1801
|
"children": [
|
|
1802
1802
|
{
|
|
1803
|
-
"variant": "caption",
|
|
1804
1803
|
"type": "typography",
|
|
1804
|
+
"variant": "caption",
|
|
1805
1805
|
"content": "Assignee"
|
|
1806
1806
|
},
|
|
1807
1807
|
{
|
|
1808
|
+
"content": "@entity.assignee",
|
|
1808
1809
|
"type": "typography",
|
|
1809
|
-
"variant": "body"
|
|
1810
|
-
"content": "@entity.assignee"
|
|
1810
|
+
"variant": "body"
|
|
1811
1811
|
}
|
|
1812
|
-
]
|
|
1813
|
-
"type": "stack"
|
|
1812
|
+
]
|
|
1814
1813
|
},
|
|
1815
1814
|
{
|
|
1816
1815
|
"type": "divider"
|
|
1817
1816
|
},
|
|
1818
1817
|
{
|
|
1819
|
-
"justify": "end",
|
|
1820
1818
|
"type": "stack",
|
|
1821
|
-
"
|
|
1822
|
-
"gap": "sm",
|
|
1819
|
+
"justify": "end",
|
|
1823
1820
|
"children": [
|
|
1824
1821
|
{
|
|
1825
1822
|
"icon": "edit",
|
|
1826
1823
|
"type": "button",
|
|
1827
|
-
"
|
|
1824
|
+
"variant": "primary",
|
|
1828
1825
|
"action": "EDIT",
|
|
1829
|
-
"
|
|
1826
|
+
"label": "Edit"
|
|
1830
1827
|
},
|
|
1831
1828
|
{
|
|
1832
|
-
"variant": "ghost",
|
|
1833
1829
|
"action": "CLOSE",
|
|
1834
1830
|
"label": "Close",
|
|
1831
|
+
"variant": "ghost",
|
|
1835
1832
|
"type": "button"
|
|
1836
1833
|
}
|
|
1837
|
-
]
|
|
1834
|
+
],
|
|
1835
|
+
"gap": "sm",
|
|
1836
|
+
"direction": "horizontal"
|
|
1838
1837
|
}
|
|
1839
1838
|
],
|
|
1840
|
-
"
|
|
1841
|
-
"type": "stack"
|
|
1839
|
+
"direction": "vertical",
|
|
1840
|
+
"type": "stack",
|
|
1841
|
+
"gap": "md"
|
|
1842
1842
|
}
|
|
1843
1843
|
]
|
|
1844
1844
|
]
|
|
@@ -2068,8 +2068,8 @@
|
|
|
2068
2068
|
"Ticket",
|
|
2069
2069
|
{
|
|
2070
2070
|
"emit": {
|
|
2071
|
-
"
|
|
2072
|
-
"
|
|
2071
|
+
"success": "TicketLoaded",
|
|
2072
|
+
"failure": "TicketLoadFailed"
|
|
2073
2073
|
}
|
|
2074
2074
|
}
|
|
2075
2075
|
]
|
|
@@ -2089,11 +2089,11 @@
|
|
|
2089
2089
|
"fetch",
|
|
2090
2090
|
"Ticket",
|
|
2091
2091
|
{
|
|
2092
|
+
"id": "@payload.id",
|
|
2092
2093
|
"emit": {
|
|
2093
2094
|
"success": "TicketLoaded",
|
|
2094
2095
|
"failure": "TicketLoadFailed"
|
|
2095
|
-
}
|
|
2096
|
-
"id": "@payload.id"
|
|
2096
|
+
}
|
|
2097
2097
|
}
|
|
2098
2098
|
],
|
|
2099
2099
|
[
|
|
@@ -2101,56 +2101,56 @@
|
|
|
2101
2101
|
"modal",
|
|
2102
2102
|
{
|
|
2103
2103
|
"type": "stack",
|
|
2104
|
-
"
|
|
2104
|
+
"direction": "vertical",
|
|
2105
2105
|
"children": [
|
|
2106
2106
|
{
|
|
2107
|
-
"gap": "sm",
|
|
2108
|
-
"align": "center",
|
|
2109
|
-
"direction": "horizontal",
|
|
2110
|
-
"type": "stack",
|
|
2111
2107
|
"children": [
|
|
2112
2108
|
{
|
|
2113
|
-
"
|
|
2114
|
-
"
|
|
2109
|
+
"type": "icon",
|
|
2110
|
+
"name": "alert-triangle"
|
|
2115
2111
|
},
|
|
2116
2112
|
{
|
|
2113
|
+
"type": "typography",
|
|
2117
2114
|
"content": "Delete Ticket",
|
|
2118
|
-
"variant": "h3"
|
|
2119
|
-
"type": "typography"
|
|
2115
|
+
"variant": "h3"
|
|
2120
2116
|
}
|
|
2121
|
-
]
|
|
2117
|
+
],
|
|
2118
|
+
"gap": "sm",
|
|
2119
|
+
"direction": "horizontal",
|
|
2120
|
+
"type": "stack",
|
|
2121
|
+
"align": "center"
|
|
2122
2122
|
},
|
|
2123
2123
|
{
|
|
2124
2124
|
"type": "divider"
|
|
2125
2125
|
},
|
|
2126
2126
|
{
|
|
2127
|
-
"type": "alert",
|
|
2128
2127
|
"variant": "error",
|
|
2129
|
-
"message": "This action cannot be undone."
|
|
2128
|
+
"message": "This action cannot be undone.",
|
|
2129
|
+
"type": "alert"
|
|
2130
2130
|
},
|
|
2131
2131
|
{
|
|
2132
|
-
"justify": "end",
|
|
2133
|
-
"type": "stack",
|
|
2134
|
-
"gap": "sm",
|
|
2135
2132
|
"children": [
|
|
2136
2133
|
{
|
|
2137
|
-
"action": "CANCEL",
|
|
2138
|
-
"type": "button",
|
|
2139
2134
|
"label": "Cancel",
|
|
2140
|
-
"
|
|
2135
|
+
"action": "CANCEL",
|
|
2136
|
+
"variant": "ghost",
|
|
2137
|
+
"type": "button"
|
|
2141
2138
|
},
|
|
2142
2139
|
{
|
|
2143
|
-
"label": "Delete",
|
|
2144
2140
|
"type": "button",
|
|
2145
2141
|
"variant": "danger",
|
|
2142
|
+
"action": "CONFIRM_DELETE",
|
|
2146
2143
|
"icon": "check",
|
|
2147
|
-
"
|
|
2144
|
+
"label": "Delete"
|
|
2148
2145
|
}
|
|
2149
2146
|
],
|
|
2147
|
+
"gap": "sm",
|
|
2148
|
+
"justify": "end",
|
|
2149
|
+
"type": "stack",
|
|
2150
2150
|
"direction": "horizontal"
|
|
2151
2151
|
}
|
|
2152
2152
|
],
|
|
2153
|
-
"
|
|
2153
|
+
"gap": "md"
|
|
2154
2154
|
}
|
|
2155
2155
|
]
|
|
2156
2156
|
]
|
|
@@ -2189,8 +2189,8 @@
|
|
|
2189
2189
|
"Ticket",
|
|
2190
2190
|
{
|
|
2191
2191
|
"emit": {
|
|
2192
|
-
"
|
|
2193
|
-
"
|
|
2192
|
+
"failure": "TicketLoadFailed",
|
|
2193
|
+
"success": "TicketLoaded"
|
|
2194
2194
|
}
|
|
2195
2195
|
}
|
|
2196
2196
|
],
|
|
@@ -2222,8 +2222,8 @@
|
|
|
2222
2222
|
"Ticket",
|
|
2223
2223
|
{
|
|
2224
2224
|
"emit": {
|
|
2225
|
-
"
|
|
2226
|
-
"
|
|
2225
|
+
"success": "TicketLoaded",
|
|
2226
|
+
"failure": "TicketLoadFailed"
|
|
2227
2227
|
}
|
|
2228
2228
|
}
|
|
2229
2229
|
]
|
|
@@ -2484,20 +2484,20 @@
|
|
|
2484
2484
|
"render-ui",
|
|
2485
2485
|
"main",
|
|
2486
2486
|
{
|
|
2487
|
+
"gap": "md",
|
|
2488
|
+
"type": "stack",
|
|
2489
|
+
"direction": "vertical",
|
|
2487
2490
|
"children": [
|
|
2488
2491
|
{
|
|
2489
2492
|
"type": "spinner"
|
|
2490
2493
|
},
|
|
2491
2494
|
{
|
|
2492
|
-
"color": "muted",
|
|
2493
2495
|
"content": "Loading…",
|
|
2494
|
-
"
|
|
2495
|
-
"
|
|
2496
|
+
"variant": "caption",
|
|
2497
|
+
"color": "muted",
|
|
2498
|
+
"type": "typography"
|
|
2496
2499
|
}
|
|
2497
2500
|
],
|
|
2498
|
-
"gap": "md",
|
|
2499
|
-
"type": "stack",
|
|
2500
|
-
"direction": "vertical",
|
|
2501
2501
|
"align": "center",
|
|
2502
2502
|
"className": "py-12"
|
|
2503
2503
|
}
|
|
@@ -2513,46 +2513,65 @@
|
|
|
2513
2513
|
"render-ui",
|
|
2514
2514
|
"main",
|
|
2515
2515
|
{
|
|
2516
|
+
"type": "dashboard-layout",
|
|
2517
|
+
"navItems": [
|
|
2518
|
+
{
|
|
2519
|
+
"icon": "inbox",
|
|
2520
|
+
"label": "Tickets",
|
|
2521
|
+
"href": "/tickets"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"href": "/responses",
|
|
2525
|
+
"label": "Responses",
|
|
2526
|
+
"icon": "message-circle"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"label": "Metrics",
|
|
2530
|
+
"href": "/metrics",
|
|
2531
|
+
"icon": "layout-list"
|
|
2532
|
+
}
|
|
2533
|
+
],
|
|
2516
2534
|
"children": [
|
|
2517
2535
|
{
|
|
2536
|
+
"type": "stack",
|
|
2518
2537
|
"children": [
|
|
2519
2538
|
{
|
|
2520
|
-
"align": "center",
|
|
2521
|
-
"direction": "horizontal",
|
|
2522
|
-
"justify": "between",
|
|
2523
|
-
"gap": "md",
|
|
2524
2539
|
"type": "stack",
|
|
2540
|
+
"gap": "md",
|
|
2541
|
+
"justify": "between",
|
|
2542
|
+
"direction": "horizontal",
|
|
2543
|
+
"align": "center",
|
|
2525
2544
|
"children": [
|
|
2526
2545
|
{
|
|
2527
2546
|
"direction": "horizontal",
|
|
2528
2547
|
"align": "center",
|
|
2548
|
+
"gap": "sm",
|
|
2549
|
+
"type": "stack",
|
|
2529
2550
|
"children": [
|
|
2530
2551
|
{
|
|
2531
|
-
"
|
|
2532
|
-
"
|
|
2552
|
+
"name": "message-circle",
|
|
2553
|
+
"type": "icon"
|
|
2533
2554
|
},
|
|
2534
2555
|
{
|
|
2535
|
-
"variant": "h2",
|
|
2536
2556
|
"type": "typography",
|
|
2537
|
-
"content": "Responses"
|
|
2557
|
+
"content": "Responses",
|
|
2558
|
+
"variant": "h2"
|
|
2538
2559
|
}
|
|
2539
|
-
]
|
|
2540
|
-
"type": "stack",
|
|
2541
|
-
"gap": "sm"
|
|
2560
|
+
]
|
|
2542
2561
|
},
|
|
2543
2562
|
{
|
|
2544
|
-
"type": "stack",
|
|
2545
2563
|
"direction": "horizontal",
|
|
2546
|
-
"gap": "sm",
|
|
2547
2564
|
"children": [
|
|
2548
2565
|
{
|
|
2549
|
-
"label": "Compose",
|
|
2550
2566
|
"icon": "edit",
|
|
2551
|
-
"type": "button",
|
|
2552
2567
|
"action": "COMPOSE",
|
|
2553
|
-
"
|
|
2568
|
+
"label": "Compose",
|
|
2569
|
+
"variant": "primary",
|
|
2570
|
+
"type": "button"
|
|
2554
2571
|
}
|
|
2555
|
-
]
|
|
2572
|
+
],
|
|
2573
|
+
"type": "stack",
|
|
2574
|
+
"gap": "sm"
|
|
2556
2575
|
}
|
|
2557
2576
|
]
|
|
2558
2577
|
},
|
|
@@ -2560,60 +2579,41 @@
|
|
|
2560
2579
|
"type": "divider"
|
|
2561
2580
|
},
|
|
2562
2581
|
{
|
|
2563
|
-
"gap": "sm",
|
|
2564
|
-
"itemActions": [
|
|
2565
|
-
{
|
|
2566
|
-
"variant": "ghost",
|
|
2567
|
-
"event": "VIEW",
|
|
2568
|
-
"label": "View"
|
|
2569
|
-
}
|
|
2570
|
-
],
|
|
2571
2582
|
"type": "data-list",
|
|
2583
|
+
"variant": "card",
|
|
2584
|
+
"entity": "@payload.data",
|
|
2585
|
+
"gap": "sm",
|
|
2572
2586
|
"fields": [
|
|
2573
2587
|
{
|
|
2588
|
+
"variant": "h4",
|
|
2574
2589
|
"icon": "message-circle",
|
|
2575
|
-
"name": "author"
|
|
2576
|
-
"variant": "h4"
|
|
2590
|
+
"name": "author"
|
|
2577
2591
|
},
|
|
2578
2592
|
{
|
|
2579
2593
|
"name": "body",
|
|
2580
2594
|
"variant": "body"
|
|
2581
2595
|
},
|
|
2582
2596
|
{
|
|
2583
|
-
"format": "date",
|
|
2584
2597
|
"variant": "caption",
|
|
2585
|
-
"name": "createdAt"
|
|
2598
|
+
"name": "createdAt",
|
|
2599
|
+
"format": "date"
|
|
2586
2600
|
}
|
|
2587
2601
|
],
|
|
2588
|
-
"
|
|
2589
|
-
|
|
2602
|
+
"itemActions": [
|
|
2603
|
+
{
|
|
2604
|
+
"label": "View",
|
|
2605
|
+
"variant": "ghost",
|
|
2606
|
+
"event": "VIEW"
|
|
2607
|
+
}
|
|
2608
|
+
]
|
|
2590
2609
|
}
|
|
2591
2610
|
],
|
|
2592
|
-
"type": "stack",
|
|
2593
2611
|
"className": "max-w-5xl mx-auto w-full",
|
|
2594
2612
|
"gap": "lg",
|
|
2595
2613
|
"direction": "vertical"
|
|
2596
2614
|
}
|
|
2597
2615
|
],
|
|
2598
|
-
"
|
|
2599
|
-
{
|
|
2600
|
-
"icon": "inbox",
|
|
2601
|
-
"href": "/tickets",
|
|
2602
|
-
"label": "Tickets"
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"href": "/responses",
|
|
2606
|
-
"icon": "message-circle",
|
|
2607
|
-
"label": "Responses"
|
|
2608
|
-
},
|
|
2609
|
-
{
|
|
2610
|
-
"label": "Metrics",
|
|
2611
|
-
"icon": "layout-list",
|
|
2612
|
-
"href": "/metrics"
|
|
2613
|
-
}
|
|
2614
|
-
],
|
|
2615
|
-
"appName": "Helpdesk",
|
|
2616
|
-
"type": "dashboard-layout"
|
|
2616
|
+
"appName": "Helpdesk"
|
|
2617
2617
|
}
|
|
2618
2618
|
]
|
|
2619
2619
|
]
|
|
@@ -2627,36 +2627,36 @@
|
|
|
2627
2627
|
"render-ui",
|
|
2628
2628
|
"main",
|
|
2629
2629
|
{
|
|
2630
|
-
"
|
|
2631
|
-
"gap": "md",
|
|
2632
|
-
"className": "py-12",
|
|
2630
|
+
"direction": "vertical",
|
|
2633
2631
|
"children": [
|
|
2634
2632
|
{
|
|
2635
|
-
"color": "destructive",
|
|
2636
2633
|
"type": "icon",
|
|
2637
|
-
"name": "alert-triangle"
|
|
2634
|
+
"name": "alert-triangle",
|
|
2635
|
+
"color": "destructive"
|
|
2638
2636
|
},
|
|
2639
2637
|
{
|
|
2640
2638
|
"type": "typography",
|
|
2641
|
-
"
|
|
2642
|
-
"
|
|
2639
|
+
"variant": "h3",
|
|
2640
|
+
"content": "Failed to load response"
|
|
2643
2641
|
},
|
|
2644
2642
|
{
|
|
2645
|
-
"color": "muted",
|
|
2646
|
-
"type": "typography",
|
|
2647
2643
|
"content": "@payload.error",
|
|
2648
|
-
"variant": "body"
|
|
2644
|
+
"variant": "body",
|
|
2645
|
+
"type": "typography",
|
|
2646
|
+
"color": "muted"
|
|
2649
2647
|
},
|
|
2650
2648
|
{
|
|
2651
|
-
"label": "Retry",
|
|
2652
|
-
"action": "INIT",
|
|
2653
|
-
"icon": "rotate-ccw",
|
|
2654
2649
|
"type": "button",
|
|
2650
|
+
"icon": "rotate-ccw",
|
|
2651
|
+
"action": "INIT",
|
|
2652
|
+
"label": "Retry",
|
|
2655
2653
|
"variant": "primary"
|
|
2656
2654
|
}
|
|
2657
2655
|
],
|
|
2658
|
-
"
|
|
2659
|
-
"type": "stack"
|
|
2656
|
+
"gap": "md",
|
|
2657
|
+
"type": "stack",
|
|
2658
|
+
"className": "py-12",
|
|
2659
|
+
"align": "center"
|
|
2660
2660
|
}
|
|
2661
2661
|
]
|
|
2662
2662
|
]
|
|
@@ -2843,12 +2843,10 @@
|
|
|
2843
2843
|
"render-ui",
|
|
2844
2844
|
"modal",
|
|
2845
2845
|
{
|
|
2846
|
-
"
|
|
2846
|
+
"direction": "vertical",
|
|
2847
2847
|
"type": "stack",
|
|
2848
2848
|
"children": [
|
|
2849
2849
|
{
|
|
2850
|
-
"type": "stack",
|
|
2851
|
-
"direction": "horizontal",
|
|
2852
2850
|
"gap": "sm",
|
|
2853
2851
|
"children": [
|
|
2854
2852
|
{
|
|
@@ -2856,28 +2854,30 @@
|
|
|
2856
2854
|
"name": "edit"
|
|
2857
2855
|
},
|
|
2858
2856
|
{
|
|
2857
|
+
"type": "typography",
|
|
2859
2858
|
"content": "New Response",
|
|
2860
|
-
"variant": "h3"
|
|
2861
|
-
"type": "typography"
|
|
2859
|
+
"variant": "h3"
|
|
2862
2860
|
}
|
|
2863
|
-
]
|
|
2861
|
+
],
|
|
2862
|
+
"type": "stack",
|
|
2863
|
+
"direction": "horizontal"
|
|
2864
2864
|
},
|
|
2865
2865
|
{
|
|
2866
2866
|
"type": "divider"
|
|
2867
2867
|
},
|
|
2868
2868
|
{
|
|
2869
|
+
"mode": "create",
|
|
2869
2870
|
"submitEvent": "SEND",
|
|
2871
|
+
"type": "form-section",
|
|
2870
2872
|
"cancelEvent": "CLOSE",
|
|
2871
2873
|
"fields": [
|
|
2872
2874
|
"ticketId",
|
|
2873
2875
|
"body",
|
|
2874
2876
|
"author"
|
|
2875
|
-
]
|
|
2876
|
-
"mode": "create",
|
|
2877
|
-
"type": "form-section"
|
|
2877
|
+
]
|
|
2878
2878
|
}
|
|
2879
2879
|
],
|
|
2880
|
-
"
|
|
2880
|
+
"gap": "md"
|
|
2881
2881
|
}
|
|
2882
2882
|
]
|
|
2883
2883
|
]
|
|
@@ -2918,8 +2918,8 @@
|
|
|
2918
2918
|
"@payload.data",
|
|
2919
2919
|
{
|
|
2920
2920
|
"emit": {
|
|
2921
|
-
"
|
|
2922
|
-
"
|
|
2921
|
+
"failure": "ResponseSaveFailed",
|
|
2922
|
+
"success": "ResponseSaved"
|
|
2923
2923
|
}
|
|
2924
2924
|
}
|
|
2925
2925
|
],
|
|
@@ -3072,8 +3072,8 @@
|
|
|
3072
3072
|
"Response",
|
|
3073
3073
|
{
|
|
3074
3074
|
"emit": {
|
|
3075
|
-
"
|
|
3076
|
-
"
|
|
3075
|
+
"success": "ResponseLoaded",
|
|
3076
|
+
"failure": "ResponseLoadFailed"
|
|
3077
3077
|
}
|
|
3078
3078
|
}
|
|
3079
3079
|
]
|
|
@@ -3088,35 +3088,35 @@
|
|
|
3088
3088
|
"fetch",
|
|
3089
3089
|
"Response",
|
|
3090
3090
|
{
|
|
3091
|
-
"id": "@payload.id",
|
|
3092
3091
|
"emit": {
|
|
3093
3092
|
"failure": "ResponseLoadFailed",
|
|
3094
3093
|
"success": "ResponseLoaded"
|
|
3095
|
-
}
|
|
3094
|
+
},
|
|
3095
|
+
"id": "@payload.id"
|
|
3096
3096
|
}
|
|
3097
3097
|
],
|
|
3098
3098
|
[
|
|
3099
3099
|
"render-ui",
|
|
3100
3100
|
"modal",
|
|
3101
3101
|
{
|
|
3102
|
-
"gap": "md",
|
|
3103
|
-
"direction": "vertical",
|
|
3104
3102
|
"type": "stack",
|
|
3103
|
+
"direction": "vertical",
|
|
3104
|
+
"gap": "md",
|
|
3105
3105
|
"children": [
|
|
3106
3106
|
{
|
|
3107
|
-
"align": "center",
|
|
3108
|
-
"direction": "horizontal",
|
|
3109
3107
|
"gap": "sm",
|
|
3110
3108
|
"type": "stack",
|
|
3109
|
+
"direction": "horizontal",
|
|
3110
|
+
"align": "center",
|
|
3111
3111
|
"children": [
|
|
3112
3112
|
{
|
|
3113
3113
|
"type": "icon",
|
|
3114
3114
|
"name": "eye"
|
|
3115
3115
|
},
|
|
3116
3116
|
{
|
|
3117
|
-
"content": "@entity.ticketId",
|
|
3118
3117
|
"type": "typography",
|
|
3119
|
-
"variant": "h3"
|
|
3118
|
+
"variant": "h3",
|
|
3119
|
+
"content": "@entity.ticketId"
|
|
3120
3120
|
}
|
|
3121
3121
|
]
|
|
3122
3122
|
},
|
|
@@ -3124,58 +3124,57 @@
|
|
|
3124
3124
|
"type": "divider"
|
|
3125
3125
|
},
|
|
3126
3126
|
{
|
|
3127
|
-
"
|
|
3127
|
+
"type": "stack",
|
|
3128
|
+
"direction": "horizontal",
|
|
3128
3129
|
"children": [
|
|
3129
3130
|
{
|
|
3130
|
-
"
|
|
3131
|
+
"variant": "caption",
|
|
3131
3132
|
"type": "typography",
|
|
3132
|
-
"
|
|
3133
|
+
"content": "Ticket ID"
|
|
3133
3134
|
},
|
|
3134
3135
|
{
|
|
3135
|
-
"
|
|
3136
|
+
"type": "typography",
|
|
3136
3137
|
"content": "@entity.ticketId",
|
|
3137
|
-
"
|
|
3138
|
+
"variant": "body"
|
|
3138
3139
|
}
|
|
3139
3140
|
],
|
|
3140
|
-
"
|
|
3141
|
-
"type": "stack"
|
|
3141
|
+
"gap": "md"
|
|
3142
3142
|
},
|
|
3143
3143
|
{
|
|
3144
|
-
"direction": "horizontal",
|
|
3145
|
-
"type": "stack",
|
|
3146
3144
|
"children": [
|
|
3147
3145
|
{
|
|
3148
|
-
"type": "typography",
|
|
3149
3146
|
"variant": "caption",
|
|
3150
|
-
"content": "Body"
|
|
3147
|
+
"content": "Body",
|
|
3148
|
+
"type": "typography"
|
|
3151
3149
|
},
|
|
3152
3150
|
{
|
|
3153
|
-
"type": "typography",
|
|
3154
3151
|
"variant": "body",
|
|
3155
|
-
"content": "@entity.body"
|
|
3152
|
+
"content": "@entity.body",
|
|
3153
|
+
"type": "typography"
|
|
3156
3154
|
}
|
|
3157
3155
|
],
|
|
3158
|
-
"gap": "md"
|
|
3156
|
+
"gap": "md",
|
|
3157
|
+
"type": "stack",
|
|
3158
|
+
"direction": "horizontal"
|
|
3159
3159
|
},
|
|
3160
3160
|
{
|
|
3161
|
-
"type": "stack",
|
|
3162
3161
|
"direction": "horizontal",
|
|
3163
|
-
"gap": "md",
|
|
3164
3162
|
"children": [
|
|
3165
3163
|
{
|
|
3166
3164
|
"type": "typography",
|
|
3167
|
-
"
|
|
3168
|
-
"
|
|
3165
|
+
"content": "Author",
|
|
3166
|
+
"variant": "caption"
|
|
3169
3167
|
},
|
|
3170
3168
|
{
|
|
3171
3169
|
"variant": "body",
|
|
3172
|
-
"
|
|
3173
|
-
"
|
|
3170
|
+
"type": "typography",
|
|
3171
|
+
"content": "@entity.author"
|
|
3174
3172
|
}
|
|
3175
|
-
]
|
|
3173
|
+
],
|
|
3174
|
+
"type": "stack",
|
|
3175
|
+
"gap": "md"
|
|
3176
3176
|
},
|
|
3177
3177
|
{
|
|
3178
|
-
"type": "stack",
|
|
3179
3178
|
"children": [
|
|
3180
3179
|
{
|
|
3181
3180
|
"variant": "caption",
|
|
@@ -3188,22 +3187,23 @@
|
|
|
3188
3187
|
"variant": "body"
|
|
3189
3188
|
}
|
|
3190
3189
|
],
|
|
3191
|
-
"
|
|
3192
|
-
"direction": "horizontal"
|
|
3190
|
+
"type": "stack",
|
|
3191
|
+
"direction": "horizontal",
|
|
3192
|
+
"gap": "md"
|
|
3193
3193
|
},
|
|
3194
3194
|
{
|
|
3195
3195
|
"type": "divider"
|
|
3196
3196
|
},
|
|
3197
3197
|
{
|
|
3198
|
-
"gap": "sm",
|
|
3199
3198
|
"children": [
|
|
3200
3199
|
{
|
|
3201
|
-
"
|
|
3202
|
-
"variant": "ghost",
|
|
3200
|
+
"type": "button",
|
|
3203
3201
|
"label": "Close",
|
|
3204
|
-
"
|
|
3202
|
+
"action": "CLOSE",
|
|
3203
|
+
"variant": "ghost"
|
|
3205
3204
|
}
|
|
3206
3205
|
],
|
|
3206
|
+
"gap": "sm",
|
|
3207
3207
|
"type": "stack",
|
|
3208
3208
|
"justify": "end",
|
|
3209
3209
|
"direction": "horizontal"
|
|
@@ -3456,29 +3456,12 @@
|
|
|
3456
3456
|
"render-ui",
|
|
3457
3457
|
"main",
|
|
3458
3458
|
{
|
|
3459
|
-
"
|
|
3460
|
-
{
|
|
3461
|
-
"label": "Tickets",
|
|
3462
|
-
"href": "/tickets",
|
|
3463
|
-
"icon": "inbox"
|
|
3464
|
-
},
|
|
3465
|
-
{
|
|
3466
|
-
"href": "/responses",
|
|
3467
|
-
"label": "Responses",
|
|
3468
|
-
"icon": "message-circle"
|
|
3469
|
-
},
|
|
3470
|
-
{
|
|
3471
|
-
"label": "Metrics",
|
|
3472
|
-
"icon": "layout-list",
|
|
3473
|
-
"href": "/metrics"
|
|
3474
|
-
}
|
|
3475
|
-
],
|
|
3459
|
+
"type": "dashboard-layout",
|
|
3476
3460
|
"children": [
|
|
3477
3461
|
{
|
|
3478
3462
|
"type": "scaled-diagram",
|
|
3479
3463
|
"children": [
|
|
3480
3464
|
{
|
|
3481
|
-
"type": "stack",
|
|
3482
3465
|
"gap": "lg",
|
|
3483
3466
|
"direction": "vertical",
|
|
3484
3467
|
"children": [
|
|
@@ -3495,35 +3478,35 @@
|
|
|
3495
3478
|
"type": "breadcrumb"
|
|
3496
3479
|
},
|
|
3497
3480
|
{
|
|
3498
|
-
"
|
|
3481
|
+
"justify": "between",
|
|
3499
3482
|
"type": "stack",
|
|
3500
|
-
"
|
|
3483
|
+
"direction": "horizontal",
|
|
3501
3484
|
"children": [
|
|
3502
3485
|
{
|
|
3486
|
+
"type": "stack",
|
|
3487
|
+
"direction": "horizontal",
|
|
3488
|
+
"gap": "md",
|
|
3503
3489
|
"children": [
|
|
3504
3490
|
{
|
|
3505
|
-
"
|
|
3506
|
-
"
|
|
3491
|
+
"name": "activity",
|
|
3492
|
+
"type": "icon"
|
|
3507
3493
|
},
|
|
3508
3494
|
{
|
|
3509
|
-
"variant": "h2",
|
|
3510
3495
|
"type": "typography",
|
|
3511
|
-
"content": "Support Metrics"
|
|
3496
|
+
"content": "Support Metrics",
|
|
3497
|
+
"variant": "h2"
|
|
3512
3498
|
}
|
|
3513
|
-
]
|
|
3514
|
-
"gap": "md",
|
|
3515
|
-
"direction": "horizontal",
|
|
3516
|
-
"type": "stack"
|
|
3499
|
+
]
|
|
3517
3500
|
},
|
|
3518
3501
|
{
|
|
3502
|
+
"icon": "refresh-cw",
|
|
3503
|
+
"action": "REFRESH",
|
|
3519
3504
|
"label": "Refresh",
|
|
3520
3505
|
"type": "button",
|
|
3521
|
-
"action": "REFRESH",
|
|
3522
|
-
"icon": "refresh-cw",
|
|
3523
3506
|
"variant": "secondary"
|
|
3524
3507
|
}
|
|
3525
3508
|
],
|
|
3526
|
-
"
|
|
3509
|
+
"gap": "md"
|
|
3527
3510
|
},
|
|
3528
3511
|
{
|
|
3529
3512
|
"type": "divider"
|
|
@@ -3531,38 +3514,40 @@
|
|
|
3531
3514
|
{
|
|
3532
3515
|
"children": [
|
|
3533
3516
|
{
|
|
3517
|
+
"type": "simple-grid",
|
|
3518
|
+
"cols": 3.0,
|
|
3534
3519
|
"children": [
|
|
3535
3520
|
{
|
|
3536
|
-
"
|
|
3521
|
+
"value": "@entity.openTickets",
|
|
3537
3522
|
"label": "OpenTickets",
|
|
3538
|
-
"
|
|
3523
|
+
"type": "stat-display"
|
|
3539
3524
|
},
|
|
3540
3525
|
{
|
|
3526
|
+
"label": "ResolvedTickets",
|
|
3541
3527
|
"value": "@entity.resolvedTickets",
|
|
3542
|
-
"type": "stat-display"
|
|
3543
|
-
"label": "ResolvedTickets"
|
|
3528
|
+
"type": "stat-display"
|
|
3544
3529
|
},
|
|
3545
3530
|
{
|
|
3546
|
-
"type": "card",
|
|
3547
3531
|
"children": [
|
|
3548
3532
|
{
|
|
3533
|
+
"direction": "vertical",
|
|
3534
|
+
"gap": "sm",
|
|
3535
|
+
"type": "stack",
|
|
3549
3536
|
"children": [
|
|
3550
3537
|
{
|
|
3538
|
+
"type": "typography",
|
|
3551
3539
|
"content": "AvgResponseTime",
|
|
3552
|
-
"variant": "caption"
|
|
3553
|
-
"type": "typography"
|
|
3540
|
+
"variant": "caption"
|
|
3554
3541
|
},
|
|
3555
3542
|
{
|
|
3556
|
-
"
|
|
3543
|
+
"variant": "h3",
|
|
3557
3544
|
"content": "@entity.avgResponseTime",
|
|
3558
|
-
"
|
|
3545
|
+
"type": "typography"
|
|
3559
3546
|
}
|
|
3560
|
-
]
|
|
3561
|
-
"type": "stack",
|
|
3562
|
-
"gap": "sm",
|
|
3563
|
-
"direction": "vertical"
|
|
3547
|
+
]
|
|
3564
3548
|
}
|
|
3565
|
-
]
|
|
3549
|
+
],
|
|
3550
|
+
"type": "card"
|
|
3566
3551
|
},
|
|
3567
3552
|
{
|
|
3568
3553
|
"type": "stat-display",
|
|
@@ -3574,50 +3559,48 @@
|
|
|
3574
3559
|
"label": "ActiveAgents",
|
|
3575
3560
|
"value": "@entity.activeAgents"
|
|
3576
3561
|
}
|
|
3577
|
-
]
|
|
3578
|
-
"cols": 3.0,
|
|
3579
|
-
"type": "simple-grid"
|
|
3562
|
+
]
|
|
3580
3563
|
}
|
|
3581
3564
|
],
|
|
3582
|
-
"
|
|
3583
|
-
"
|
|
3565
|
+
"type": "box",
|
|
3566
|
+
"padding": "md"
|
|
3584
3567
|
},
|
|
3585
3568
|
{
|
|
3586
3569
|
"type": "divider"
|
|
3587
3570
|
},
|
|
3588
3571
|
{
|
|
3589
3572
|
"gap": "md",
|
|
3590
|
-
"type": "grid",
|
|
3591
3573
|
"cols": 2.0,
|
|
3592
3574
|
"children": [
|
|
3593
3575
|
{
|
|
3594
|
-
"type": "card",
|
|
3595
3576
|
"children": [
|
|
3596
3577
|
{
|
|
3597
|
-
"
|
|
3578
|
+
"variant": "caption",
|
|
3598
3579
|
"type": "typography",
|
|
3599
|
-
"
|
|
3580
|
+
"content": "Chart View"
|
|
3600
3581
|
}
|
|
3601
|
-
]
|
|
3582
|
+
],
|
|
3583
|
+
"type": "card"
|
|
3602
3584
|
},
|
|
3603
3585
|
{
|
|
3604
|
-
"type": "card",
|
|
3605
3586
|
"children": [
|
|
3606
3587
|
{
|
|
3607
|
-
"
|
|
3588
|
+
"type": "typography",
|
|
3608
3589
|
"variant": "caption",
|
|
3609
|
-
"
|
|
3590
|
+
"content": "Graph View"
|
|
3610
3591
|
}
|
|
3611
|
-
]
|
|
3592
|
+
],
|
|
3593
|
+
"type": "card"
|
|
3612
3594
|
}
|
|
3613
|
-
]
|
|
3595
|
+
],
|
|
3596
|
+
"type": "grid"
|
|
3614
3597
|
},
|
|
3615
3598
|
{
|
|
3616
3599
|
"type": "line-chart",
|
|
3617
3600
|
"data": [
|
|
3618
3601
|
{
|
|
3619
|
-
"
|
|
3620
|
-
"
|
|
3602
|
+
"date": "Jan",
|
|
3603
|
+
"value": 12.0
|
|
3621
3604
|
},
|
|
3622
3605
|
{
|
|
3623
3606
|
"date": "Feb",
|
|
@@ -3632,8 +3615,8 @@
|
|
|
3632
3615
|
"date": "Apr"
|
|
3633
3616
|
},
|
|
3634
3617
|
{
|
|
3635
|
-
"
|
|
3636
|
-
"
|
|
3618
|
+
"value": 22.0,
|
|
3619
|
+
"date": "May"
|
|
3637
3620
|
},
|
|
3638
3621
|
{
|
|
3639
3622
|
"date": "Jun",
|
|
@@ -3648,48 +3631,65 @@
|
|
|
3648
3631
|
"label": "Current"
|
|
3649
3632
|
},
|
|
3650
3633
|
{
|
|
3651
|
-
"
|
|
3652
|
-
"
|
|
3634
|
+
"label": "Previous",
|
|
3635
|
+
"color": "muted"
|
|
3653
3636
|
}
|
|
3654
3637
|
],
|
|
3655
3638
|
"type": "chart-legend"
|
|
3656
3639
|
},
|
|
3657
3640
|
{
|
|
3641
|
+
"type": "graph-view",
|
|
3642
|
+
"edges": [
|
|
3643
|
+
{
|
|
3644
|
+
"source": "a",
|
|
3645
|
+
"target": "b"
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"target": "c",
|
|
3649
|
+
"source": "b"
|
|
3650
|
+
}
|
|
3651
|
+
],
|
|
3658
3652
|
"nodes": [
|
|
3659
3653
|
{
|
|
3660
3654
|
"label": "Start",
|
|
3661
3655
|
"id": "a"
|
|
3662
3656
|
},
|
|
3663
3657
|
{
|
|
3664
|
-
"
|
|
3665
|
-
"
|
|
3658
|
+
"label": "Process",
|
|
3659
|
+
"id": "b"
|
|
3666
3660
|
},
|
|
3667
3661
|
{
|
|
3668
|
-
"
|
|
3669
|
-
"
|
|
3662
|
+
"id": "c",
|
|
3663
|
+
"label": "End"
|
|
3670
3664
|
}
|
|
3671
3665
|
],
|
|
3672
|
-
"width": 400.0,
|
|
3673
3666
|
"height": 200.0,
|
|
3674
|
-
"
|
|
3675
|
-
"edges": [
|
|
3676
|
-
{
|
|
3677
|
-
"target": "b",
|
|
3678
|
-
"source": "a"
|
|
3679
|
-
},
|
|
3680
|
-
{
|
|
3681
|
-
"source": "b",
|
|
3682
|
-
"target": "c"
|
|
3683
|
-
}
|
|
3684
|
-
]
|
|
3667
|
+
"width": 400.0
|
|
3685
3668
|
}
|
|
3686
|
-
]
|
|
3669
|
+
],
|
|
3670
|
+
"type": "stack"
|
|
3687
3671
|
}
|
|
3688
3672
|
]
|
|
3689
3673
|
}
|
|
3690
3674
|
],
|
|
3691
3675
|
"appName": "Helpdesk",
|
|
3692
|
-
"
|
|
3676
|
+
"navItems": [
|
|
3677
|
+
{
|
|
3678
|
+
"label": "Tickets",
|
|
3679
|
+
"href": "/tickets",
|
|
3680
|
+
"icon": "inbox"
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"href": "/responses",
|
|
3684
|
+
"icon": "message-circle",
|
|
3685
|
+
"label": "Responses"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"icon": "layout-list",
|
|
3689
|
+
"href": "/metrics",
|
|
3690
|
+
"label": "Metrics"
|
|
3691
|
+
}
|
|
3692
|
+
]
|
|
3693
3693
|
}
|
|
3694
3694
|
]
|
|
3695
3695
|
]
|
|
@@ -3704,8 +3704,8 @@
|
|
|
3704
3704
|
"SupportMetrics",
|
|
3705
3705
|
{
|
|
3706
3706
|
"emit": {
|
|
3707
|
-
"
|
|
3708
|
-
"
|
|
3707
|
+
"failure": "SupportMetricsLoadFailed",
|
|
3708
|
+
"success": "SupportMetricsLoaded"
|
|
3709
3709
|
}
|
|
3710
3710
|
}
|
|
3711
3711
|
],
|
|
@@ -3713,35 +3713,16 @@
|
|
|
3713
3713
|
"render-ui",
|
|
3714
3714
|
"main",
|
|
3715
3715
|
{
|
|
3716
|
-
"type": "dashboard-layout",
|
|
3717
|
-
"appName": "Helpdesk",
|
|
3718
|
-
"navItems": [
|
|
3719
|
-
{
|
|
3720
|
-
"href": "/tickets",
|
|
3721
|
-
"label": "Tickets",
|
|
3722
|
-
"icon": "inbox"
|
|
3723
|
-
},
|
|
3724
|
-
{
|
|
3725
|
-
"icon": "message-circle",
|
|
3726
|
-
"label": "Responses",
|
|
3727
|
-
"href": "/responses"
|
|
3728
|
-
},
|
|
3729
|
-
{
|
|
3730
|
-
"icon": "layout-list",
|
|
3731
|
-
"label": "Metrics",
|
|
3732
|
-
"href": "/metrics"
|
|
3733
|
-
}
|
|
3734
|
-
],
|
|
3735
3716
|
"children": [
|
|
3736
3717
|
{
|
|
3737
3718
|
"type": "scaled-diagram",
|
|
3738
3719
|
"children": [
|
|
3739
3720
|
{
|
|
3740
3721
|
"gap": "lg",
|
|
3722
|
+
"direction": "vertical",
|
|
3741
3723
|
"type": "stack",
|
|
3742
3724
|
"children": [
|
|
3743
3725
|
{
|
|
3744
|
-
"type": "breadcrumb",
|
|
3745
3726
|
"items": [
|
|
3746
3727
|
{
|
|
3747
3728
|
"label": "Home",
|
|
@@ -3750,11 +3731,17 @@
|
|
|
3750
3731
|
{
|
|
3751
3732
|
"label": "Support Metrics"
|
|
3752
3733
|
}
|
|
3753
|
-
]
|
|
3734
|
+
],
|
|
3735
|
+
"type": "breadcrumb"
|
|
3754
3736
|
},
|
|
3755
3737
|
{
|
|
3738
|
+
"direction": "horizontal",
|
|
3739
|
+
"type": "stack",
|
|
3740
|
+
"justify": "between",
|
|
3741
|
+
"gap": "md",
|
|
3756
3742
|
"children": [
|
|
3757
3743
|
{
|
|
3744
|
+
"type": "stack",
|
|
3758
3745
|
"children": [
|
|
3759
3746
|
{
|
|
3760
3747
|
"name": "activity",
|
|
@@ -3762,63 +3749,58 @@
|
|
|
3762
3749
|
},
|
|
3763
3750
|
{
|
|
3764
3751
|
"variant": "h2",
|
|
3765
|
-
"
|
|
3766
|
-
"
|
|
3752
|
+
"type": "typography",
|
|
3753
|
+
"content": "Support Metrics"
|
|
3767
3754
|
}
|
|
3768
3755
|
],
|
|
3769
3756
|
"direction": "horizontal",
|
|
3770
|
-
"type": "stack",
|
|
3771
3757
|
"gap": "md"
|
|
3772
3758
|
},
|
|
3773
3759
|
{
|
|
3774
|
-
"action": "REFRESH",
|
|
3775
|
-
"variant": "secondary",
|
|
3776
3760
|
"label": "Refresh",
|
|
3761
|
+
"variant": "secondary",
|
|
3777
3762
|
"type": "button",
|
|
3778
|
-
"icon": "refresh-cw"
|
|
3763
|
+
"icon": "refresh-cw",
|
|
3764
|
+
"action": "REFRESH"
|
|
3779
3765
|
}
|
|
3780
|
-
]
|
|
3781
|
-
"justify": "between",
|
|
3782
|
-
"type": "stack",
|
|
3783
|
-
"gap": "md",
|
|
3784
|
-
"direction": "horizontal"
|
|
3766
|
+
]
|
|
3785
3767
|
},
|
|
3786
3768
|
{
|
|
3787
3769
|
"type": "divider"
|
|
3788
3770
|
},
|
|
3789
3771
|
{
|
|
3772
|
+
"type": "box",
|
|
3773
|
+
"padding": "md",
|
|
3790
3774
|
"children": [
|
|
3791
3775
|
{
|
|
3792
|
-
"type": "simple-grid",
|
|
3793
|
-
"cols": 3.0,
|
|
3794
3776
|
"children": [
|
|
3795
3777
|
{
|
|
3796
3778
|
"value": "@entity.openTickets",
|
|
3797
|
-
"
|
|
3798
|
-
"
|
|
3779
|
+
"type": "stat-display",
|
|
3780
|
+
"label": "OpenTickets"
|
|
3799
3781
|
},
|
|
3800
3782
|
{
|
|
3801
|
-
"value": "@entity.resolvedTickets",
|
|
3802
3783
|
"type": "stat-display",
|
|
3803
|
-
"label": "ResolvedTickets"
|
|
3784
|
+
"label": "ResolvedTickets",
|
|
3785
|
+
"value": "@entity.resolvedTickets"
|
|
3804
3786
|
},
|
|
3805
3787
|
{
|
|
3806
3788
|
"children": [
|
|
3807
3789
|
{
|
|
3790
|
+
"gap": "sm",
|
|
3808
3791
|
"direction": "vertical",
|
|
3809
3792
|
"children": [
|
|
3810
3793
|
{
|
|
3811
|
-
"
|
|
3794
|
+
"content": "AvgResponseTime",
|
|
3812
3795
|
"type": "typography",
|
|
3813
|
-
"
|
|
3796
|
+
"variant": "caption"
|
|
3814
3797
|
},
|
|
3815
3798
|
{
|
|
3816
3799
|
"type": "typography",
|
|
3817
|
-
"
|
|
3818
|
-
"
|
|
3800
|
+
"variant": "h3",
|
|
3801
|
+
"content": "@entity.avgResponseTime"
|
|
3819
3802
|
}
|
|
3820
3803
|
],
|
|
3821
|
-
"gap": "sm",
|
|
3822
3804
|
"type": "stack"
|
|
3823
3805
|
}
|
|
3824
3806
|
],
|
|
@@ -3830,59 +3812,60 @@
|
|
|
3830
3812
|
"type": "stat-display"
|
|
3831
3813
|
},
|
|
3832
3814
|
{
|
|
3833
|
-
"label": "ActiveAgents",
|
|
3834
3815
|
"value": "@entity.activeAgents",
|
|
3835
|
-
"type": "stat-display"
|
|
3816
|
+
"type": "stat-display",
|
|
3817
|
+
"label": "ActiveAgents"
|
|
3836
3818
|
}
|
|
3837
|
-
]
|
|
3819
|
+
],
|
|
3820
|
+
"type": "simple-grid",
|
|
3821
|
+
"cols": 3.0
|
|
3838
3822
|
}
|
|
3839
|
-
]
|
|
3840
|
-
"type": "box",
|
|
3841
|
-
"padding": "md"
|
|
3823
|
+
]
|
|
3842
3824
|
},
|
|
3843
3825
|
{
|
|
3844
3826
|
"type": "divider"
|
|
3845
3827
|
},
|
|
3846
3828
|
{
|
|
3847
|
-
"
|
|
3848
|
-
"type": "grid",
|
|
3829
|
+
"gap": "md",
|
|
3849
3830
|
"children": [
|
|
3850
3831
|
{
|
|
3851
|
-
"type": "card",
|
|
3852
3832
|
"children": [
|
|
3853
3833
|
{
|
|
3854
|
-
"content": "Chart View",
|
|
3855
3834
|
"type": "typography",
|
|
3835
|
+
"content": "Chart View",
|
|
3856
3836
|
"variant": "caption"
|
|
3857
3837
|
}
|
|
3858
|
-
]
|
|
3838
|
+
],
|
|
3839
|
+
"type": "card"
|
|
3859
3840
|
},
|
|
3860
3841
|
{
|
|
3861
|
-
"type": "card",
|
|
3862
3842
|
"children": [
|
|
3863
3843
|
{
|
|
3864
|
-
"
|
|
3844
|
+
"variant": "caption",
|
|
3865
3845
|
"content": "Graph View",
|
|
3866
|
-
"
|
|
3846
|
+
"type": "typography"
|
|
3867
3847
|
}
|
|
3868
|
-
]
|
|
3848
|
+
],
|
|
3849
|
+
"type": "card"
|
|
3869
3850
|
}
|
|
3870
3851
|
],
|
|
3871
|
-
"
|
|
3852
|
+
"type": "grid",
|
|
3853
|
+
"cols": 2.0
|
|
3872
3854
|
},
|
|
3873
3855
|
{
|
|
3856
|
+
"type": "line-chart",
|
|
3874
3857
|
"data": [
|
|
3875
3858
|
{
|
|
3876
|
-
"
|
|
3877
|
-
"
|
|
3859
|
+
"date": "Jan",
|
|
3860
|
+
"value": 12.0
|
|
3878
3861
|
},
|
|
3879
3862
|
{
|
|
3880
3863
|
"value": 19.0,
|
|
3881
3864
|
"date": "Feb"
|
|
3882
3865
|
},
|
|
3883
3866
|
{
|
|
3884
|
-
"
|
|
3885
|
-
"
|
|
3867
|
+
"value": 15.0,
|
|
3868
|
+
"date": "Mar"
|
|
3886
3869
|
},
|
|
3887
3870
|
{
|
|
3888
3871
|
"value": 25.0,
|
|
@@ -3896,61 +3879,78 @@
|
|
|
3896
3879
|
"date": "Jun",
|
|
3897
3880
|
"value": 30.0
|
|
3898
3881
|
}
|
|
3899
|
-
]
|
|
3900
|
-
"type": "line-chart"
|
|
3882
|
+
]
|
|
3901
3883
|
},
|
|
3902
3884
|
{
|
|
3903
|
-
"type": "chart-legend",
|
|
3904
3885
|
"items": [
|
|
3905
3886
|
{
|
|
3906
|
-
"
|
|
3907
|
-
"
|
|
3887
|
+
"color": "primary",
|
|
3888
|
+
"label": "Current"
|
|
3908
3889
|
},
|
|
3909
3890
|
{
|
|
3910
3891
|
"color": "muted",
|
|
3911
3892
|
"label": "Previous"
|
|
3912
3893
|
}
|
|
3913
|
-
]
|
|
3894
|
+
],
|
|
3895
|
+
"type": "chart-legend"
|
|
3914
3896
|
},
|
|
3915
3897
|
{
|
|
3916
|
-
"edges": [
|
|
3917
|
-
{
|
|
3918
|
-
"target": "b",
|
|
3919
|
-
"source": "a"
|
|
3920
|
-
},
|
|
3921
|
-
{
|
|
3922
|
-
"source": "b",
|
|
3923
|
-
"target": "c"
|
|
3924
|
-
}
|
|
3925
|
-
],
|
|
3926
3898
|
"nodes": [
|
|
3927
3899
|
{
|
|
3928
3900
|
"id": "a",
|
|
3929
3901
|
"label": "Start"
|
|
3930
3902
|
},
|
|
3931
3903
|
{
|
|
3932
|
-
"
|
|
3933
|
-
"
|
|
3904
|
+
"label": "Process",
|
|
3905
|
+
"id": "b"
|
|
3934
3906
|
},
|
|
3935
3907
|
{
|
|
3936
|
-
"
|
|
3937
|
-
"
|
|
3908
|
+
"id": "c",
|
|
3909
|
+
"label": "End"
|
|
3910
|
+
}
|
|
3911
|
+
],
|
|
3912
|
+
"type": "graph-view",
|
|
3913
|
+
"edges": [
|
|
3914
|
+
{
|
|
3915
|
+
"source": "a",
|
|
3916
|
+
"target": "b"
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"target": "c",
|
|
3920
|
+
"source": "b"
|
|
3938
3921
|
}
|
|
3939
3922
|
],
|
|
3940
3923
|
"width": 400.0,
|
|
3941
|
-
"height": 200.0
|
|
3942
|
-
"type": "graph-view"
|
|
3924
|
+
"height": 200.0
|
|
3943
3925
|
}
|
|
3944
|
-
]
|
|
3945
|
-
"direction": "vertical"
|
|
3926
|
+
]
|
|
3946
3927
|
}
|
|
3947
3928
|
]
|
|
3948
3929
|
}
|
|
3949
|
-
]
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3930
|
+
],
|
|
3931
|
+
"type": "dashboard-layout",
|
|
3932
|
+
"navItems": [
|
|
3933
|
+
{
|
|
3934
|
+
"label": "Tickets",
|
|
3935
|
+
"href": "/tickets",
|
|
3936
|
+
"icon": "inbox"
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"href": "/responses",
|
|
3940
|
+
"icon": "message-circle",
|
|
3941
|
+
"label": "Responses"
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"icon": "layout-list",
|
|
3945
|
+
"label": "Metrics",
|
|
3946
|
+
"href": "/metrics"
|
|
3947
|
+
}
|
|
3948
|
+
],
|
|
3949
|
+
"appName": "Helpdesk"
|
|
3950
|
+
}
|
|
3951
|
+
]
|
|
3952
|
+
]
|
|
3953
|
+
},
|
|
3954
3954
|
{
|
|
3955
3955
|
"from": "displaying",
|
|
3956
3956
|
"to": "displaying",
|
|
@@ -3976,6 +3976,7 @@
|
|
|
3976
3976
|
"type": "scaled-diagram",
|
|
3977
3977
|
"children": [
|
|
3978
3978
|
{
|
|
3979
|
+
"gap": "lg",
|
|
3979
3980
|
"direction": "vertical",
|
|
3980
3981
|
"children": [
|
|
3981
3982
|
{
|
|
@@ -3993,12 +3994,11 @@
|
|
|
3993
3994
|
{
|
|
3994
3995
|
"direction": "horizontal",
|
|
3995
3996
|
"justify": "between",
|
|
3996
|
-
"type": "stack",
|
|
3997
|
-
"gap": "md",
|
|
3998
3997
|
"children": [
|
|
3999
3998
|
{
|
|
4000
|
-
"direction": "horizontal",
|
|
4001
3999
|
"gap": "md",
|
|
4000
|
+
"direction": "horizontal",
|
|
4001
|
+
"type": "stack",
|
|
4002
4002
|
"children": [
|
|
4003
4003
|
{
|
|
4004
4004
|
"type": "icon",
|
|
@@ -4009,89 +4009,90 @@
|
|
|
4009
4009
|
"content": "Support Metrics",
|
|
4010
4010
|
"variant": "h2"
|
|
4011
4011
|
}
|
|
4012
|
-
]
|
|
4013
|
-
"type": "stack"
|
|
4012
|
+
]
|
|
4014
4013
|
},
|
|
4015
4014
|
{
|
|
4016
|
-
"
|
|
4015
|
+
"label": "Refresh",
|
|
4017
4016
|
"type": "button",
|
|
4018
|
-
"variant": "secondary",
|
|
4019
4017
|
"icon": "refresh-cw",
|
|
4020
|
-
"
|
|
4018
|
+
"action": "REFRESH",
|
|
4019
|
+
"variant": "secondary"
|
|
4021
4020
|
}
|
|
4022
|
-
]
|
|
4021
|
+
],
|
|
4022
|
+
"type": "stack",
|
|
4023
|
+
"gap": "md"
|
|
4023
4024
|
},
|
|
4024
4025
|
{
|
|
4025
4026
|
"type": "divider"
|
|
4026
4027
|
},
|
|
4027
4028
|
{
|
|
4029
|
+
"type": "box",
|
|
4028
4030
|
"children": [
|
|
4029
4031
|
{
|
|
4030
4032
|
"type": "simple-grid",
|
|
4033
|
+
"cols": 3.0,
|
|
4031
4034
|
"children": [
|
|
4032
4035
|
{
|
|
4036
|
+
"label": "OpenTickets",
|
|
4033
4037
|
"value": "@entity.openTickets",
|
|
4034
|
-
"type": "stat-display"
|
|
4035
|
-
"label": "OpenTickets"
|
|
4038
|
+
"type": "stat-display"
|
|
4036
4039
|
},
|
|
4037
4040
|
{
|
|
4041
|
+
"type": "stat-display",
|
|
4038
4042
|
"label": "ResolvedTickets",
|
|
4039
|
-
"value": "@entity.resolvedTickets"
|
|
4040
|
-
"type": "stat-display"
|
|
4043
|
+
"value": "@entity.resolvedTickets"
|
|
4041
4044
|
},
|
|
4042
4045
|
{
|
|
4043
4046
|
"type": "card",
|
|
4044
4047
|
"children": [
|
|
4045
4048
|
{
|
|
4046
4049
|
"direction": "vertical",
|
|
4050
|
+
"type": "stack",
|
|
4047
4051
|
"children": [
|
|
4048
4052
|
{
|
|
4053
|
+
"content": "AvgResponseTime",
|
|
4049
4054
|
"type": "typography",
|
|
4050
|
-
"variant": "caption"
|
|
4051
|
-
"content": "AvgResponseTime"
|
|
4055
|
+
"variant": "caption"
|
|
4052
4056
|
},
|
|
4053
4057
|
{
|
|
4058
|
+
"type": "typography",
|
|
4054
4059
|
"variant": "h3",
|
|
4055
|
-
"content": "@entity.avgResponseTime"
|
|
4056
|
-
"type": "typography"
|
|
4060
|
+
"content": "@entity.avgResponseTime"
|
|
4057
4061
|
}
|
|
4058
4062
|
],
|
|
4059
|
-
"type": "stack",
|
|
4060
4063
|
"gap": "sm"
|
|
4061
4064
|
}
|
|
4062
4065
|
]
|
|
4063
4066
|
},
|
|
4064
4067
|
{
|
|
4065
4068
|
"type": "stat-display",
|
|
4066
|
-
"
|
|
4067
|
-
"
|
|
4069
|
+
"label": "SatisfactionScore",
|
|
4070
|
+
"value": "@entity.satisfactionScore"
|
|
4068
4071
|
},
|
|
4069
4072
|
{
|
|
4073
|
+
"type": "stat-display",
|
|
4070
4074
|
"label": "ActiveAgents",
|
|
4071
|
-
"value": "@entity.activeAgents"
|
|
4072
|
-
"type": "stat-display"
|
|
4075
|
+
"value": "@entity.activeAgents"
|
|
4073
4076
|
}
|
|
4074
|
-
]
|
|
4075
|
-
"cols": 3.0
|
|
4077
|
+
]
|
|
4076
4078
|
}
|
|
4077
4079
|
],
|
|
4078
|
-
"type": "box",
|
|
4079
4080
|
"padding": "md"
|
|
4080
4081
|
},
|
|
4081
4082
|
{
|
|
4082
4083
|
"type": "divider"
|
|
4083
4084
|
},
|
|
4084
4085
|
{
|
|
4085
|
-
"type": "grid",
|
|
4086
4086
|
"cols": 2.0,
|
|
4087
|
+
"type": "grid",
|
|
4087
4088
|
"gap": "md",
|
|
4088
4089
|
"children": [
|
|
4089
4090
|
{
|
|
4090
4091
|
"children": [
|
|
4091
4092
|
{
|
|
4092
|
-
"type": "typography",
|
|
4093
4093
|
"content": "Chart View",
|
|
4094
|
-
"variant": "caption"
|
|
4094
|
+
"variant": "caption",
|
|
4095
|
+
"type": "typography"
|
|
4095
4096
|
}
|
|
4096
4097
|
],
|
|
4097
4098
|
"type": "card"
|
|
@@ -4100,8 +4101,8 @@
|
|
|
4100
4101
|
"type": "card",
|
|
4101
4102
|
"children": [
|
|
4102
4103
|
{
|
|
4103
|
-
"type": "typography",
|
|
4104
4104
|
"variant": "caption",
|
|
4105
|
+
"type": "typography",
|
|
4105
4106
|
"content": "Graph View"
|
|
4106
4107
|
}
|
|
4107
4108
|
]
|
|
@@ -4109,33 +4110,33 @@
|
|
|
4109
4110
|
]
|
|
4110
4111
|
},
|
|
4111
4112
|
{
|
|
4112
|
-
"type": "line-chart",
|
|
4113
4113
|
"data": [
|
|
4114
4114
|
{
|
|
4115
|
-
"
|
|
4116
|
-
"
|
|
4115
|
+
"date": "Jan",
|
|
4116
|
+
"value": 12.0
|
|
4117
4117
|
},
|
|
4118
4118
|
{
|
|
4119
|
-
"
|
|
4120
|
-
"
|
|
4119
|
+
"date": "Feb",
|
|
4120
|
+
"value": 19.0
|
|
4121
4121
|
},
|
|
4122
4122
|
{
|
|
4123
|
-
"
|
|
4124
|
-
"
|
|
4123
|
+
"value": 15.0,
|
|
4124
|
+
"date": "Mar"
|
|
4125
4125
|
},
|
|
4126
4126
|
{
|
|
4127
4127
|
"date": "Apr",
|
|
4128
4128
|
"value": 25.0
|
|
4129
4129
|
},
|
|
4130
4130
|
{
|
|
4131
|
-
"
|
|
4132
|
-
"
|
|
4131
|
+
"date": "May",
|
|
4132
|
+
"value": 22.0
|
|
4133
4133
|
},
|
|
4134
4134
|
{
|
|
4135
|
-
"
|
|
4136
|
-
"
|
|
4135
|
+
"value": 30.0,
|
|
4136
|
+
"date": "Jun"
|
|
4137
4137
|
}
|
|
4138
|
-
]
|
|
4138
|
+
],
|
|
4139
|
+
"type": "line-chart"
|
|
4139
4140
|
},
|
|
4140
4141
|
{
|
|
4141
4142
|
"items": [
|
|
@@ -4151,10 +4152,21 @@
|
|
|
4151
4152
|
"type": "chart-legend"
|
|
4152
4153
|
},
|
|
4153
4154
|
{
|
|
4155
|
+
"type": "graph-view",
|
|
4156
|
+
"edges": [
|
|
4157
|
+
{
|
|
4158
|
+
"target": "b",
|
|
4159
|
+
"source": "a"
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"source": "b",
|
|
4163
|
+
"target": "c"
|
|
4164
|
+
}
|
|
4165
|
+
],
|
|
4154
4166
|
"nodes": [
|
|
4155
4167
|
{
|
|
4156
|
-
"
|
|
4157
|
-
"
|
|
4168
|
+
"id": "a",
|
|
4169
|
+
"label": "Start"
|
|
4158
4170
|
},
|
|
4159
4171
|
{
|
|
4160
4172
|
"id": "b",
|
|
@@ -4165,22 +4177,10 @@
|
|
|
4165
4177
|
"label": "End"
|
|
4166
4178
|
}
|
|
4167
4179
|
],
|
|
4168
|
-
"type": "graph-view",
|
|
4169
4180
|
"width": 400.0,
|
|
4170
|
-
"edges": [
|
|
4171
|
-
{
|
|
4172
|
-
"source": "a",
|
|
4173
|
-
"target": "b"
|
|
4174
|
-
},
|
|
4175
|
-
{
|
|
4176
|
-
"source": "b",
|
|
4177
|
-
"target": "c"
|
|
4178
|
-
}
|
|
4179
|
-
],
|
|
4180
4181
|
"height": 200.0
|
|
4181
4182
|
}
|
|
4182
4183
|
],
|
|
4183
|
-
"gap": "lg",
|
|
4184
4184
|
"type": "stack"
|
|
4185
4185
|
}
|
|
4186
4186
|
]
|
|
@@ -4194,14 +4194,14 @@
|
|
|
4194
4194
|
"icon": "inbox"
|
|
4195
4195
|
},
|
|
4196
4196
|
{
|
|
4197
|
-
"icon": "message-circle",
|
|
4198
4197
|
"label": "Responses",
|
|
4198
|
+
"icon": "message-circle",
|
|
4199
4199
|
"href": "/responses"
|
|
4200
4200
|
},
|
|
4201
4201
|
{
|
|
4202
|
+
"label": "Metrics",
|
|
4202
4203
|
"href": "/metrics",
|
|
4203
|
-
"icon": "layout-list"
|
|
4204
|
-
"label": "Metrics"
|
|
4204
|
+
"icon": "layout-list"
|
|
4205
4205
|
}
|
|
4206
4206
|
]
|
|
4207
4207
|
}
|
|
@@ -4218,8 +4218,8 @@
|
|
|
4218
4218
|
"SupportMetrics",
|
|
4219
4219
|
{
|
|
4220
4220
|
"emit": {
|
|
4221
|
-
"
|
|
4222
|
-
"
|
|
4221
|
+
"success": "SupportMetricsLoaded",
|
|
4222
|
+
"failure": "SupportMetricsLoadFailed"
|
|
4223
4223
|
}
|
|
4224
4224
|
}
|
|
4225
4225
|
],
|
|
@@ -4227,10 +4227,25 @@
|
|
|
4227
4227
|
"render-ui",
|
|
4228
4228
|
"main",
|
|
4229
4229
|
{
|
|
4230
|
-
"
|
|
4230
|
+
"navItems": [
|
|
4231
|
+
{
|
|
4232
|
+
"label": "Tickets",
|
|
4233
|
+
"icon": "inbox",
|
|
4234
|
+
"href": "/tickets"
|
|
4235
|
+
},
|
|
4236
|
+
{
|
|
4237
|
+
"icon": "message-circle",
|
|
4238
|
+
"href": "/responses",
|
|
4239
|
+
"label": "Responses"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"label": "Metrics",
|
|
4243
|
+
"href": "/metrics",
|
|
4244
|
+
"icon": "layout-list"
|
|
4245
|
+
}
|
|
4246
|
+
],
|
|
4231
4247
|
"children": [
|
|
4232
4248
|
{
|
|
4233
|
-
"type": "scaled-diagram",
|
|
4234
4249
|
"children": [
|
|
4235
4250
|
{
|
|
4236
4251
|
"gap": "lg",
|
|
@@ -4240,8 +4255,8 @@
|
|
|
4240
4255
|
{
|
|
4241
4256
|
"items": [
|
|
4242
4257
|
{
|
|
4243
|
-
"
|
|
4244
|
-
"
|
|
4258
|
+
"href": "/",
|
|
4259
|
+
"label": "Home"
|
|
4245
4260
|
},
|
|
4246
4261
|
{
|
|
4247
4262
|
"label": "Support Metrics"
|
|
@@ -4250,106 +4265,103 @@
|
|
|
4250
4265
|
"type": "breadcrumb"
|
|
4251
4266
|
},
|
|
4252
4267
|
{
|
|
4268
|
+
"gap": "md",
|
|
4269
|
+
"direction": "horizontal",
|
|
4270
|
+
"type": "stack",
|
|
4271
|
+
"justify": "between",
|
|
4253
4272
|
"children": [
|
|
4254
4273
|
{
|
|
4255
|
-
"gap": "md",
|
|
4256
4274
|
"type": "stack",
|
|
4257
4275
|
"direction": "horizontal",
|
|
4276
|
+
"gap": "md",
|
|
4258
4277
|
"children": [
|
|
4259
4278
|
{
|
|
4260
|
-
"
|
|
4261
|
-
"
|
|
4279
|
+
"name": "activity",
|
|
4280
|
+
"type": "icon"
|
|
4262
4281
|
},
|
|
4263
4282
|
{
|
|
4264
|
-
"
|
|
4283
|
+
"content": "Support Metrics",
|
|
4265
4284
|
"type": "typography",
|
|
4266
|
-
"
|
|
4285
|
+
"variant": "h2"
|
|
4267
4286
|
}
|
|
4268
4287
|
]
|
|
4269
4288
|
},
|
|
4270
4289
|
{
|
|
4290
|
+
"icon": "refresh-cw",
|
|
4291
|
+
"label": "Refresh",
|
|
4271
4292
|
"type": "button",
|
|
4272
4293
|
"action": "REFRESH",
|
|
4273
|
-
"variant": "secondary"
|
|
4274
|
-
"icon": "refresh-cw",
|
|
4275
|
-
"label": "Refresh"
|
|
4294
|
+
"variant": "secondary"
|
|
4276
4295
|
}
|
|
4277
|
-
]
|
|
4278
|
-
"gap": "md",
|
|
4279
|
-
"type": "stack",
|
|
4280
|
-
"direction": "horizontal",
|
|
4281
|
-
"justify": "between"
|
|
4296
|
+
]
|
|
4282
4297
|
},
|
|
4283
4298
|
{
|
|
4284
4299
|
"type": "divider"
|
|
4285
4300
|
},
|
|
4286
4301
|
{
|
|
4302
|
+
"type": "box",
|
|
4303
|
+
"padding": "md",
|
|
4287
4304
|
"children": [
|
|
4288
4305
|
{
|
|
4306
|
+
"type": "simple-grid",
|
|
4289
4307
|
"cols": 3.0,
|
|
4290
4308
|
"children": [
|
|
4291
4309
|
{
|
|
4292
|
-
"type": "stat-display",
|
|
4293
4310
|
"label": "OpenTickets",
|
|
4294
|
-
"value": "@entity.openTickets"
|
|
4311
|
+
"value": "@entity.openTickets",
|
|
4312
|
+
"type": "stat-display"
|
|
4295
4313
|
},
|
|
4296
4314
|
{
|
|
4297
|
-
"label": "ResolvedTickets",
|
|
4298
4315
|
"type": "stat-display",
|
|
4316
|
+
"label": "ResolvedTickets",
|
|
4299
4317
|
"value": "@entity.resolvedTickets"
|
|
4300
4318
|
},
|
|
4301
4319
|
{
|
|
4302
|
-
"type": "card",
|
|
4303
4320
|
"children": [
|
|
4304
4321
|
{
|
|
4305
|
-
"type": "stack",
|
|
4306
4322
|
"direction": "vertical",
|
|
4307
4323
|
"children": [
|
|
4308
4324
|
{
|
|
4325
|
+
"content": "AvgResponseTime",
|
|
4309
4326
|
"type": "typography",
|
|
4310
|
-
"variant": "caption"
|
|
4311
|
-
"content": "AvgResponseTime"
|
|
4327
|
+
"variant": "caption"
|
|
4312
4328
|
},
|
|
4313
4329
|
{
|
|
4314
|
-
"
|
|
4330
|
+
"variant": "h3",
|
|
4315
4331
|
"content": "@entity.avgResponseTime",
|
|
4316
|
-
"
|
|
4332
|
+
"type": "typography"
|
|
4317
4333
|
}
|
|
4318
4334
|
],
|
|
4335
|
+
"type": "stack",
|
|
4319
4336
|
"gap": "sm"
|
|
4320
4337
|
}
|
|
4321
|
-
]
|
|
4338
|
+
],
|
|
4339
|
+
"type": "card"
|
|
4322
4340
|
},
|
|
4323
4341
|
{
|
|
4324
|
-
"value": "@entity.satisfactionScore",
|
|
4325
4342
|
"type": "stat-display",
|
|
4343
|
+
"value": "@entity.satisfactionScore",
|
|
4326
4344
|
"label": "SatisfactionScore"
|
|
4327
4345
|
},
|
|
4328
4346
|
{
|
|
4347
|
+
"type": "stat-display",
|
|
4329
4348
|
"label": "ActiveAgents",
|
|
4330
|
-
"value": "@entity.activeAgents"
|
|
4331
|
-
"type": "stat-display"
|
|
4349
|
+
"value": "@entity.activeAgents"
|
|
4332
4350
|
}
|
|
4333
|
-
]
|
|
4334
|
-
"type": "simple-grid"
|
|
4351
|
+
]
|
|
4335
4352
|
}
|
|
4336
|
-
]
|
|
4337
|
-
"padding": "md",
|
|
4338
|
-
"type": "box"
|
|
4353
|
+
]
|
|
4339
4354
|
},
|
|
4340
4355
|
{
|
|
4341
4356
|
"type": "divider"
|
|
4342
4357
|
},
|
|
4343
4358
|
{
|
|
4344
|
-
"cols": 2.0,
|
|
4345
|
-
"gap": "md",
|
|
4346
|
-
"type": "grid",
|
|
4347
4359
|
"children": [
|
|
4348
4360
|
{
|
|
4349
4361
|
"children": [
|
|
4350
4362
|
{
|
|
4351
|
-
"variant": "caption",
|
|
4352
4363
|
"content": "Chart View",
|
|
4364
|
+
"variant": "caption",
|
|
4353
4365
|
"type": "typography"
|
|
4354
4366
|
}
|
|
4355
4367
|
],
|
|
@@ -4358,21 +4370,24 @@
|
|
|
4358
4370
|
{
|
|
4359
4371
|
"children": [
|
|
4360
4372
|
{
|
|
4373
|
+
"variant": "caption",
|
|
4361
4374
|
"content": "Graph View",
|
|
4362
|
-
"type": "typography"
|
|
4363
|
-
"variant": "caption"
|
|
4375
|
+
"type": "typography"
|
|
4364
4376
|
}
|
|
4365
4377
|
],
|
|
4366
4378
|
"type": "card"
|
|
4367
4379
|
}
|
|
4368
|
-
]
|
|
4380
|
+
],
|
|
4381
|
+
"type": "grid",
|
|
4382
|
+
"cols": 2.0,
|
|
4383
|
+
"gap": "md"
|
|
4369
4384
|
},
|
|
4370
4385
|
{
|
|
4371
4386
|
"type": "line-chart",
|
|
4372
4387
|
"data": [
|
|
4373
4388
|
{
|
|
4374
|
-
"
|
|
4375
|
-
"
|
|
4389
|
+
"value": 12.0,
|
|
4390
|
+
"date": "Jan"
|
|
4376
4391
|
},
|
|
4377
4392
|
{
|
|
4378
4393
|
"date": "Feb",
|
|
@@ -4383,28 +4398,28 @@
|
|
|
4383
4398
|
"value": 15.0
|
|
4384
4399
|
},
|
|
4385
4400
|
{
|
|
4386
|
-
"
|
|
4387
|
-
"
|
|
4401
|
+
"value": 25.0,
|
|
4402
|
+
"date": "Apr"
|
|
4388
4403
|
},
|
|
4389
4404
|
{
|
|
4390
|
-
"
|
|
4391
|
-
"
|
|
4405
|
+
"date": "May",
|
|
4406
|
+
"value": 22.0
|
|
4392
4407
|
},
|
|
4393
4408
|
{
|
|
4394
|
-
"
|
|
4395
|
-
"
|
|
4409
|
+
"date": "Jun",
|
|
4410
|
+
"value": 30.0
|
|
4396
4411
|
}
|
|
4397
4412
|
]
|
|
4398
4413
|
},
|
|
4399
4414
|
{
|
|
4400
4415
|
"items": [
|
|
4401
4416
|
{
|
|
4402
|
-
"
|
|
4403
|
-
"
|
|
4417
|
+
"label": "Current",
|
|
4418
|
+
"color": "primary"
|
|
4404
4419
|
},
|
|
4405
4420
|
{
|
|
4406
|
-
"
|
|
4407
|
-
"
|
|
4421
|
+
"label": "Previous",
|
|
4422
|
+
"color": "muted"
|
|
4408
4423
|
}
|
|
4409
4424
|
],
|
|
4410
4425
|
"type": "chart-legend"
|
|
@@ -4412,55 +4427,40 @@
|
|
|
4412
4427
|
{
|
|
4413
4428
|
"nodes": [
|
|
4414
4429
|
{
|
|
4415
|
-
"
|
|
4416
|
-
"
|
|
4430
|
+
"label": "Start",
|
|
4431
|
+
"id": "a"
|
|
4417
4432
|
},
|
|
4418
4433
|
{
|
|
4419
4434
|
"id": "b",
|
|
4420
4435
|
"label": "Process"
|
|
4421
4436
|
},
|
|
4422
4437
|
{
|
|
4423
|
-
"
|
|
4424
|
-
"
|
|
4438
|
+
"id": "c",
|
|
4439
|
+
"label": "End"
|
|
4425
4440
|
}
|
|
4426
4441
|
],
|
|
4427
|
-
"width": 400.0,
|
|
4428
|
-
"type": "graph-view",
|
|
4429
|
-
"height": 200.0,
|
|
4430
4442
|
"edges": [
|
|
4431
4443
|
{
|
|
4432
|
-
"
|
|
4433
|
-
"
|
|
4444
|
+
"source": "a",
|
|
4445
|
+
"target": "b"
|
|
4434
4446
|
},
|
|
4435
4447
|
{
|
|
4436
|
-
"
|
|
4437
|
-
"
|
|
4448
|
+
"target": "c",
|
|
4449
|
+
"source": "b"
|
|
4438
4450
|
}
|
|
4439
|
-
]
|
|
4451
|
+
],
|
|
4452
|
+
"type": "graph-view",
|
|
4453
|
+
"width": 400.0,
|
|
4454
|
+
"height": 200.0
|
|
4440
4455
|
}
|
|
4441
4456
|
]
|
|
4442
4457
|
}
|
|
4443
|
-
]
|
|
4458
|
+
],
|
|
4459
|
+
"type": "scaled-diagram"
|
|
4444
4460
|
}
|
|
4445
4461
|
],
|
|
4446
4462
|
"type": "dashboard-layout",
|
|
4447
|
-
"
|
|
4448
|
-
{
|
|
4449
|
-
"icon": "inbox",
|
|
4450
|
-
"label": "Tickets",
|
|
4451
|
-
"href": "/tickets"
|
|
4452
|
-
},
|
|
4453
|
-
{
|
|
4454
|
-
"label": "Responses",
|
|
4455
|
-
"icon": "message-circle",
|
|
4456
|
-
"href": "/responses"
|
|
4457
|
-
},
|
|
4458
|
-
{
|
|
4459
|
-
"href": "/metrics",
|
|
4460
|
-
"icon": "layout-list",
|
|
4461
|
-
"label": "Metrics"
|
|
4462
|
-
}
|
|
4463
|
-
]
|
|
4463
|
+
"appName": "Helpdesk"
|
|
4464
4464
|
}
|
|
4465
4465
|
]
|
|
4466
4466
|
]
|
|
@@ -4475,8 +4475,8 @@
|
|
|
4475
4475
|
"SupportMetrics",
|
|
4476
4476
|
{
|
|
4477
4477
|
"emit": {
|
|
4478
|
-
"
|
|
4479
|
-
"
|
|
4478
|
+
"failure": "SupportMetricsLoadFailed",
|
|
4479
|
+
"success": "SupportMetricsLoaded"
|
|
4480
4480
|
}
|
|
4481
4481
|
}
|
|
4482
4482
|
],
|
|
@@ -4484,31 +4484,18 @@
|
|
|
4484
4484
|
"render-ui",
|
|
4485
4485
|
"main",
|
|
4486
4486
|
{
|
|
4487
|
-
"navItems": [
|
|
4488
|
-
{
|
|
4489
|
-
"icon": "inbox",
|
|
4490
|
-
"label": "Tickets",
|
|
4491
|
-
"href": "/tickets"
|
|
4492
|
-
},
|
|
4493
|
-
{
|
|
4494
|
-
"href": "/responses",
|
|
4495
|
-
"label": "Responses",
|
|
4496
|
-
"icon": "message-circle"
|
|
4497
|
-
},
|
|
4498
|
-
{
|
|
4499
|
-
"label": "Metrics",
|
|
4500
|
-
"href": "/metrics",
|
|
4501
|
-
"icon": "layout-list"
|
|
4502
|
-
}
|
|
4503
|
-
],
|
|
4504
4487
|
"type": "dashboard-layout",
|
|
4505
|
-
"appName": "Helpdesk",
|
|
4506
4488
|
"children": [
|
|
4507
4489
|
{
|
|
4490
|
+
"type": "scaled-diagram",
|
|
4508
4491
|
"children": [
|
|
4509
4492
|
{
|
|
4493
|
+
"type": "stack",
|
|
4494
|
+
"gap": "lg",
|
|
4495
|
+
"direction": "vertical",
|
|
4510
4496
|
"children": [
|
|
4511
4497
|
{
|
|
4498
|
+
"type": "breadcrumb",
|
|
4512
4499
|
"items": [
|
|
4513
4500
|
{
|
|
4514
4501
|
"label": "Home",
|
|
@@ -4517,83 +4504,85 @@
|
|
|
4517
4504
|
{
|
|
4518
4505
|
"label": "Support Metrics"
|
|
4519
4506
|
}
|
|
4520
|
-
]
|
|
4521
|
-
"type": "breadcrumb"
|
|
4507
|
+
]
|
|
4522
4508
|
},
|
|
4523
4509
|
{
|
|
4524
4510
|
"direction": "horizontal",
|
|
4525
|
-
"gap": "md",
|
|
4526
4511
|
"type": "stack",
|
|
4527
4512
|
"justify": "between",
|
|
4528
4513
|
"children": [
|
|
4529
4514
|
{
|
|
4530
|
-
"direction": "horizontal",
|
|
4531
|
-
"type": "stack",
|
|
4532
|
-
"gap": "md",
|
|
4533
4515
|
"children": [
|
|
4534
4516
|
{
|
|
4535
|
-
"
|
|
4536
|
-
"
|
|
4517
|
+
"type": "icon",
|
|
4518
|
+
"name": "activity"
|
|
4537
4519
|
},
|
|
4538
4520
|
{
|
|
4539
|
-
"
|
|
4521
|
+
"content": "Support Metrics",
|
|
4540
4522
|
"type": "typography",
|
|
4541
|
-
"
|
|
4523
|
+
"variant": "h2"
|
|
4542
4524
|
}
|
|
4543
|
-
]
|
|
4525
|
+
],
|
|
4526
|
+
"type": "stack",
|
|
4527
|
+
"direction": "horizontal",
|
|
4528
|
+
"gap": "md"
|
|
4544
4529
|
},
|
|
4545
4530
|
{
|
|
4531
|
+
"type": "button",
|
|
4532
|
+
"variant": "secondary",
|
|
4546
4533
|
"label": "Refresh",
|
|
4547
4534
|
"icon": "refresh-cw",
|
|
4548
|
-
"action": "REFRESH"
|
|
4549
|
-
"variant": "secondary",
|
|
4550
|
-
"type": "button"
|
|
4535
|
+
"action": "REFRESH"
|
|
4551
4536
|
}
|
|
4552
|
-
]
|
|
4537
|
+
],
|
|
4538
|
+
"gap": "md"
|
|
4553
4539
|
},
|
|
4554
4540
|
{
|
|
4555
4541
|
"type": "divider"
|
|
4556
4542
|
},
|
|
4557
4543
|
{
|
|
4544
|
+
"padding": "md",
|
|
4545
|
+
"type": "box",
|
|
4558
4546
|
"children": [
|
|
4559
4547
|
{
|
|
4548
|
+
"type": "simple-grid",
|
|
4560
4549
|
"children": [
|
|
4561
4550
|
{
|
|
4562
4551
|
"type": "stat-display",
|
|
4563
|
-
"
|
|
4564
|
-
"
|
|
4552
|
+
"label": "OpenTickets",
|
|
4553
|
+
"value": "@entity.openTickets"
|
|
4565
4554
|
},
|
|
4566
4555
|
{
|
|
4567
4556
|
"type": "stat-display",
|
|
4568
|
-
"
|
|
4569
|
-
"
|
|
4557
|
+
"value": "@entity.resolvedTickets",
|
|
4558
|
+
"label": "ResolvedTickets"
|
|
4570
4559
|
},
|
|
4571
4560
|
{
|
|
4572
4561
|
"type": "card",
|
|
4573
4562
|
"children": [
|
|
4574
4563
|
{
|
|
4564
|
+
"gap": "sm",
|
|
4575
4565
|
"type": "stack",
|
|
4576
4566
|
"direction": "vertical",
|
|
4577
4567
|
"children": [
|
|
4578
4568
|
{
|
|
4579
|
-
"
|
|
4569
|
+
"content": "AvgResponseTime",
|
|
4580
4570
|
"variant": "caption",
|
|
4581
|
-
"
|
|
4571
|
+
"type": "typography"
|
|
4582
4572
|
},
|
|
4583
4573
|
{
|
|
4584
|
-
"
|
|
4574
|
+
"content": "@entity.avgResponseTime",
|
|
4585
4575
|
"type": "typography",
|
|
4586
|
-
"
|
|
4576
|
+
"variant": "h3"
|
|
4587
4577
|
}
|
|
4588
|
-
]
|
|
4589
|
-
"gap": "sm"
|
|
4578
|
+
]
|
|
4590
4579
|
}
|
|
4591
4580
|
]
|
|
4592
4581
|
},
|
|
4593
4582
|
{
|
|
4583
|
+
"type": "stat-display",
|
|
4594
4584
|
"value": "@entity.satisfactionScore",
|
|
4595
|
-
"label": "SatisfactionScore"
|
|
4596
|
-
"type": "stat-display"
|
|
4585
|
+
"label": "SatisfactionScore"
|
|
4597
4586
|
},
|
|
4598
4587
|
{
|
|
4599
4588
|
"value": "@entity.activeAgents",
|
|
@@ -4601,56 +4590,54 @@
|
|
|
4601
4590
|
"label": "ActiveAgents"
|
|
4602
4591
|
}
|
|
4603
4592
|
],
|
|
4604
|
-
"cols": 3.0
|
|
4605
|
-
"type": "simple-grid"
|
|
4593
|
+
"cols": 3.0
|
|
4606
4594
|
}
|
|
4607
|
-
]
|
|
4608
|
-
"padding": "md",
|
|
4609
|
-
"type": "box"
|
|
4595
|
+
]
|
|
4610
4596
|
},
|
|
4611
4597
|
{
|
|
4612
4598
|
"type": "divider"
|
|
4613
4599
|
},
|
|
4614
4600
|
{
|
|
4615
|
-
"gap": "md",
|
|
4616
|
-
"cols": 2.0,
|
|
4617
|
-
"type": "grid",
|
|
4618
4601
|
"children": [
|
|
4619
4602
|
{
|
|
4620
|
-
"type": "card",
|
|
4621
4603
|
"children": [
|
|
4622
4604
|
{
|
|
4605
|
+
"content": "Chart View",
|
|
4623
4606
|
"variant": "caption",
|
|
4624
|
-
"type": "typography"
|
|
4625
|
-
"content": "Chart View"
|
|
4607
|
+
"type": "typography"
|
|
4626
4608
|
}
|
|
4627
|
-
]
|
|
4609
|
+
],
|
|
4610
|
+
"type": "card"
|
|
4628
4611
|
},
|
|
4629
4612
|
{
|
|
4613
|
+
"type": "card",
|
|
4630
4614
|
"children": [
|
|
4631
4615
|
{
|
|
4616
|
+
"type": "typography",
|
|
4632
4617
|
"variant": "caption",
|
|
4633
|
-
"content": "Graph View"
|
|
4634
|
-
"type": "typography"
|
|
4618
|
+
"content": "Graph View"
|
|
4635
4619
|
}
|
|
4636
|
-
]
|
|
4637
|
-
"type": "card"
|
|
4620
|
+
]
|
|
4638
4621
|
}
|
|
4639
|
-
]
|
|
4622
|
+
],
|
|
4623
|
+
"type": "grid",
|
|
4624
|
+
"gap": "md",
|
|
4625
|
+
"cols": 2.0
|
|
4640
4626
|
},
|
|
4641
4627
|
{
|
|
4628
|
+
"type": "line-chart",
|
|
4642
4629
|
"data": [
|
|
4643
4630
|
{
|
|
4644
4631
|
"value": 12.0,
|
|
4645
4632
|
"date": "Jan"
|
|
4646
4633
|
},
|
|
4647
4634
|
{
|
|
4648
|
-
"
|
|
4649
|
-
"
|
|
4635
|
+
"value": 19.0,
|
|
4636
|
+
"date": "Feb"
|
|
4650
4637
|
},
|
|
4651
4638
|
{
|
|
4652
|
-
"
|
|
4653
|
-
"
|
|
4639
|
+
"date": "Mar",
|
|
4640
|
+
"value": 15.0
|
|
4654
4641
|
},
|
|
4655
4642
|
{
|
|
4656
4643
|
"value": 25.0,
|
|
@@ -4664,58 +4651,71 @@
|
|
|
4664
4651
|
"date": "Jun",
|
|
4665
4652
|
"value": 30.0
|
|
4666
4653
|
}
|
|
4667
|
-
]
|
|
4668
|
-
"type": "line-chart"
|
|
4654
|
+
]
|
|
4669
4655
|
},
|
|
4670
4656
|
{
|
|
4657
|
+
"type": "chart-legend",
|
|
4671
4658
|
"items": [
|
|
4672
4659
|
{
|
|
4673
4660
|
"label": "Current",
|
|
4674
4661
|
"color": "primary"
|
|
4675
4662
|
},
|
|
4676
4663
|
{
|
|
4677
|
-
"
|
|
4678
|
-
"
|
|
4664
|
+
"color": "muted",
|
|
4665
|
+
"label": "Previous"
|
|
4679
4666
|
}
|
|
4680
|
-
]
|
|
4681
|
-
"type": "chart-legend"
|
|
4667
|
+
]
|
|
4682
4668
|
},
|
|
4683
4669
|
{
|
|
4670
|
+
"edges": [
|
|
4671
|
+
{
|
|
4672
|
+
"target": "b",
|
|
4673
|
+
"source": "a"
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"source": "b",
|
|
4677
|
+
"target": "c"
|
|
4678
|
+
}
|
|
4679
|
+
],
|
|
4684
4680
|
"type": "graph-view",
|
|
4681
|
+
"height": 200.0,
|
|
4685
4682
|
"width": 400.0,
|
|
4686
4683
|
"nodes": [
|
|
4687
4684
|
{
|
|
4688
|
-
"
|
|
4689
|
-
"
|
|
4685
|
+
"label": "Start",
|
|
4686
|
+
"id": "a"
|
|
4690
4687
|
},
|
|
4691
4688
|
{
|
|
4692
4689
|
"label": "Process",
|
|
4693
4690
|
"id": "b"
|
|
4694
4691
|
},
|
|
4695
4692
|
{
|
|
4696
|
-
"
|
|
4697
|
-
"
|
|
4698
|
-
}
|
|
4699
|
-
],
|
|
4700
|
-
"height": 200.0,
|
|
4701
|
-
"edges": [
|
|
4702
|
-
{
|
|
4703
|
-
"source": "a",
|
|
4704
|
-
"target": "b"
|
|
4705
|
-
},
|
|
4706
|
-
{
|
|
4707
|
-
"source": "b",
|
|
4708
|
-
"target": "c"
|
|
4693
|
+
"label": "End",
|
|
4694
|
+
"id": "c"
|
|
4709
4695
|
}
|
|
4710
4696
|
]
|
|
4711
4697
|
}
|
|
4712
|
-
]
|
|
4713
|
-
"direction": "vertical",
|
|
4714
|
-
"type": "stack",
|
|
4715
|
-
"gap": "lg"
|
|
4698
|
+
]
|
|
4716
4699
|
}
|
|
4717
|
-
]
|
|
4718
|
-
|
|
4700
|
+
]
|
|
4701
|
+
}
|
|
4702
|
+
],
|
|
4703
|
+
"appName": "Helpdesk",
|
|
4704
|
+
"navItems": [
|
|
4705
|
+
{
|
|
4706
|
+
"href": "/tickets",
|
|
4707
|
+
"label": "Tickets",
|
|
4708
|
+
"icon": "inbox"
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
"href": "/responses",
|
|
4712
|
+
"label": "Responses",
|
|
4713
|
+
"icon": "message-circle"
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"icon": "layout-list",
|
|
4717
|
+
"label": "Metrics",
|
|
4718
|
+
"href": "/metrics"
|
|
4719
4719
|
}
|
|
4720
4720
|
]
|
|
4721
4721
|
}
|