@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-booking-system",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Booking system: providers, schedule, appointment slots, and bookings (clinic/salon/consult).",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "ProviderOrbital",
|
|
@@ -61,37 +61,37 @@
|
|
|
61
61
|
"ref": "AppShell.traits.AppLayout",
|
|
62
62
|
"name": "BookingProviderAppLayout",
|
|
63
63
|
"config": {
|
|
64
|
-
"notificationClickEvent": "BOOKING_NOTIFICATIONS_OPEN",
|
|
65
64
|
"appName": "BookingSystemApp",
|
|
66
|
-
"contentTrait": "@trait.ProviderBrowse",
|
|
67
65
|
"navItems": [
|
|
68
66
|
{
|
|
67
|
+
"label": "Providers",
|
|
69
68
|
"href": "/providers",
|
|
70
|
-
"icon": "user-check"
|
|
71
|
-
"label": "Providers"
|
|
69
|
+
"icon": "user-check"
|
|
72
70
|
},
|
|
73
71
|
{
|
|
74
72
|
"label": "Book",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
73
|
+
"icon": "calendar-plus",
|
|
74
|
+
"href": "/book"
|
|
77
75
|
},
|
|
78
76
|
{
|
|
77
|
+
"icon": "calendar",
|
|
79
78
|
"label": "Appointments",
|
|
80
|
-
"href": "/appointments"
|
|
81
|
-
"icon": "calendar"
|
|
79
|
+
"href": "/appointments"
|
|
82
80
|
},
|
|
83
81
|
{
|
|
84
|
-
"label": "Schedule",
|
|
85
82
|
"href": "/schedule",
|
|
86
|
-
"icon": "clock"
|
|
83
|
+
"icon": "clock",
|
|
84
|
+
"label": "Schedule"
|
|
87
85
|
}
|
|
88
86
|
],
|
|
87
|
+
"searchEvent": "BOOKING_SEARCH",
|
|
88
|
+
"contentTrait": "@trait.ProviderBrowse",
|
|
89
89
|
"notifications": [],
|
|
90
|
-
"
|
|
90
|
+
"notificationClickEvent": "BOOKING_NOTIFICATIONS_OPEN"
|
|
91
91
|
},
|
|
92
92
|
"events": {
|
|
93
|
-
"
|
|
94
|
-
"
|
|
93
|
+
"NOTIFY_CLICK": "BOOKING_NOTIFICATIONS_OPEN",
|
|
94
|
+
"SEARCH": "BOOKING_SEARCH"
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
{
|
|
@@ -773,8 +773,8 @@
|
|
|
773
773
|
"Provider",
|
|
774
774
|
{
|
|
775
775
|
"emit": {
|
|
776
|
-
"
|
|
777
|
-
"
|
|
776
|
+
"success": "ProviderLoaded",
|
|
777
|
+
"failure": "ProviderLoadFailed"
|
|
778
778
|
}
|
|
779
779
|
}
|
|
780
780
|
],
|
|
@@ -782,22 +782,22 @@
|
|
|
782
782
|
"render-ui",
|
|
783
783
|
"main",
|
|
784
784
|
{
|
|
785
|
-
"align": "center",
|
|
786
|
-
"type": "stack",
|
|
787
|
-
"direction": "vertical",
|
|
788
|
-
"gap": "md",
|
|
789
|
-
"className": "py-12",
|
|
790
785
|
"children": [
|
|
791
786
|
{
|
|
792
787
|
"type": "spinner"
|
|
793
788
|
},
|
|
794
789
|
{
|
|
790
|
+
"content": "Loading…",
|
|
795
791
|
"color": "muted",
|
|
796
792
|
"variant": "caption",
|
|
797
|
-
"content": "Loading…",
|
|
798
793
|
"type": "typography"
|
|
799
794
|
}
|
|
800
|
-
]
|
|
795
|
+
],
|
|
796
|
+
"direction": "vertical",
|
|
797
|
+
"gap": "md",
|
|
798
|
+
"type": "stack",
|
|
799
|
+
"className": "py-12",
|
|
800
|
+
"align": "center"
|
|
801
801
|
}
|
|
802
802
|
]
|
|
803
803
|
]
|
|
@@ -821,22 +821,22 @@
|
|
|
821
821
|
"render-ui",
|
|
822
822
|
"main",
|
|
823
823
|
{
|
|
824
|
-
"gap": "md",
|
|
825
|
-
"align": "center",
|
|
826
824
|
"className": "py-12",
|
|
827
|
-
"type": "stack",
|
|
828
825
|
"children": [
|
|
829
826
|
{
|
|
830
827
|
"type": "spinner"
|
|
831
828
|
},
|
|
832
829
|
{
|
|
833
|
-
"color": "muted",
|
|
834
|
-
"variant": "caption",
|
|
835
830
|
"type": "typography",
|
|
836
|
-
"content": "Searching…"
|
|
831
|
+
"content": "Searching…",
|
|
832
|
+
"variant": "caption",
|
|
833
|
+
"color": "muted"
|
|
837
834
|
}
|
|
838
835
|
],
|
|
839
|
-
"
|
|
836
|
+
"type": "stack",
|
|
837
|
+
"direction": "vertical",
|
|
838
|
+
"gap": "md",
|
|
839
|
+
"align": "center"
|
|
840
840
|
}
|
|
841
841
|
]
|
|
842
842
|
]
|
|
@@ -850,34 +850,34 @@
|
|
|
850
850
|
"render-ui",
|
|
851
851
|
"main",
|
|
852
852
|
{
|
|
853
|
+
"type": "stack",
|
|
854
|
+
"direction": "vertical",
|
|
855
|
+
"gap": "md",
|
|
856
|
+
"className": "py-8",
|
|
853
857
|
"children": [
|
|
854
858
|
{
|
|
855
859
|
"type": "icon",
|
|
856
860
|
"name": "bell"
|
|
857
861
|
},
|
|
858
862
|
{
|
|
863
|
+
"content": "No notifications",
|
|
859
864
|
"type": "typography",
|
|
860
|
-
"variant": "h3"
|
|
861
|
-
"content": "No notifications"
|
|
865
|
+
"variant": "h3"
|
|
862
866
|
},
|
|
863
867
|
{
|
|
868
|
+
"color": "muted",
|
|
864
869
|
"variant": "caption",
|
|
865
870
|
"content": "You're all caught up.",
|
|
866
|
-
"type": "typography"
|
|
867
|
-
"color": "muted"
|
|
871
|
+
"type": "typography"
|
|
868
872
|
},
|
|
869
873
|
{
|
|
870
|
-
"type": "button",
|
|
871
|
-
"variant": "ghost",
|
|
872
874
|
"label": "Back to providers",
|
|
873
|
-
"action": "INIT"
|
|
875
|
+
"action": "INIT",
|
|
876
|
+
"variant": "ghost",
|
|
877
|
+
"type": "button"
|
|
874
878
|
}
|
|
875
879
|
],
|
|
876
|
-
"
|
|
877
|
-
"align": "center",
|
|
878
|
-
"direction": "vertical",
|
|
879
|
-
"gap": "md",
|
|
880
|
-
"className": "py-8"
|
|
880
|
+
"align": "center"
|
|
881
881
|
}
|
|
882
882
|
]
|
|
883
883
|
]
|
|
@@ -891,59 +891,56 @@
|
|
|
891
891
|
"render-ui",
|
|
892
892
|
"main",
|
|
893
893
|
{
|
|
894
|
+
"gap": "lg",
|
|
894
895
|
"children": [
|
|
895
896
|
{
|
|
896
|
-
"gap": "md",
|
|
897
|
-
"type": "stack",
|
|
898
897
|
"direction": "horizontal",
|
|
899
|
-
"justify": "between",
|
|
900
898
|
"align": "center",
|
|
901
899
|
"children": [
|
|
902
900
|
{
|
|
903
|
-
"type": "stack",
|
|
904
901
|
"direction": "horizontal",
|
|
905
|
-
"
|
|
902
|
+
"type": "stack",
|
|
906
903
|
"gap": "sm",
|
|
904
|
+
"align": "center",
|
|
907
905
|
"children": [
|
|
908
906
|
{
|
|
909
|
-
"
|
|
910
|
-
"
|
|
907
|
+
"type": "icon",
|
|
908
|
+
"name": "briefcase"
|
|
911
909
|
},
|
|
912
910
|
{
|
|
913
|
-
"variant": "h2",
|
|
914
911
|
"content": "Providers",
|
|
912
|
+
"variant": "h2",
|
|
915
913
|
"type": "typography"
|
|
916
914
|
}
|
|
917
915
|
]
|
|
918
916
|
},
|
|
919
917
|
{
|
|
920
918
|
"type": "stack",
|
|
921
|
-
"direction": "horizontal",
|
|
922
919
|
"children": [
|
|
923
920
|
{
|
|
924
|
-
"variant": "primary",
|
|
925
|
-
"label": "Create Provider",
|
|
926
|
-
"action": "CREATE",
|
|
927
921
|
"type": "button",
|
|
928
|
-
"
|
|
922
|
+
"label": "Create Provider",
|
|
923
|
+
"variant": "primary",
|
|
924
|
+
"icon": "plus",
|
|
925
|
+
"action": "CREATE"
|
|
929
926
|
}
|
|
930
927
|
],
|
|
928
|
+
"direction": "horizontal",
|
|
931
929
|
"gap": "sm"
|
|
932
930
|
}
|
|
933
|
-
]
|
|
931
|
+
],
|
|
932
|
+
"justify": "between",
|
|
933
|
+
"type": "stack",
|
|
934
|
+
"gap": "md"
|
|
934
935
|
},
|
|
935
936
|
{
|
|
936
937
|
"type": "divider"
|
|
937
938
|
},
|
|
938
939
|
{
|
|
939
|
-
"type": "data-grid",
|
|
940
|
-
"cols": 2.0,
|
|
941
|
-
"gap": "md",
|
|
942
|
-
"entity": "@payload.data",
|
|
943
940
|
"fields": [
|
|
944
941
|
{
|
|
945
|
-
"variant": "h3",
|
|
946
942
|
"name": "name",
|
|
943
|
+
"variant": "h3",
|
|
947
944
|
"icon": "briefcase"
|
|
948
945
|
},
|
|
949
946
|
{
|
|
@@ -951,8 +948,8 @@
|
|
|
951
948
|
"name": "specialty"
|
|
952
949
|
},
|
|
953
950
|
{
|
|
954
|
-
"variant": "body",
|
|
955
951
|
"name": "rating",
|
|
952
|
+
"variant": "body",
|
|
956
953
|
"format": "number"
|
|
957
954
|
},
|
|
958
955
|
{
|
|
@@ -960,15 +957,16 @@
|
|
|
960
957
|
"variant": "body"
|
|
961
958
|
},
|
|
962
959
|
{
|
|
963
|
-
"
|
|
964
|
-
"
|
|
960
|
+
"variant": "caption",
|
|
961
|
+
"name": "phone"
|
|
965
962
|
}
|
|
966
963
|
],
|
|
964
|
+
"entity": "@payload.data",
|
|
967
965
|
"itemActions": [
|
|
968
966
|
{
|
|
969
|
-
"event": "VIEW",
|
|
970
967
|
"variant": "ghost",
|
|
971
|
-
"label": "View"
|
|
968
|
+
"label": "View",
|
|
969
|
+
"event": "VIEW"
|
|
972
970
|
},
|
|
973
971
|
{
|
|
974
972
|
"event": "EDIT",
|
|
@@ -976,16 +974,18 @@
|
|
|
976
974
|
"label": "Edit"
|
|
977
975
|
},
|
|
978
976
|
{
|
|
979
|
-
"
|
|
977
|
+
"variant": "danger",
|
|
980
978
|
"event": "DELETE",
|
|
981
|
-
"
|
|
979
|
+
"label": "Delete"
|
|
982
980
|
}
|
|
983
|
-
]
|
|
981
|
+
],
|
|
982
|
+
"type": "data-grid",
|
|
983
|
+
"gap": "md",
|
|
984
|
+
"cols": 2.0
|
|
984
985
|
}
|
|
985
986
|
],
|
|
986
|
-
"
|
|
987
|
-
"
|
|
988
|
-
"type": "stack"
|
|
987
|
+
"type": "stack",
|
|
988
|
+
"direction": "vertical"
|
|
989
989
|
}
|
|
990
990
|
]
|
|
991
991
|
]
|
|
@@ -999,36 +999,36 @@
|
|
|
999
999
|
"render-ui",
|
|
1000
1000
|
"main",
|
|
1001
1001
|
{
|
|
1002
|
-
"gap": "md",
|
|
1003
1002
|
"className": "py-12",
|
|
1004
|
-
"
|
|
1003
|
+
"align": "center",
|
|
1005
1004
|
"children": [
|
|
1006
1005
|
{
|
|
1007
|
-
"type": "icon",
|
|
1008
1006
|
"name": "alert-triangle",
|
|
1009
|
-
"color": "destructive"
|
|
1007
|
+
"color": "destructive",
|
|
1008
|
+
"type": "icon"
|
|
1010
1009
|
},
|
|
1011
1010
|
{
|
|
1011
|
+
"type": "typography",
|
|
1012
1012
|
"variant": "h3",
|
|
1013
|
-
"content": "Failed to load provider"
|
|
1014
|
-
"type": "typography"
|
|
1013
|
+
"content": "Failed to load provider"
|
|
1015
1014
|
},
|
|
1016
1015
|
{
|
|
1017
1016
|
"type": "typography",
|
|
1018
|
-
"
|
|
1017
|
+
"color": "muted",
|
|
1019
1018
|
"content": "@payload.error",
|
|
1020
|
-
"
|
|
1019
|
+
"variant": "body"
|
|
1021
1020
|
},
|
|
1022
1021
|
{
|
|
1022
|
+
"variant": "primary",
|
|
1023
1023
|
"type": "button",
|
|
1024
1024
|
"label": "Retry",
|
|
1025
|
-
"
|
|
1026
|
-
"icon": "rotate-ccw"
|
|
1027
|
-
"action": "INIT"
|
|
1025
|
+
"action": "INIT",
|
|
1026
|
+
"icon": "rotate-ccw"
|
|
1028
1027
|
}
|
|
1029
1028
|
],
|
|
1030
|
-
"
|
|
1031
|
-
"direction": "vertical"
|
|
1029
|
+
"type": "stack",
|
|
1030
|
+
"direction": "vertical",
|
|
1031
|
+
"gap": "md"
|
|
1032
1032
|
}
|
|
1033
1033
|
]
|
|
1034
1034
|
]
|
|
@@ -1228,8 +1228,8 @@
|
|
|
1228
1228
|
"Provider",
|
|
1229
1229
|
{
|
|
1230
1230
|
"emit": {
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1231
|
+
"failure": "ProviderLoadFailed",
|
|
1232
|
+
"success": "ProviderLoaded"
|
|
1233
1233
|
}
|
|
1234
1234
|
}
|
|
1235
1235
|
],
|
|
@@ -1237,21 +1237,23 @@
|
|
|
1237
1237
|
"render-ui",
|
|
1238
1238
|
"modal",
|
|
1239
1239
|
{
|
|
1240
|
+
"direction": "vertical",
|
|
1241
|
+
"gap": "md",
|
|
1240
1242
|
"type": "stack",
|
|
1241
1243
|
"children": [
|
|
1242
1244
|
{
|
|
1245
|
+
"type": "stack",
|
|
1243
1246
|
"children": [
|
|
1244
1247
|
{
|
|
1245
1248
|
"type": "icon",
|
|
1246
1249
|
"name": "plus-circle"
|
|
1247
1250
|
},
|
|
1248
1251
|
{
|
|
1252
|
+
"type": "typography",
|
|
1249
1253
|
"content": "Create Provider",
|
|
1250
|
-
"variant": "h3"
|
|
1251
|
-
"type": "typography"
|
|
1254
|
+
"variant": "h3"
|
|
1252
1255
|
}
|
|
1253
1256
|
],
|
|
1254
|
-
"type": "stack",
|
|
1255
1257
|
"direction": "horizontal",
|
|
1256
1258
|
"gap": "sm"
|
|
1257
1259
|
},
|
|
@@ -1259,6 +1261,9 @@
|
|
|
1259
1261
|
"type": "divider"
|
|
1260
1262
|
},
|
|
1261
1263
|
{
|
|
1264
|
+
"type": "form-section",
|
|
1265
|
+
"submitEvent": "SAVE",
|
|
1266
|
+
"cancelEvent": "CLOSE",
|
|
1262
1267
|
"fields": [
|
|
1263
1268
|
"name",
|
|
1264
1269
|
"specialty",
|
|
@@ -1267,14 +1272,9 @@
|
|
|
1267
1272
|
"rating",
|
|
1268
1273
|
"available"
|
|
1269
1274
|
],
|
|
1270
|
-
"
|
|
1271
|
-
"mode": "create",
|
|
1272
|
-
"submitEvent": "SAVE",
|
|
1273
|
-
"type": "form-section"
|
|
1275
|
+
"mode": "create"
|
|
1274
1276
|
}
|
|
1275
|
-
]
|
|
1276
|
-
"direction": "vertical",
|
|
1277
|
-
"gap": "md"
|
|
1277
|
+
]
|
|
1278
1278
|
}
|
|
1279
1279
|
]
|
|
1280
1280
|
]
|
|
@@ -1535,8 +1535,8 @@
|
|
|
1535
1535
|
"Provider",
|
|
1536
1536
|
{
|
|
1537
1537
|
"emit": {
|
|
1538
|
-
"
|
|
1539
|
-
"
|
|
1538
|
+
"success": "ProviderLoaded",
|
|
1539
|
+
"failure": "ProviderLoadFailed"
|
|
1540
1540
|
}
|
|
1541
1541
|
}
|
|
1542
1542
|
]
|
|
@@ -1551,43 +1551,46 @@
|
|
|
1551
1551
|
"fetch",
|
|
1552
1552
|
"Provider",
|
|
1553
1553
|
{
|
|
1554
|
-
"id": "@payload.id",
|
|
1555
1554
|
"emit": {
|
|
1556
1555
|
"success": "ProviderLoaded",
|
|
1557
1556
|
"failure": "ProviderLoadFailed"
|
|
1558
|
-
}
|
|
1557
|
+
},
|
|
1558
|
+
"id": "@payload.id"
|
|
1559
1559
|
}
|
|
1560
1560
|
],
|
|
1561
1561
|
[
|
|
1562
1562
|
"render-ui",
|
|
1563
1563
|
"modal",
|
|
1564
1564
|
{
|
|
1565
|
-
"type": "stack",
|
|
1566
1565
|
"gap": "md",
|
|
1566
|
+
"direction": "vertical",
|
|
1567
|
+
"type": "stack",
|
|
1567
1568
|
"children": [
|
|
1568
1569
|
{
|
|
1569
|
-
"direction": "horizontal",
|
|
1570
|
-
"gap": "sm",
|
|
1571
1570
|
"children": [
|
|
1572
1571
|
{
|
|
1573
|
-
"
|
|
1574
|
-
"
|
|
1572
|
+
"type": "icon",
|
|
1573
|
+
"name": "edit"
|
|
1575
1574
|
},
|
|
1576
1575
|
{
|
|
1577
1576
|
"content": "Edit Provider",
|
|
1578
|
-
"
|
|
1579
|
-
"
|
|
1577
|
+
"variant": "h3",
|
|
1578
|
+
"type": "typography"
|
|
1580
1579
|
}
|
|
1581
1580
|
],
|
|
1582
|
-
"
|
|
1581
|
+
"direction": "horizontal",
|
|
1582
|
+
"type": "stack",
|
|
1583
|
+
"gap": "sm"
|
|
1583
1584
|
},
|
|
1584
1585
|
{
|
|
1585
1586
|
"type": "divider"
|
|
1586
1587
|
},
|
|
1587
1588
|
{
|
|
1589
|
+
"cancelEvent": "CLOSE",
|
|
1590
|
+
"type": "form-section",
|
|
1588
1591
|
"mode": "edit",
|
|
1592
|
+
"entity": "@payload.row",
|
|
1589
1593
|
"submitEvent": "SAVE",
|
|
1590
|
-
"type": "form-section",
|
|
1591
1594
|
"fields": [
|
|
1592
1595
|
"name",
|
|
1593
1596
|
"specialty",
|
|
@@ -1595,12 +1598,9 @@
|
|
|
1595
1598
|
"phone",
|
|
1596
1599
|
"rating",
|
|
1597
1600
|
"available"
|
|
1598
|
-
]
|
|
1599
|
-
"cancelEvent": "CLOSE",
|
|
1600
|
-
"entity": "@payload.row"
|
|
1601
|
+
]
|
|
1601
1602
|
}
|
|
1602
|
-
]
|
|
1603
|
-
"direction": "vertical"
|
|
1603
|
+
]
|
|
1604
1604
|
}
|
|
1605
1605
|
]
|
|
1606
1606
|
]
|
|
@@ -1846,66 +1846,62 @@
|
|
|
1846
1846
|
"fetch",
|
|
1847
1847
|
"Provider",
|
|
1848
1848
|
{
|
|
1849
|
+
"id": "@payload.id",
|
|
1849
1850
|
"emit": {
|
|
1850
1851
|
"failure": "ProviderLoadFailed",
|
|
1851
1852
|
"success": "ProviderLoaded"
|
|
1852
|
-
}
|
|
1853
|
-
"id": "@payload.id"
|
|
1853
|
+
}
|
|
1854
1854
|
}
|
|
1855
1855
|
],
|
|
1856
1856
|
[
|
|
1857
1857
|
"render-ui",
|
|
1858
1858
|
"modal",
|
|
1859
1859
|
{
|
|
1860
|
-
"gap": "md",
|
|
1861
|
-
"direction": "vertical",
|
|
1862
|
-
"type": "stack",
|
|
1863
1860
|
"children": [
|
|
1864
1861
|
{
|
|
1865
|
-
"type": "stack",
|
|
1866
|
-
"gap": "sm",
|
|
1867
1862
|
"children": [
|
|
1868
1863
|
{
|
|
1869
|
-
"
|
|
1870
|
-
"
|
|
1864
|
+
"type": "icon",
|
|
1865
|
+
"name": "eye"
|
|
1871
1866
|
},
|
|
1872
1867
|
{
|
|
1873
|
-
"variant": "h3",
|
|
1874
1868
|
"content": "@entity.name",
|
|
1875
|
-
"type": "typography"
|
|
1869
|
+
"type": "typography",
|
|
1870
|
+
"variant": "h3"
|
|
1876
1871
|
}
|
|
1877
1872
|
],
|
|
1878
1873
|
"direction": "horizontal",
|
|
1874
|
+
"gap": "sm",
|
|
1875
|
+
"type": "stack",
|
|
1879
1876
|
"align": "center"
|
|
1880
1877
|
},
|
|
1881
1878
|
{
|
|
1882
1879
|
"type": "divider"
|
|
1883
1880
|
},
|
|
1884
1881
|
{
|
|
1885
|
-
"gap": "md",
|
|
1886
|
-
"direction": "horizontal",
|
|
1887
1882
|
"type": "stack",
|
|
1883
|
+
"gap": "md",
|
|
1888
1884
|
"children": [
|
|
1889
1885
|
{
|
|
1886
|
+
"type": "typography",
|
|
1890
1887
|
"variant": "caption",
|
|
1891
|
-
"content": "Name"
|
|
1892
|
-
"type": "typography"
|
|
1888
|
+
"content": "Name"
|
|
1893
1889
|
},
|
|
1894
1890
|
{
|
|
1895
|
-
"content": "@entity.name",
|
|
1896
1891
|
"type": "typography",
|
|
1897
|
-
"variant": "body"
|
|
1892
|
+
"variant": "body",
|
|
1893
|
+
"content": "@entity.name"
|
|
1898
1894
|
}
|
|
1899
|
-
]
|
|
1895
|
+
],
|
|
1896
|
+
"direction": "horizontal"
|
|
1900
1897
|
},
|
|
1901
1898
|
{
|
|
1902
|
-
"direction": "horizontal",
|
|
1903
1899
|
"gap": "md",
|
|
1904
1900
|
"children": [
|
|
1905
1901
|
{
|
|
1906
|
-
"content": "Specialty",
|
|
1907
1902
|
"type": "typography",
|
|
1908
|
-
"variant": "caption"
|
|
1903
|
+
"variant": "caption",
|
|
1904
|
+
"content": "Specialty"
|
|
1909
1905
|
},
|
|
1910
1906
|
{
|
|
1911
1907
|
"content": "@entity.specialty",
|
|
@@ -1913,49 +1909,50 @@
|
|
|
1913
1909
|
"variant": "body"
|
|
1914
1910
|
}
|
|
1915
1911
|
],
|
|
1912
|
+
"direction": "horizontal",
|
|
1916
1913
|
"type": "stack"
|
|
1917
1914
|
},
|
|
1918
1915
|
{
|
|
1916
|
+
"gap": "md",
|
|
1917
|
+
"type": "stack",
|
|
1918
|
+
"direction": "horizontal",
|
|
1919
1919
|
"children": [
|
|
1920
1920
|
{
|
|
1921
|
+
"variant": "caption",
|
|
1921
1922
|
"content": "Location",
|
|
1922
|
-
"type": "typography"
|
|
1923
|
-
"variant": "caption"
|
|
1923
|
+
"type": "typography"
|
|
1924
1924
|
},
|
|
1925
1925
|
{
|
|
1926
|
-
"content": "@entity.location",
|
|
1927
1926
|
"type": "typography",
|
|
1928
|
-
"variant": "body"
|
|
1927
|
+
"variant": "body",
|
|
1928
|
+
"content": "@entity.location"
|
|
1929
1929
|
}
|
|
1930
|
-
]
|
|
1931
|
-
"type": "stack",
|
|
1932
|
-
"gap": "md",
|
|
1933
|
-
"direction": "horizontal"
|
|
1930
|
+
]
|
|
1934
1931
|
},
|
|
1935
1932
|
{
|
|
1933
|
+
"type": "stack",
|
|
1936
1934
|
"direction": "horizontal",
|
|
1937
|
-
"gap": "md",
|
|
1938
1935
|
"children": [
|
|
1939
1936
|
{
|
|
1937
|
+
"type": "typography",
|
|
1940
1938
|
"content": "Phone",
|
|
1941
|
-
"variant": "caption"
|
|
1942
|
-
"type": "typography"
|
|
1939
|
+
"variant": "caption"
|
|
1943
1940
|
},
|
|
1944
1941
|
{
|
|
1942
|
+
"variant": "body",
|
|
1945
1943
|
"content": "@entity.phone",
|
|
1946
|
-
"type": "typography"
|
|
1947
|
-
"variant": "body"
|
|
1944
|
+
"type": "typography"
|
|
1948
1945
|
}
|
|
1949
1946
|
],
|
|
1950
|
-
"
|
|
1947
|
+
"gap": "md"
|
|
1951
1948
|
},
|
|
1952
1949
|
{
|
|
1953
|
-
"
|
|
1950
|
+
"gap": "md",
|
|
1954
1951
|
"children": [
|
|
1955
1952
|
{
|
|
1953
|
+
"type": "typography",
|
|
1956
1954
|
"variant": "caption",
|
|
1957
|
-
"content": "Rating"
|
|
1958
|
-
"type": "typography"
|
|
1955
|
+
"content": "Rating"
|
|
1959
1956
|
},
|
|
1960
1957
|
{
|
|
1961
1958
|
"variant": "body",
|
|
@@ -1963,32 +1960,32 @@
|
|
|
1963
1960
|
"type": "typography"
|
|
1964
1961
|
}
|
|
1965
1962
|
],
|
|
1966
|
-
"
|
|
1967
|
-
"
|
|
1963
|
+
"type": "stack",
|
|
1964
|
+
"direction": "horizontal"
|
|
1968
1965
|
},
|
|
1969
1966
|
{
|
|
1970
|
-
"gap": "md",
|
|
1971
1967
|
"children": [
|
|
1972
1968
|
{
|
|
1969
|
+
"content": "Available",
|
|
1973
1970
|
"type": "typography",
|
|
1974
|
-
"variant": "caption"
|
|
1975
|
-
"content": "Available"
|
|
1971
|
+
"variant": "caption"
|
|
1976
1972
|
},
|
|
1977
1973
|
{
|
|
1978
|
-
"
|
|
1974
|
+
"content": "@entity.available",
|
|
1979
1975
|
"variant": "body",
|
|
1980
|
-
"
|
|
1976
|
+
"type": "typography"
|
|
1981
1977
|
}
|
|
1982
1978
|
],
|
|
1983
1979
|
"type": "stack",
|
|
1980
|
+
"gap": "md",
|
|
1984
1981
|
"direction": "horizontal"
|
|
1985
1982
|
},
|
|
1986
1983
|
{
|
|
1987
1984
|
"type": "divider"
|
|
1988
1985
|
},
|
|
1989
1986
|
{
|
|
1990
|
-
"
|
|
1991
|
-
"
|
|
1987
|
+
"justify": "end",
|
|
1988
|
+
"direction": "horizontal",
|
|
1992
1989
|
"children": [
|
|
1993
1990
|
{
|
|
1994
1991
|
"label": "Edit",
|
|
@@ -1998,19 +1995,22 @@
|
|
|
1998
1995
|
"icon": "edit"
|
|
1999
1996
|
},
|
|
2000
1997
|
{
|
|
2001
|
-
"label": "Close",
|
|
2002
1998
|
"type": "button",
|
|
2003
|
-
"
|
|
2004
|
-
"
|
|
1999
|
+
"action": "CLOSE",
|
|
2000
|
+
"label": "Close",
|
|
2001
|
+
"variant": "ghost"
|
|
2005
2002
|
}
|
|
2006
2003
|
],
|
|
2007
|
-
"
|
|
2008
|
-
"
|
|
2004
|
+
"type": "stack",
|
|
2005
|
+
"gap": "sm"
|
|
2009
2006
|
}
|
|
2010
|
-
]
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2007
|
+
],
|
|
2008
|
+
"type": "stack",
|
|
2009
|
+
"direction": "vertical",
|
|
2010
|
+
"gap": "md"
|
|
2011
|
+
}
|
|
2012
|
+
]
|
|
2013
|
+
]
|
|
2014
2014
|
},
|
|
2015
2015
|
{
|
|
2016
2016
|
"from": "open",
|
|
@@ -2258,34 +2258,31 @@
|
|
|
2258
2258
|
"fetch",
|
|
2259
2259
|
"Provider",
|
|
2260
2260
|
{
|
|
2261
|
-
"id": "@payload.id",
|
|
2262
2261
|
"emit": {
|
|
2263
2262
|
"success": "ProviderLoaded",
|
|
2264
2263
|
"failure": "ProviderLoadFailed"
|
|
2265
|
-
}
|
|
2264
|
+
},
|
|
2265
|
+
"id": "@payload.id"
|
|
2266
2266
|
}
|
|
2267
2267
|
],
|
|
2268
2268
|
[
|
|
2269
2269
|
"render-ui",
|
|
2270
2270
|
"modal",
|
|
2271
2271
|
{
|
|
2272
|
-
"gap": "md",
|
|
2273
|
-
"direction": "vertical",
|
|
2274
|
-
"type": "stack",
|
|
2275
2272
|
"children": [
|
|
2276
2273
|
{
|
|
2274
|
+
"align": "center",
|
|
2277
2275
|
"direction": "horizontal",
|
|
2278
2276
|
"gap": "sm",
|
|
2279
|
-
"align": "center",
|
|
2280
2277
|
"children": [
|
|
2281
2278
|
{
|
|
2282
|
-
"
|
|
2283
|
-
"
|
|
2279
|
+
"name": "alert-triangle",
|
|
2280
|
+
"type": "icon"
|
|
2284
2281
|
},
|
|
2285
2282
|
{
|
|
2286
|
-
"type": "typography",
|
|
2287
2283
|
"content": "Delete Provider",
|
|
2288
|
-
"variant": "h3"
|
|
2284
|
+
"variant": "h3",
|
|
2285
|
+
"type": "typography"
|
|
2289
2286
|
}
|
|
2290
2287
|
],
|
|
2291
2288
|
"type": "stack"
|
|
@@ -2294,32 +2291,35 @@
|
|
|
2294
2291
|
"type": "divider"
|
|
2295
2292
|
},
|
|
2296
2293
|
{
|
|
2297
|
-
"message": "This action cannot be undone.",
|
|
2298
2294
|
"type": "alert",
|
|
2295
|
+
"message": "This action cannot be undone.",
|
|
2299
2296
|
"variant": "error"
|
|
2300
2297
|
},
|
|
2301
2298
|
{
|
|
2299
|
+
"direction": "horizontal",
|
|
2300
|
+
"type": "stack",
|
|
2301
|
+
"justify": "end",
|
|
2302
2302
|
"children": [
|
|
2303
2303
|
{
|
|
2304
|
-
"label": "Cancel",
|
|
2305
|
-
"type": "button",
|
|
2306
2304
|
"action": "CANCEL",
|
|
2305
|
+
"type": "button",
|
|
2306
|
+
"label": "Cancel",
|
|
2307
2307
|
"variant": "ghost"
|
|
2308
2308
|
},
|
|
2309
2309
|
{
|
|
2310
|
-
"action": "CONFIRM_DELETE",
|
|
2311
2310
|
"label": "Delete",
|
|
2312
|
-
"variant": "danger",
|
|
2313
2311
|
"type": "button",
|
|
2314
|
-
"icon": "check"
|
|
2312
|
+
"icon": "check",
|
|
2313
|
+
"variant": "danger",
|
|
2314
|
+
"action": "CONFIRM_DELETE"
|
|
2315
2315
|
}
|
|
2316
2316
|
],
|
|
2317
|
-
"gap": "sm"
|
|
2318
|
-
"direction": "horizontal",
|
|
2319
|
-
"type": "stack",
|
|
2320
|
-
"justify": "end"
|
|
2317
|
+
"gap": "sm"
|
|
2321
2318
|
}
|
|
2322
|
-
]
|
|
2319
|
+
],
|
|
2320
|
+
"gap": "md",
|
|
2321
|
+
"direction": "vertical",
|
|
2322
|
+
"type": "stack"
|
|
2323
2323
|
}
|
|
2324
2324
|
]
|
|
2325
2325
|
]
|
|
@@ -2391,8 +2391,8 @@
|
|
|
2391
2391
|
"Provider",
|
|
2392
2392
|
{
|
|
2393
2393
|
"emit": {
|
|
2394
|
-
"
|
|
2395
|
-
"
|
|
2394
|
+
"failure": "ProviderLoadFailed",
|
|
2395
|
+
"success": "ProviderLoaded"
|
|
2396
2396
|
}
|
|
2397
2397
|
}
|
|
2398
2398
|
]
|
|
@@ -2420,8 +2420,8 @@
|
|
|
2420
2420
|
"Provider",
|
|
2421
2421
|
{
|
|
2422
2422
|
"emit": {
|
|
2423
|
-
"
|
|
2424
|
-
"
|
|
2423
|
+
"success": "ProviderLoaded",
|
|
2424
|
+
"failure": "ProviderLoadFailed"
|
|
2425
2425
|
}
|
|
2426
2426
|
}
|
|
2427
2427
|
]
|
|
@@ -2705,8 +2705,8 @@
|
|
|
2705
2705
|
"Booking",
|
|
2706
2706
|
{
|
|
2707
2707
|
"emit": {
|
|
2708
|
-
"
|
|
2709
|
-
"
|
|
2708
|
+
"success": "BookingLoaded",
|
|
2709
|
+
"failure": "BookingLoadFailed"
|
|
2710
2710
|
}
|
|
2711
2711
|
}
|
|
2712
2712
|
],
|
|
@@ -2714,30 +2714,54 @@
|
|
|
2714
2714
|
"render-ui",
|
|
2715
2715
|
"main",
|
|
2716
2716
|
{
|
|
2717
|
+
"navItems": [
|
|
2718
|
+
{
|
|
2719
|
+
"href": "/providers",
|
|
2720
|
+
"label": "Providers",
|
|
2721
|
+
"icon": "user-check"
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"icon": "calendar-plus",
|
|
2725
|
+
"href": "/book",
|
|
2726
|
+
"label": "Book"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"icon": "calendar",
|
|
2730
|
+
"label": "Appointments",
|
|
2731
|
+
"href": "/appointments"
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"href": "/schedule",
|
|
2735
|
+
"icon": "clock",
|
|
2736
|
+
"label": "Schedule"
|
|
2737
|
+
}
|
|
2738
|
+
],
|
|
2739
|
+
"type": "dashboard-layout",
|
|
2740
|
+
"appName": "BookingSystemApp",
|
|
2717
2741
|
"children": [
|
|
2718
2742
|
{
|
|
2719
2743
|
"type": "container",
|
|
2720
|
-
"padding": "lg",
|
|
2721
2744
|
"maxWidth": "lg",
|
|
2745
|
+
"padding": "lg",
|
|
2722
2746
|
"children": [
|
|
2723
2747
|
{
|
|
2724
2748
|
"children": [
|
|
2725
2749
|
{
|
|
2726
|
-
"
|
|
2750
|
+
"align": "center",
|
|
2727
2751
|
"children": [
|
|
2728
2752
|
{
|
|
2729
|
-
"
|
|
2730
|
-
"
|
|
2753
|
+
"type": "icon",
|
|
2754
|
+
"name": "calendar"
|
|
2731
2755
|
},
|
|
2732
2756
|
{
|
|
2733
|
-
"
|
|
2757
|
+
"variant": "h2",
|
|
2734
2758
|
"type": "typography",
|
|
2735
|
-
"
|
|
2759
|
+
"content": "Book Appointment"
|
|
2736
2760
|
}
|
|
2737
2761
|
],
|
|
2738
|
-
"
|
|
2762
|
+
"direction": "horizontal",
|
|
2739
2763
|
"type": "stack",
|
|
2740
|
-
"
|
|
2764
|
+
"gap": "sm"
|
|
2741
2765
|
},
|
|
2742
2766
|
{
|
|
2743
2767
|
"type": "progress-dots",
|
|
@@ -2745,78 +2769,54 @@
|
|
|
2745
2769
|
"currentIndex": 0.0
|
|
2746
2770
|
},
|
|
2747
2771
|
{
|
|
2772
|
+
"currentStep": 0.0,
|
|
2748
2773
|
"type": "wizard-progress",
|
|
2749
2774
|
"steps": [
|
|
2750
2775
|
"Provider Selection",
|
|
2751
2776
|
"Your Details",
|
|
2752
2777
|
"Date and Time"
|
|
2753
|
-
]
|
|
2754
|
-
"currentStep": 0.0
|
|
2778
|
+
]
|
|
2755
2779
|
},
|
|
2756
2780
|
{
|
|
2757
2781
|
"type": "divider"
|
|
2758
2782
|
},
|
|
2759
2783
|
{
|
|
2760
2784
|
"content": "Provider Selection",
|
|
2761
|
-
"
|
|
2762
|
-
"
|
|
2785
|
+
"type": "typography",
|
|
2786
|
+
"variant": "h3"
|
|
2763
2787
|
},
|
|
2764
2788
|
{
|
|
2765
|
-
"
|
|
2789
|
+
"mode": "create",
|
|
2790
|
+
"submitEvent": "NEXT",
|
|
2766
2791
|
"cancelEvent": "INIT",
|
|
2767
2792
|
"fields": [
|
|
2768
2793
|
"providerName"
|
|
2769
2794
|
],
|
|
2770
|
-
"
|
|
2771
|
-
"mode": "create"
|
|
2795
|
+
"type": "form-section"
|
|
2772
2796
|
},
|
|
2773
2797
|
{
|
|
2774
|
-
"justify": "end",
|
|
2775
|
-
"gap": "sm",
|
|
2776
|
-
"type": "stack",
|
|
2777
|
-
"direction": "horizontal",
|
|
2778
2798
|
"children": [
|
|
2779
2799
|
{
|
|
2780
|
-
"variant": "primary",
|
|
2781
|
-
"action": "NEXT",
|
|
2782
2800
|
"label": "Next",
|
|
2783
2801
|
"type": "button",
|
|
2784
|
-
"
|
|
2802
|
+
"variant": "primary",
|
|
2803
|
+
"icon": "arrow-right",
|
|
2804
|
+
"action": "NEXT"
|
|
2785
2805
|
}
|
|
2786
|
-
]
|
|
2806
|
+
],
|
|
2807
|
+
"gap": "sm",
|
|
2808
|
+
"direction": "horizontal",
|
|
2809
|
+
"justify": "end",
|
|
2810
|
+
"type": "stack"
|
|
2787
2811
|
}
|
|
2788
2812
|
],
|
|
2813
|
+
"gap": "lg",
|
|
2789
2814
|
"type": "stack",
|
|
2790
|
-
"direction": "vertical"
|
|
2791
|
-
"gap": "lg"
|
|
2815
|
+
"direction": "vertical"
|
|
2792
2816
|
}
|
|
2793
2817
|
]
|
|
2794
2818
|
}
|
|
2795
|
-
]
|
|
2796
|
-
"navItems": [
|
|
2797
|
-
{
|
|
2798
|
-
"label": "Providers",
|
|
2799
|
-
"href": "/providers",
|
|
2800
|
-
"icon": "user-check"
|
|
2801
|
-
},
|
|
2802
|
-
{
|
|
2803
|
-
"icon": "calendar-plus",
|
|
2804
|
-
"href": "/book",
|
|
2805
|
-
"label": "Book"
|
|
2806
|
-
},
|
|
2807
|
-
{
|
|
2808
|
-
"href": "/appointments",
|
|
2809
|
-
"icon": "calendar",
|
|
2810
|
-
"label": "Appointments"
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"href": "/schedule",
|
|
2814
|
-
"label": "Schedule",
|
|
2815
|
-
"icon": "clock"
|
|
2816
|
-
}
|
|
2817
|
-
],
|
|
2818
|
-
"type": "dashboard-layout",
|
|
2819
|
-
"appName": "BookingSystemApp"
|
|
2819
|
+
]
|
|
2820
2820
|
}
|
|
2821
2821
|
]
|
|
2822
2822
|
]
|
|
@@ -2840,33 +2840,32 @@
|
|
|
2840
2840
|
"render-ui",
|
|
2841
2841
|
"main",
|
|
2842
2842
|
{
|
|
2843
|
+
"appName": "BookingSystemApp",
|
|
2843
2844
|
"navItems": [
|
|
2844
2845
|
{
|
|
2845
|
-
"label": "Providers",
|
|
2846
2846
|
"icon": "user-check",
|
|
2847
|
-
"href": "/providers"
|
|
2847
|
+
"href": "/providers",
|
|
2848
|
+
"label": "Providers"
|
|
2848
2849
|
},
|
|
2849
2850
|
{
|
|
2850
|
-
"href": "/book",
|
|
2851
2851
|
"label": "Book",
|
|
2852
|
-
"icon": "calendar-plus"
|
|
2852
|
+
"icon": "calendar-plus",
|
|
2853
|
+
"href": "/book"
|
|
2853
2854
|
},
|
|
2854
2855
|
{
|
|
2855
|
-
"icon": "calendar",
|
|
2856
2856
|
"label": "Appointments",
|
|
2857
|
-
"href": "/appointments"
|
|
2857
|
+
"href": "/appointments",
|
|
2858
|
+
"icon": "calendar"
|
|
2858
2859
|
},
|
|
2859
2860
|
{
|
|
2861
|
+
"icon": "clock",
|
|
2860
2862
|
"label": "Schedule",
|
|
2861
|
-
"href": "/schedule"
|
|
2862
|
-
"icon": "clock"
|
|
2863
|
+
"href": "/schedule"
|
|
2863
2864
|
}
|
|
2864
2865
|
],
|
|
2865
|
-
"type": "dashboard-layout",
|
|
2866
|
-
"appName": "BookingSystemApp",
|
|
2867
2866
|
"children": [
|
|
2868
2867
|
{
|
|
2869
|
-
"
|
|
2868
|
+
"padding": "lg",
|
|
2870
2869
|
"type": "container",
|
|
2871
2870
|
"children": [
|
|
2872
2871
|
{
|
|
@@ -2874,83 +2873,84 @@
|
|
|
2874
2873
|
"children": [
|
|
2875
2874
|
{
|
|
2876
2875
|
"gap": "sm",
|
|
2877
|
-
"type": "stack",
|
|
2878
2876
|
"align": "center",
|
|
2877
|
+
"direction": "horizontal",
|
|
2878
|
+
"type": "stack",
|
|
2879
2879
|
"children": [
|
|
2880
2880
|
{
|
|
2881
2881
|
"type": "icon",
|
|
2882
2882
|
"name": "calendar"
|
|
2883
2883
|
},
|
|
2884
2884
|
{
|
|
2885
|
-
"type": "typography",
|
|
2886
2885
|
"content": "Book Appointment",
|
|
2887
|
-
"variant": "h2"
|
|
2886
|
+
"variant": "h2",
|
|
2887
|
+
"type": "typography"
|
|
2888
2888
|
}
|
|
2889
|
-
]
|
|
2890
|
-
"direction": "horizontal"
|
|
2889
|
+
]
|
|
2891
2890
|
},
|
|
2892
2891
|
{
|
|
2892
|
+
"currentIndex": 1.0,
|
|
2893
2893
|
"type": "progress-dots",
|
|
2894
|
-
"count": 3.0
|
|
2895
|
-
"currentIndex": 1.0
|
|
2894
|
+
"count": 3.0
|
|
2896
2895
|
},
|
|
2897
2896
|
{
|
|
2898
|
-
"currentStep": 1.0,
|
|
2899
|
-
"type": "wizard-progress",
|
|
2900
2897
|
"steps": [
|
|
2901
2898
|
"Provider Selection",
|
|
2902
2899
|
"Your Details",
|
|
2903
2900
|
"Date and Time"
|
|
2904
|
-
]
|
|
2901
|
+
],
|
|
2902
|
+
"currentStep": 1.0,
|
|
2903
|
+
"type": "wizard-progress"
|
|
2905
2904
|
},
|
|
2906
2905
|
{
|
|
2907
2906
|
"type": "divider"
|
|
2908
2907
|
},
|
|
2909
2908
|
{
|
|
2910
2909
|
"content": "Your Details",
|
|
2911
|
-
"
|
|
2912
|
-
"
|
|
2910
|
+
"type": "typography",
|
|
2911
|
+
"variant": "h3"
|
|
2913
2912
|
},
|
|
2914
2913
|
{
|
|
2915
2914
|
"fields": [
|
|
2916
2915
|
"customerName",
|
|
2917
2916
|
"customerEmail"
|
|
2918
2917
|
],
|
|
2919
|
-
"mode": "create",
|
|
2920
2918
|
"submitEvent": "NEXT",
|
|
2921
2919
|
"type": "form-section",
|
|
2922
|
-
"cancelEvent": "PREV"
|
|
2920
|
+
"cancelEvent": "PREV",
|
|
2921
|
+
"mode": "create"
|
|
2923
2922
|
},
|
|
2924
2923
|
{
|
|
2925
|
-
"type": "stack",
|
|
2926
|
-
"direction": "horizontal",
|
|
2927
2924
|
"justify": "end",
|
|
2928
|
-
"gap": "sm",
|
|
2929
2925
|
"children": [
|
|
2930
2926
|
{
|
|
2931
|
-
"
|
|
2927
|
+
"variant": "ghost",
|
|
2928
|
+
"type": "button",
|
|
2932
2929
|
"label": "Back",
|
|
2933
2930
|
"action": "PREV",
|
|
2934
|
-
"
|
|
2935
|
-
"variant": "ghost"
|
|
2931
|
+
"icon": "arrow-left"
|
|
2936
2932
|
},
|
|
2937
2933
|
{
|
|
2938
|
-
"variant": "primary",
|
|
2939
|
-
"action": "NEXT",
|
|
2940
2934
|
"icon": "arrow-right",
|
|
2941
2935
|
"type": "button",
|
|
2936
|
+
"action": "NEXT",
|
|
2937
|
+
"variant": "primary",
|
|
2942
2938
|
"label": "Next"
|
|
2943
2939
|
}
|
|
2944
|
-
]
|
|
2940
|
+
],
|
|
2941
|
+
"direction": "horizontal",
|
|
2942
|
+
"gap": "sm",
|
|
2943
|
+
"type": "stack"
|
|
2945
2944
|
}
|
|
2946
2945
|
],
|
|
2947
|
-
"
|
|
2948
|
-
"
|
|
2946
|
+
"direction": "vertical",
|
|
2947
|
+
"type": "stack"
|
|
2949
2948
|
}
|
|
2950
2949
|
],
|
|
2951
|
-
"
|
|
2950
|
+
"maxWidth": "lg"
|
|
2952
2951
|
}
|
|
2953
|
-
]
|
|
2952
|
+
],
|
|
2953
|
+
"type": "dashboard-layout"
|
|
2954
2954
|
}
|
|
2955
2955
|
]
|
|
2956
2956
|
]
|
|
@@ -2965,8 +2965,8 @@
|
|
|
2965
2965
|
"Booking",
|
|
2966
2966
|
{
|
|
2967
2967
|
"emit": {
|
|
2968
|
-
"
|
|
2969
|
-
"
|
|
2968
|
+
"failure": "BookingLoadFailed",
|
|
2969
|
+
"success": "BookingLoaded"
|
|
2970
2970
|
}
|
|
2971
2971
|
}
|
|
2972
2972
|
],
|
|
@@ -2974,21 +2974,42 @@
|
|
|
2974
2974
|
"render-ui",
|
|
2975
2975
|
"main",
|
|
2976
2976
|
{
|
|
2977
|
+
"navItems": [
|
|
2978
|
+
{
|
|
2979
|
+
"icon": "user-check",
|
|
2980
|
+
"label": "Providers",
|
|
2981
|
+
"href": "/providers"
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"icon": "calendar-plus",
|
|
2985
|
+
"label": "Book",
|
|
2986
|
+
"href": "/book"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"href": "/appointments",
|
|
2990
|
+
"icon": "calendar",
|
|
2991
|
+
"label": "Appointments"
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"href": "/schedule",
|
|
2995
|
+
"icon": "clock",
|
|
2996
|
+
"label": "Schedule"
|
|
2997
|
+
}
|
|
2998
|
+
],
|
|
2999
|
+
"appName": "BookingSystemApp",
|
|
2977
3000
|
"children": [
|
|
2978
3001
|
{
|
|
2979
3002
|
"maxWidth": "lg",
|
|
2980
3003
|
"padding": "lg",
|
|
3004
|
+
"type": "container",
|
|
2981
3005
|
"children": [
|
|
2982
3006
|
{
|
|
2983
|
-
"type": "stack",
|
|
2984
3007
|
"gap": "lg",
|
|
2985
|
-
"direction": "vertical",
|
|
2986
3008
|
"children": [
|
|
2987
3009
|
{
|
|
2988
3010
|
"direction": "horizontal",
|
|
2989
|
-
"type": "stack",
|
|
2990
|
-
"gap": "sm",
|
|
2991
3011
|
"align": "center",
|
|
3012
|
+
"type": "stack",
|
|
2992
3013
|
"children": [
|
|
2993
3014
|
{
|
|
2994
3015
|
"type": "icon",
|
|
@@ -2999,93 +3020,72 @@
|
|
|
2999
3020
|
"type": "typography",
|
|
3000
3021
|
"content": "Book Appointment"
|
|
3001
3022
|
}
|
|
3002
|
-
]
|
|
3023
|
+
],
|
|
3024
|
+
"gap": "sm"
|
|
3003
3025
|
},
|
|
3004
3026
|
{
|
|
3005
|
-
"
|
|
3027
|
+
"count": 3.0,
|
|
3006
3028
|
"currentIndex": 2.0,
|
|
3007
|
-
"
|
|
3029
|
+
"type": "progress-dots"
|
|
3008
3030
|
},
|
|
3009
3031
|
{
|
|
3032
|
+
"currentStep": 2.0,
|
|
3033
|
+
"type": "wizard-progress",
|
|
3010
3034
|
"steps": [
|
|
3011
3035
|
"Provider Selection",
|
|
3012
3036
|
"Your Details",
|
|
3013
3037
|
"Date and Time"
|
|
3014
|
-
]
|
|
3015
|
-
"type": "wizard-progress",
|
|
3016
|
-
"currentStep": 2.0
|
|
3038
|
+
]
|
|
3017
3039
|
},
|
|
3018
3040
|
{
|
|
3019
3041
|
"type": "divider"
|
|
3020
3042
|
},
|
|
3021
3043
|
{
|
|
3022
|
-
"type": "typography",
|
|
3023
3044
|
"variant": "h3",
|
|
3045
|
+
"type": "typography",
|
|
3024
3046
|
"content": "Date and Time"
|
|
3025
3047
|
},
|
|
3026
3048
|
{
|
|
3027
|
-
"
|
|
3049
|
+
"mode": "create",
|
|
3028
3050
|
"fields": [
|
|
3029
3051
|
"date",
|
|
3030
3052
|
"time",
|
|
3031
3053
|
"notes"
|
|
3032
3054
|
],
|
|
3033
3055
|
"submitEvent": "NEXT",
|
|
3034
|
-
"
|
|
3056
|
+
"type": "form-section",
|
|
3035
3057
|
"cancelEvent": "PREV"
|
|
3036
3058
|
},
|
|
3037
3059
|
{
|
|
3060
|
+
"type": "stack",
|
|
3061
|
+
"direction": "horizontal",
|
|
3062
|
+
"gap": "sm",
|
|
3038
3063
|
"children": [
|
|
3039
3064
|
{
|
|
3040
|
-
"
|
|
3041
|
-
"action": "PREV",
|
|
3065
|
+
"icon": "arrow-left",
|
|
3042
3066
|
"variant": "ghost",
|
|
3067
|
+
"type": "button",
|
|
3043
3068
|
"label": "Back",
|
|
3044
|
-
"
|
|
3069
|
+
"action": "PREV"
|
|
3045
3070
|
},
|
|
3046
3071
|
{
|
|
3047
|
-
"
|
|
3072
|
+
"type": "button",
|
|
3048
3073
|
"variant": "primary",
|
|
3049
|
-
"label": "Next",
|
|
3050
3074
|
"action": "NEXT",
|
|
3051
|
-
"
|
|
3075
|
+
"icon": "arrow-right",
|
|
3076
|
+
"label": "Next"
|
|
3052
3077
|
}
|
|
3053
3078
|
],
|
|
3054
|
-
"justify": "end"
|
|
3055
|
-
"type": "stack",
|
|
3056
|
-
"gap": "sm",
|
|
3057
|
-
"direction": "horizontal"
|
|
3079
|
+
"justify": "end"
|
|
3058
3080
|
}
|
|
3059
|
-
]
|
|
3081
|
+
],
|
|
3082
|
+
"type": "stack",
|
|
3083
|
+
"direction": "vertical"
|
|
3060
3084
|
}
|
|
3061
|
-
]
|
|
3062
|
-
"type": "container"
|
|
3063
|
-
}
|
|
3064
|
-
],
|
|
3065
|
-
"type": "dashboard-layout",
|
|
3066
|
-
"navItems": [
|
|
3067
|
-
{
|
|
3068
|
-
"href": "/providers",
|
|
3069
|
-
"label": "Providers",
|
|
3070
|
-
"icon": "user-check"
|
|
3071
|
-
},
|
|
3072
|
-
{
|
|
3073
|
-
"href": "/book",
|
|
3074
|
-
"label": "Book",
|
|
3075
|
-
"icon": "calendar-plus"
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"label": "Appointments",
|
|
3079
|
-
"icon": "calendar",
|
|
3080
|
-
"href": "/appointments"
|
|
3081
|
-
},
|
|
3082
|
-
{
|
|
3083
|
-
"icon": "clock",
|
|
3084
|
-
"label": "Schedule",
|
|
3085
|
-
"href": "/schedule"
|
|
3085
|
+
]
|
|
3086
3086
|
}
|
|
3087
3087
|
],
|
|
3088
|
-
"
|
|
3088
|
+
"type": "dashboard-layout"
|
|
3089
3089
|
}
|
|
3090
3090
|
]
|
|
3091
3091
|
]
|
|
@@ -3100,8 +3100,8 @@
|
|
|
3100
3100
|
"Booking",
|
|
3101
3101
|
{
|
|
3102
3102
|
"emit": {
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3103
|
+
"failure": "BookingLoadFailed",
|
|
3104
|
+
"success": "BookingLoaded"
|
|
3105
3105
|
}
|
|
3106
3106
|
}
|
|
3107
3107
|
],
|
|
@@ -3111,14 +3111,14 @@
|
|
|
3111
3111
|
{
|
|
3112
3112
|
"navItems": [
|
|
3113
3113
|
{
|
|
3114
|
-
"
|
|
3114
|
+
"label": "Providers",
|
|
3115
3115
|
"icon": "user-check",
|
|
3116
|
-
"
|
|
3116
|
+
"href": "/providers"
|
|
3117
3117
|
},
|
|
3118
3118
|
{
|
|
3119
|
-
"icon": "calendar-plus",
|
|
3120
3119
|
"href": "/book",
|
|
3121
|
-
"label": "Book"
|
|
3120
|
+
"label": "Book",
|
|
3121
|
+
"icon": "calendar-plus"
|
|
3122
3122
|
},
|
|
3123
3123
|
{
|
|
3124
3124
|
"label": "Appointments",
|
|
@@ -3131,47 +3131,42 @@
|
|
|
3131
3131
|
"icon": "clock"
|
|
3132
3132
|
}
|
|
3133
3133
|
],
|
|
3134
|
-
"appName": "BookingSystemApp",
|
|
3135
3134
|
"children": [
|
|
3136
3135
|
{
|
|
3137
|
-
"
|
|
3138
|
-
"maxWidth": "lg",
|
|
3136
|
+
"padding": "lg",
|
|
3139
3137
|
"children": [
|
|
3140
3138
|
{
|
|
3141
|
-
"type": "stack",
|
|
3142
|
-
"direction": "vertical",
|
|
3143
|
-
"gap": "lg",
|
|
3144
3139
|
"children": [
|
|
3145
3140
|
{
|
|
3146
|
-
"type": "stack",
|
|
3147
|
-
"direction": "horizontal",
|
|
3148
3141
|
"children": [
|
|
3149
3142
|
{
|
|
3150
3143
|
"name": "calendar",
|
|
3151
3144
|
"type": "icon"
|
|
3152
3145
|
},
|
|
3153
3146
|
{
|
|
3147
|
+
"variant": "h2",
|
|
3154
3148
|
"type": "typography",
|
|
3155
|
-
"content": "Book Appointment"
|
|
3156
|
-
"variant": "h2"
|
|
3149
|
+
"content": "Book Appointment"
|
|
3157
3150
|
}
|
|
3158
3151
|
],
|
|
3159
|
-
"
|
|
3160
|
-
"
|
|
3152
|
+
"type": "stack",
|
|
3153
|
+
"direction": "horizontal",
|
|
3154
|
+
"gap": "sm",
|
|
3155
|
+
"align": "center"
|
|
3161
3156
|
},
|
|
3162
3157
|
{
|
|
3163
|
-
"
|
|
3158
|
+
"type": "progress-dots",
|
|
3164
3159
|
"count": 3.0,
|
|
3165
|
-
"
|
|
3160
|
+
"currentIndex": 0.0
|
|
3166
3161
|
},
|
|
3167
3162
|
{
|
|
3168
|
-
"currentStep": 0.0,
|
|
3169
3163
|
"type": "wizard-progress",
|
|
3170
3164
|
"steps": [
|
|
3171
3165
|
"Provider Selection",
|
|
3172
3166
|
"Your Details",
|
|
3173
3167
|
"Date and Time"
|
|
3174
|
-
]
|
|
3168
|
+
],
|
|
3169
|
+
"currentStep": 0.0
|
|
3175
3170
|
},
|
|
3176
3171
|
{
|
|
3177
3172
|
"type": "divider"
|
|
@@ -3183,34 +3178,39 @@
|
|
|
3183
3178
|
},
|
|
3184
3179
|
{
|
|
3185
3180
|
"mode": "create",
|
|
3186
|
-
"type": "form-section",
|
|
3187
|
-
"cancelEvent": "INIT",
|
|
3188
|
-
"submitEvent": "NEXT",
|
|
3189
3181
|
"fields": [
|
|
3190
3182
|
"providerName"
|
|
3191
|
-
]
|
|
3183
|
+
],
|
|
3184
|
+
"cancelEvent": "INIT",
|
|
3185
|
+
"submitEvent": "NEXT",
|
|
3186
|
+
"type": "form-section"
|
|
3192
3187
|
},
|
|
3193
3188
|
{
|
|
3194
|
-
"justify": "end",
|
|
3195
3189
|
"children": [
|
|
3196
3190
|
{
|
|
3197
|
-
"type": "button",
|
|
3198
3191
|
"label": "Next",
|
|
3199
3192
|
"action": "NEXT",
|
|
3193
|
+
"type": "button",
|
|
3200
3194
|
"variant": "primary",
|
|
3201
3195
|
"icon": "arrow-right"
|
|
3202
3196
|
}
|
|
3203
3197
|
],
|
|
3204
|
-
"
|
|
3198
|
+
"gap": "sm",
|
|
3205
3199
|
"direction": "horizontal",
|
|
3206
|
-
"
|
|
3200
|
+
"type": "stack",
|
|
3201
|
+
"justify": "end"
|
|
3207
3202
|
}
|
|
3208
|
-
]
|
|
3203
|
+
],
|
|
3204
|
+
"type": "stack",
|
|
3205
|
+
"gap": "lg",
|
|
3206
|
+
"direction": "vertical"
|
|
3209
3207
|
}
|
|
3210
3208
|
],
|
|
3211
|
-
"
|
|
3209
|
+
"maxWidth": "lg",
|
|
3210
|
+
"type": "container"
|
|
3212
3211
|
}
|
|
3213
3212
|
],
|
|
3213
|
+
"appName": "BookingSystemApp",
|
|
3214
3214
|
"type": "dashboard-layout"
|
|
3215
3215
|
}
|
|
3216
3216
|
]
|
|
@@ -3235,90 +3235,93 @@
|
|
|
3235
3235
|
"render-ui",
|
|
3236
3236
|
"main",
|
|
3237
3237
|
{
|
|
3238
|
-
"type": "dashboard-layout",
|
|
3239
3238
|
"navItems": [
|
|
3240
3239
|
{
|
|
3240
|
+
"href": "/providers",
|
|
3241
3241
|
"icon": "user-check",
|
|
3242
|
-
"label": "Providers"
|
|
3243
|
-
"href": "/providers"
|
|
3242
|
+
"label": "Providers"
|
|
3244
3243
|
},
|
|
3245
3244
|
{
|
|
3246
|
-
"label": "Book",
|
|
3247
3245
|
"icon": "calendar-plus",
|
|
3246
|
+
"label": "Book",
|
|
3248
3247
|
"href": "/book"
|
|
3249
3248
|
},
|
|
3250
3249
|
{
|
|
3251
|
-
"label": "Appointments",
|
|
3252
3250
|
"href": "/appointments",
|
|
3253
|
-
"icon": "calendar"
|
|
3251
|
+
"icon": "calendar",
|
|
3252
|
+
"label": "Appointments"
|
|
3254
3253
|
},
|
|
3255
3254
|
{
|
|
3256
3255
|
"href": "/schedule",
|
|
3257
|
-
"
|
|
3258
|
-
"
|
|
3256
|
+
"label": "Schedule",
|
|
3257
|
+
"icon": "clock"
|
|
3259
3258
|
}
|
|
3260
3259
|
],
|
|
3261
3260
|
"appName": "BookingSystemApp",
|
|
3261
|
+
"type": "dashboard-layout",
|
|
3262
3262
|
"children": [
|
|
3263
3263
|
{
|
|
3264
|
+
"type": "stack",
|
|
3265
|
+
"direction": "vertical",
|
|
3264
3266
|
"children": [
|
|
3265
3267
|
{
|
|
3266
3268
|
"align": "center",
|
|
3267
|
-
"
|
|
3269
|
+
"gap": "sm",
|
|
3268
3270
|
"direction": "horizontal",
|
|
3269
3271
|
"children": [
|
|
3270
3272
|
{
|
|
3271
|
-
"
|
|
3272
|
-
"
|
|
3273
|
+
"type": "icon",
|
|
3274
|
+
"name": "calendar"
|
|
3273
3275
|
},
|
|
3274
3276
|
{
|
|
3275
|
-
"variant": "h2",
|
|
3276
3277
|
"type": "typography",
|
|
3277
|
-
"content": "Book Appointment"
|
|
3278
|
+
"content": "Book Appointment",
|
|
3279
|
+
"variant": "h2"
|
|
3278
3280
|
}
|
|
3279
3281
|
],
|
|
3280
|
-
"
|
|
3282
|
+
"type": "stack"
|
|
3281
3283
|
},
|
|
3282
3284
|
{
|
|
3283
3285
|
"type": "badge",
|
|
3284
3286
|
"label": "Review"
|
|
3285
3287
|
},
|
|
3286
3288
|
{
|
|
3289
|
+
"type": "wizard-progress",
|
|
3287
3290
|
"steps": [
|
|
3288
3291
|
"Provider Selection",
|
|
3289
3292
|
"Your Details",
|
|
3290
3293
|
"Date and Time"
|
|
3291
3294
|
],
|
|
3292
|
-
"type": "wizard-progress",
|
|
3293
3295
|
"currentStep": 3.0
|
|
3294
3296
|
},
|
|
3295
3297
|
{
|
|
3296
3298
|
"type": "divider"
|
|
3297
3299
|
},
|
|
3298
3300
|
{
|
|
3299
|
-
"
|
|
3301
|
+
"type": "stack",
|
|
3302
|
+
"direction": "vertical",
|
|
3300
3303
|
"children": [
|
|
3301
3304
|
{
|
|
3305
|
+
"gap": "md",
|
|
3306
|
+
"justify": "between",
|
|
3307
|
+
"type": "stack",
|
|
3308
|
+
"direction": "horizontal",
|
|
3302
3309
|
"children": [
|
|
3303
3310
|
{
|
|
3311
|
+
"type": "typography",
|
|
3304
3312
|
"variant": "caption",
|
|
3305
|
-
"content": "Provider Name"
|
|
3306
|
-
"type": "typography"
|
|
3313
|
+
"content": "Provider Name"
|
|
3307
3314
|
},
|
|
3308
3315
|
{
|
|
3309
|
-
"
|
|
3316
|
+
"variant": "body",
|
|
3310
3317
|
"content": "@entity.providerName",
|
|
3311
|
-
"
|
|
3318
|
+
"type": "typography"
|
|
3312
3319
|
}
|
|
3313
|
-
]
|
|
3314
|
-
"type": "stack",
|
|
3315
|
-
"justify": "between",
|
|
3316
|
-
"direction": "horizontal",
|
|
3317
|
-
"gap": "md"
|
|
3320
|
+
]
|
|
3318
3321
|
},
|
|
3319
3322
|
{
|
|
3323
|
+
"justify": "between",
|
|
3320
3324
|
"gap": "md",
|
|
3321
|
-
"type": "stack",
|
|
3322
3325
|
"children": [
|
|
3323
3326
|
{
|
|
3324
3327
|
"variant": "caption",
|
|
@@ -3326,102 +3329,99 @@
|
|
|
3326
3329
|
"content": "Customer Name"
|
|
3327
3330
|
},
|
|
3328
3331
|
{
|
|
3329
|
-
"type": "typography",
|
|
3330
3332
|
"variant": "body",
|
|
3333
|
+
"type": "typography",
|
|
3331
3334
|
"content": "@entity.customerName"
|
|
3332
3335
|
}
|
|
3333
3336
|
],
|
|
3334
|
-
"
|
|
3335
|
-
"
|
|
3337
|
+
"type": "stack",
|
|
3338
|
+
"direction": "horizontal"
|
|
3336
3339
|
},
|
|
3337
3340
|
{
|
|
3341
|
+
"justify": "between",
|
|
3342
|
+
"direction": "horizontal",
|
|
3343
|
+
"gap": "md",
|
|
3338
3344
|
"children": [
|
|
3339
3345
|
{
|
|
3340
3346
|
"content": "Customer Email",
|
|
3341
|
-
"
|
|
3342
|
-
"
|
|
3347
|
+
"type": "typography",
|
|
3348
|
+
"variant": "caption"
|
|
3343
3349
|
},
|
|
3344
3350
|
{
|
|
3351
|
+
"variant": "body",
|
|
3345
3352
|
"content": "@entity.customerEmail",
|
|
3346
|
-
"type": "typography"
|
|
3347
|
-
"variant": "body"
|
|
3353
|
+
"type": "typography"
|
|
3348
3354
|
}
|
|
3349
3355
|
],
|
|
3350
|
-
"
|
|
3351
|
-
"direction": "horizontal",
|
|
3352
|
-
"type": "stack",
|
|
3353
|
-
"justify": "between"
|
|
3356
|
+
"type": "stack"
|
|
3354
3357
|
},
|
|
3355
3358
|
{
|
|
3356
|
-
"justify": "between",
|
|
3357
|
-
"direction": "horizontal",
|
|
3358
3359
|
"type": "stack",
|
|
3360
|
+
"justify": "between",
|
|
3361
|
+
"gap": "md",
|
|
3359
3362
|
"children": [
|
|
3360
3363
|
{
|
|
3361
|
-
"
|
|
3364
|
+
"variant": "caption",
|
|
3362
3365
|
"type": "typography",
|
|
3363
|
-
"
|
|
3366
|
+
"content": "Date"
|
|
3364
3367
|
},
|
|
3365
3368
|
{
|
|
3366
|
-
"
|
|
3369
|
+
"content": "@entity.date",
|
|
3367
3370
|
"variant": "body",
|
|
3368
|
-
"
|
|
3371
|
+
"type": "typography"
|
|
3369
3372
|
}
|
|
3370
3373
|
],
|
|
3371
|
-
"
|
|
3374
|
+
"direction": "horizontal"
|
|
3372
3375
|
},
|
|
3373
3376
|
{
|
|
3374
|
-
"direction": "horizontal",
|
|
3375
3377
|
"type": "stack",
|
|
3376
3378
|
"children": [
|
|
3377
3379
|
{
|
|
3378
|
-
"
|
|
3380
|
+
"type": "typography",
|
|
3379
3381
|
"content": "Time",
|
|
3380
|
-
"
|
|
3382
|
+
"variant": "caption"
|
|
3381
3383
|
},
|
|
3382
3384
|
{
|
|
3383
3385
|
"type": "typography",
|
|
3384
|
-
"
|
|
3385
|
-
"
|
|
3386
|
+
"variant": "body",
|
|
3387
|
+
"content": "@entity.time"
|
|
3386
3388
|
}
|
|
3387
3389
|
],
|
|
3390
|
+
"justify": "between",
|
|
3388
3391
|
"gap": "md",
|
|
3389
|
-
"
|
|
3392
|
+
"direction": "horizontal"
|
|
3390
3393
|
},
|
|
3391
3394
|
{
|
|
3392
|
-
"justify": "between",
|
|
3393
3395
|
"gap": "md",
|
|
3396
|
+
"direction": "horizontal",
|
|
3397
|
+
"justify": "between",
|
|
3394
3398
|
"type": "stack",
|
|
3395
3399
|
"children": [
|
|
3396
3400
|
{
|
|
3397
|
-
"
|
|
3401
|
+
"type": "typography",
|
|
3398
3402
|
"content": "Notes",
|
|
3399
|
-
"
|
|
3403
|
+
"variant": "caption"
|
|
3400
3404
|
},
|
|
3401
3405
|
{
|
|
3402
3406
|
"variant": "body",
|
|
3403
|
-
"
|
|
3404
|
-
"
|
|
3407
|
+
"type": "typography",
|
|
3408
|
+
"content": "@entity.notes"
|
|
3405
3409
|
}
|
|
3406
|
-
]
|
|
3407
|
-
"direction": "horizontal"
|
|
3410
|
+
]
|
|
3408
3411
|
}
|
|
3409
3412
|
],
|
|
3410
|
-
"
|
|
3411
|
-
"type": "stack"
|
|
3413
|
+
"gap": "sm"
|
|
3412
3414
|
},
|
|
3413
3415
|
{
|
|
3414
3416
|
"totalSteps": 4.0,
|
|
3415
|
-
"showBack": true,
|
|
3416
3417
|
"showComplete": true,
|
|
3417
3418
|
"showNext": false,
|
|
3418
3419
|
"currentStep": 3.0,
|
|
3420
|
+
"showBack": true,
|
|
3419
3421
|
"type": "wizard-navigation"
|
|
3420
3422
|
}
|
|
3421
3423
|
],
|
|
3422
|
-
"
|
|
3423
|
-
"gap": "lg",
|
|
3424
|
-
"type": "stack"
|
|
3424
|
+
"gap": "lg"
|
|
3425
3425
|
}
|
|
3426
3426
|
]
|
|
3427
3427
|
}
|
|
@@ -3438,8 +3438,8 @@
|
|
|
3438
3438
|
"Booking",
|
|
3439
3439
|
{
|
|
3440
3440
|
"emit": {
|
|
3441
|
-
"
|
|
3442
|
-
"
|
|
3441
|
+
"failure": "BookingLoadFailed",
|
|
3442
|
+
"success": "BookingLoaded"
|
|
3443
3443
|
}
|
|
3444
3444
|
}
|
|
3445
3445
|
],
|
|
@@ -3448,59 +3448,35 @@
|
|
|
3448
3448
|
"main",
|
|
3449
3449
|
{
|
|
3450
3450
|
"type": "dashboard-layout",
|
|
3451
|
-
"
|
|
3452
|
-
"navItems": [
|
|
3453
|
-
{
|
|
3454
|
-
"icon": "user-check",
|
|
3455
|
-
"label": "Providers",
|
|
3456
|
-
"href": "/providers"
|
|
3457
|
-
},
|
|
3458
|
-
{
|
|
3459
|
-
"label": "Book",
|
|
3460
|
-
"href": "/book",
|
|
3461
|
-
"icon": "calendar-plus"
|
|
3462
|
-
},
|
|
3463
|
-
{
|
|
3464
|
-
"label": "Appointments",
|
|
3465
|
-
"href": "/appointments",
|
|
3466
|
-
"icon": "calendar"
|
|
3467
|
-
},
|
|
3468
|
-
{
|
|
3469
|
-
"href": "/schedule",
|
|
3470
|
-
"icon": "clock",
|
|
3471
|
-
"label": "Schedule"
|
|
3472
|
-
}
|
|
3473
|
-
],
|
|
3474
|
-
"children": [
|
|
3451
|
+
"children": [
|
|
3475
3452
|
{
|
|
3476
3453
|
"type": "container",
|
|
3477
|
-
"maxWidth": "lg",
|
|
3478
|
-
"padding": "lg",
|
|
3479
3454
|
"children": [
|
|
3480
3455
|
{
|
|
3481
|
-
"gap": "lg",
|
|
3482
3456
|
"direction": "vertical",
|
|
3457
|
+
"type": "stack",
|
|
3458
|
+
"gap": "lg",
|
|
3483
3459
|
"children": [
|
|
3484
3460
|
{
|
|
3485
|
-
"type": "stack",
|
|
3486
3461
|
"direction": "horizontal",
|
|
3462
|
+
"gap": "sm",
|
|
3463
|
+
"type": "stack",
|
|
3464
|
+
"align": "center",
|
|
3487
3465
|
"children": [
|
|
3488
3466
|
{
|
|
3489
3467
|
"type": "icon",
|
|
3490
3468
|
"name": "calendar"
|
|
3491
3469
|
},
|
|
3492
3470
|
{
|
|
3493
|
-
"type": "typography",
|
|
3494
3471
|
"content": "Book Appointment",
|
|
3495
|
-
"variant": "h2"
|
|
3472
|
+
"variant": "h2",
|
|
3473
|
+
"type": "typography"
|
|
3496
3474
|
}
|
|
3497
|
-
]
|
|
3498
|
-
"align": "center",
|
|
3499
|
-
"gap": "sm"
|
|
3475
|
+
]
|
|
3500
3476
|
},
|
|
3501
3477
|
{
|
|
3502
|
-
"count": 3.0,
|
|
3503
3478
|
"currentIndex": 1.0,
|
|
3479
|
+
"count": 3.0,
|
|
3504
3480
|
"type": "progress-dots"
|
|
3505
3481
|
},
|
|
3506
3482
|
{
|
|
@@ -3516,9 +3492,9 @@
|
|
|
3516
3492
|
"type": "divider"
|
|
3517
3493
|
},
|
|
3518
3494
|
{
|
|
3519
|
-
"
|
|
3495
|
+
"content": "Your Details",
|
|
3520
3496
|
"type": "typography",
|
|
3521
|
-
"
|
|
3497
|
+
"variant": "h3"
|
|
3522
3498
|
},
|
|
3523
3499
|
{
|
|
3524
3500
|
"submitEvent": "NEXT",
|
|
@@ -3531,31 +3507,55 @@
|
|
|
3531
3507
|
"cancelEvent": "PREV"
|
|
3532
3508
|
},
|
|
3533
3509
|
{
|
|
3534
|
-
"direction": "horizontal",
|
|
3535
3510
|
"gap": "sm",
|
|
3536
|
-
"justify": "end",
|
|
3537
3511
|
"type": "stack",
|
|
3512
|
+
"direction": "horizontal",
|
|
3513
|
+
"justify": "end",
|
|
3538
3514
|
"children": [
|
|
3539
3515
|
{
|
|
3540
|
-
"variant": "ghost",
|
|
3541
3516
|
"type": "button",
|
|
3542
|
-
"
|
|
3517
|
+
"variant": "ghost",
|
|
3543
3518
|
"icon": "arrow-left",
|
|
3519
|
+
"label": "Back",
|
|
3544
3520
|
"action": "PREV"
|
|
3545
3521
|
},
|
|
3546
3522
|
{
|
|
3547
|
-
"type": "button",
|
|
3548
3523
|
"label": "Next",
|
|
3524
|
+
"type": "button",
|
|
3549
3525
|
"action": "NEXT",
|
|
3550
|
-
"
|
|
3551
|
-
"
|
|
3526
|
+
"variant": "primary",
|
|
3527
|
+
"icon": "arrow-right"
|
|
3552
3528
|
}
|
|
3553
3529
|
]
|
|
3554
3530
|
}
|
|
3555
|
-
]
|
|
3556
|
-
"type": "stack"
|
|
3531
|
+
]
|
|
3557
3532
|
}
|
|
3558
|
-
]
|
|
3533
|
+
],
|
|
3534
|
+
"padding": "lg",
|
|
3535
|
+
"maxWidth": "lg"
|
|
3536
|
+
}
|
|
3537
|
+
],
|
|
3538
|
+
"appName": "BookingSystemApp",
|
|
3539
|
+
"navItems": [
|
|
3540
|
+
{
|
|
3541
|
+
"icon": "user-check",
|
|
3542
|
+
"href": "/providers",
|
|
3543
|
+
"label": "Providers"
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"label": "Book",
|
|
3547
|
+
"href": "/book",
|
|
3548
|
+
"icon": "calendar-plus"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"icon": "calendar",
|
|
3552
|
+
"href": "/appointments",
|
|
3553
|
+
"label": "Appointments"
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
"href": "/schedule",
|
|
3557
|
+
"icon": "clock",
|
|
3558
|
+
"label": "Schedule"
|
|
3559
3559
|
}
|
|
3560
3560
|
]
|
|
3561
3561
|
}
|
|
@@ -3572,8 +3572,8 @@
|
|
|
3572
3572
|
"Booking",
|
|
3573
3573
|
{
|
|
3574
3574
|
"emit": {
|
|
3575
|
-
"
|
|
3576
|
-
"
|
|
3575
|
+
"success": "BookingLoaded",
|
|
3576
|
+
"failure": "BookingLoadFailed"
|
|
3577
3577
|
}
|
|
3578
3578
|
}
|
|
3579
3579
|
],
|
|
@@ -3581,61 +3581,39 @@
|
|
|
3581
3581
|
"render-ui",
|
|
3582
3582
|
"main",
|
|
3583
3583
|
{
|
|
3584
|
-
"
|
|
3585
|
-
|
|
3586
|
-
"label": "Providers",
|
|
3587
|
-
"href": "/providers",
|
|
3588
|
-
"icon": "user-check"
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
"icon": "calendar-plus",
|
|
3592
|
-
"label": "Book",
|
|
3593
|
-
"href": "/book"
|
|
3594
|
-
},
|
|
3595
|
-
{
|
|
3596
|
-
"icon": "calendar",
|
|
3597
|
-
"label": "Appointments",
|
|
3598
|
-
"href": "/appointments"
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"label": "Schedule",
|
|
3602
|
-
"icon": "clock",
|
|
3603
|
-
"href": "/schedule"
|
|
3604
|
-
}
|
|
3605
|
-
],
|
|
3584
|
+
"appName": "BookingSystemApp",
|
|
3585
|
+
"type": "dashboard-layout",
|
|
3606
3586
|
"children": [
|
|
3607
3587
|
{
|
|
3608
|
-
"maxWidth": "lg",
|
|
3609
|
-
"type": "container",
|
|
3610
3588
|
"padding": "lg",
|
|
3611
3589
|
"children": [
|
|
3612
3590
|
{
|
|
3613
3591
|
"children": [
|
|
3614
3592
|
{
|
|
3593
|
+
"align": "center",
|
|
3594
|
+
"direction": "horizontal",
|
|
3595
|
+
"gap": "sm",
|
|
3596
|
+
"type": "stack",
|
|
3615
3597
|
"children": [
|
|
3616
3598
|
{
|
|
3617
|
-
"
|
|
3618
|
-
"
|
|
3599
|
+
"type": "icon",
|
|
3600
|
+
"name": "calendar"
|
|
3619
3601
|
},
|
|
3620
3602
|
{
|
|
3621
3603
|
"content": "Book Appointment",
|
|
3622
3604
|
"type": "typography",
|
|
3623
3605
|
"variant": "h2"
|
|
3624
3606
|
}
|
|
3625
|
-
]
|
|
3626
|
-
"gap": "sm",
|
|
3627
|
-
"direction": "horizontal",
|
|
3628
|
-
"type": "stack",
|
|
3629
|
-
"align": "center"
|
|
3607
|
+
]
|
|
3630
3608
|
},
|
|
3631
3609
|
{
|
|
3610
|
+
"type": "progress-dots",
|
|
3632
3611
|
"count": 3.0,
|
|
3633
|
-
"currentIndex": 2.0
|
|
3634
|
-
"type": "progress-dots"
|
|
3612
|
+
"currentIndex": 2.0
|
|
3635
3613
|
},
|
|
3636
3614
|
{
|
|
3637
|
-
"currentStep": 2.0,
|
|
3638
3615
|
"type": "wizard-progress",
|
|
3616
|
+
"currentStep": 2.0,
|
|
3639
3617
|
"steps": [
|
|
3640
3618
|
"Provider Selection",
|
|
3641
3619
|
"Your Details",
|
|
@@ -3647,52 +3625,74 @@
|
|
|
3647
3625
|
},
|
|
3648
3626
|
{
|
|
3649
3627
|
"content": "Date and Time",
|
|
3650
|
-
"
|
|
3651
|
-
"
|
|
3628
|
+
"type": "typography",
|
|
3629
|
+
"variant": "h3"
|
|
3652
3630
|
},
|
|
3653
3631
|
{
|
|
3654
|
-
"
|
|
3632
|
+
"type": "form-section",
|
|
3655
3633
|
"submitEvent": "NEXT",
|
|
3634
|
+
"cancelEvent": "PREV",
|
|
3635
|
+
"mode": "create",
|
|
3656
3636
|
"fields": [
|
|
3657
3637
|
"date",
|
|
3658
3638
|
"time",
|
|
3659
3639
|
"notes"
|
|
3660
|
-
]
|
|
3661
|
-
"cancelEvent": "PREV",
|
|
3662
|
-
"type": "form-section"
|
|
3640
|
+
]
|
|
3663
3641
|
},
|
|
3664
3642
|
{
|
|
3665
3643
|
"gap": "sm",
|
|
3666
|
-
"type": "stack",
|
|
3667
|
-
"direction": "horizontal",
|
|
3668
|
-
"justify": "end",
|
|
3669
3644
|
"children": [
|
|
3670
3645
|
{
|
|
3671
|
-
"type": "button",
|
|
3672
3646
|
"variant": "ghost",
|
|
3673
|
-
"
|
|
3647
|
+
"icon": "arrow-left",
|
|
3674
3648
|
"label": "Back",
|
|
3675
|
-
"
|
|
3649
|
+
"action": "PREV",
|
|
3650
|
+
"type": "button"
|
|
3676
3651
|
},
|
|
3677
3652
|
{
|
|
3678
|
-
"variant": "primary",
|
|
3679
|
-
"action": "NEXT",
|
|
3680
|
-
"label": "Next",
|
|
3681
3653
|
"type": "button",
|
|
3682
|
-
"icon": "arrow-right"
|
|
3654
|
+
"icon": "arrow-right",
|
|
3655
|
+
"label": "Next",
|
|
3656
|
+
"action": "NEXT",
|
|
3657
|
+
"variant": "primary"
|
|
3683
3658
|
}
|
|
3684
|
-
]
|
|
3659
|
+
],
|
|
3660
|
+
"type": "stack",
|
|
3661
|
+
"direction": "horizontal",
|
|
3662
|
+
"justify": "end"
|
|
3685
3663
|
}
|
|
3686
3664
|
],
|
|
3687
|
-
"type": "stack",
|
|
3688
3665
|
"gap": "lg",
|
|
3689
|
-
"direction": "vertical"
|
|
3666
|
+
"direction": "vertical",
|
|
3667
|
+
"type": "stack"
|
|
3690
3668
|
}
|
|
3691
|
-
]
|
|
3669
|
+
],
|
|
3670
|
+
"type": "container",
|
|
3671
|
+
"maxWidth": "lg"
|
|
3692
3672
|
}
|
|
3693
3673
|
],
|
|
3694
|
-
"
|
|
3695
|
-
|
|
3674
|
+
"navItems": [
|
|
3675
|
+
{
|
|
3676
|
+
"href": "/providers",
|
|
3677
|
+
"label": "Providers",
|
|
3678
|
+
"icon": "user-check"
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"href": "/book",
|
|
3682
|
+
"icon": "calendar-plus",
|
|
3683
|
+
"label": "Book"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"href": "/appointments",
|
|
3687
|
+
"label": "Appointments",
|
|
3688
|
+
"icon": "calendar"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"icon": "clock",
|
|
3692
|
+
"label": "Schedule",
|
|
3693
|
+
"href": "/schedule"
|
|
3694
|
+
}
|
|
3695
|
+
]
|
|
3696
3696
|
}
|
|
3697
3697
|
]
|
|
3698
3698
|
]
|
|
@@ -3723,60 +3723,60 @@
|
|
|
3723
3723
|
"render-ui",
|
|
3724
3724
|
"main",
|
|
3725
3725
|
{
|
|
3726
|
+
"appName": "BookingSystemApp",
|
|
3727
|
+
"navItems": [
|
|
3728
|
+
{
|
|
3729
|
+
"href": "/providers",
|
|
3730
|
+
"icon": "user-check",
|
|
3731
|
+
"label": "Providers"
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"label": "Book",
|
|
3735
|
+
"href": "/book",
|
|
3736
|
+
"icon": "calendar-plus"
|
|
3737
|
+
},
|
|
3738
|
+
{
|
|
3739
|
+
"label": "Appointments",
|
|
3740
|
+
"href": "/appointments",
|
|
3741
|
+
"icon": "calendar"
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"href": "/schedule",
|
|
3745
|
+
"icon": "clock",
|
|
3746
|
+
"label": "Schedule"
|
|
3747
|
+
}
|
|
3748
|
+
],
|
|
3749
|
+
"type": "dashboard-layout",
|
|
3726
3750
|
"children": [
|
|
3727
3751
|
{
|
|
3728
3752
|
"type": "stack",
|
|
3753
|
+
"gap": "lg",
|
|
3729
3754
|
"direction": "vertical",
|
|
3730
3755
|
"align": "center",
|
|
3731
|
-
"gap": "lg",
|
|
3732
3756
|
"children": [
|
|
3733
3757
|
{
|
|
3734
3758
|
"type": "icon",
|
|
3735
3759
|
"name": "check-circle"
|
|
3736
3760
|
},
|
|
3737
3761
|
{
|
|
3762
|
+
"content": "Booking Confirmed",
|
|
3738
3763
|
"type": "typography",
|
|
3739
|
-
"variant": "h2"
|
|
3740
|
-
"content": "Booking Confirmed"
|
|
3764
|
+
"variant": "h2"
|
|
3741
3765
|
},
|
|
3742
3766
|
{
|
|
3743
3767
|
"content": "Your appointment has been booked successfully.",
|
|
3744
|
-
"
|
|
3745
|
-
"
|
|
3768
|
+
"variant": "body",
|
|
3769
|
+
"type": "typography"
|
|
3746
3770
|
},
|
|
3747
3771
|
{
|
|
3748
3772
|
"type": "button",
|
|
3749
|
-
"
|
|
3773
|
+
"variant": "primary",
|
|
3750
3774
|
"action": "RESTART",
|
|
3751
|
-
"
|
|
3752
|
-
"
|
|
3775
|
+
"label": "Start New",
|
|
3776
|
+
"icon": "refresh-cw"
|
|
3753
3777
|
}
|
|
3754
3778
|
]
|
|
3755
3779
|
}
|
|
3756
|
-
],
|
|
3757
|
-
"appName": "BookingSystemApp",
|
|
3758
|
-
"type": "dashboard-layout",
|
|
3759
|
-
"navItems": [
|
|
3760
|
-
{
|
|
3761
|
-
"icon": "user-check",
|
|
3762
|
-
"label": "Providers",
|
|
3763
|
-
"href": "/providers"
|
|
3764
|
-
},
|
|
3765
|
-
{
|
|
3766
|
-
"label": "Book",
|
|
3767
|
-
"href": "/book",
|
|
3768
|
-
"icon": "calendar-plus"
|
|
3769
|
-
},
|
|
3770
|
-
{
|
|
3771
|
-
"href": "/appointments",
|
|
3772
|
-
"icon": "calendar",
|
|
3773
|
-
"label": "Appointments"
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"icon": "clock",
|
|
3777
|
-
"label": "Schedule",
|
|
3778
|
-
"href": "/schedule"
|
|
3779
|
-
}
|
|
3780
3780
|
]
|
|
3781
3781
|
}
|
|
3782
3782
|
]
|
|
@@ -3802,12 +3802,11 @@
|
|
|
3802
3802
|
"main",
|
|
3803
3803
|
{
|
|
3804
3804
|
"type": "dashboard-layout",
|
|
3805
|
-
"appName": "BookingSystemApp",
|
|
3806
3805
|
"navItems": [
|
|
3807
3806
|
{
|
|
3807
|
+
"icon": "user-check",
|
|
3808
3808
|
"label": "Providers",
|
|
3809
|
-
"href": "/providers"
|
|
3810
|
-
"icon": "user-check"
|
|
3809
|
+
"href": "/providers"
|
|
3811
3810
|
},
|
|
3812
3811
|
{
|
|
3813
3812
|
"label": "Book",
|
|
@@ -3815,95 +3814,96 @@
|
|
|
3815
3814
|
"icon": "calendar-plus"
|
|
3816
3815
|
},
|
|
3817
3816
|
{
|
|
3818
|
-
"
|
|
3817
|
+
"icon": "calendar",
|
|
3819
3818
|
"href": "/appointments",
|
|
3820
|
-
"
|
|
3819
|
+
"label": "Appointments"
|
|
3821
3820
|
},
|
|
3822
3821
|
{
|
|
3823
3822
|
"icon": "clock",
|
|
3824
|
-
"
|
|
3825
|
-
"
|
|
3823
|
+
"label": "Schedule",
|
|
3824
|
+
"href": "/schedule"
|
|
3826
3825
|
}
|
|
3827
3826
|
],
|
|
3828
3827
|
"children": [
|
|
3829
3828
|
{
|
|
3830
|
-
"type": "container",
|
|
3831
3829
|
"children": [
|
|
3832
3830
|
{
|
|
3833
3831
|
"type": "stack",
|
|
3834
|
-
"gap": "lg",
|
|
3835
3832
|
"children": [
|
|
3836
3833
|
{
|
|
3837
|
-
"
|
|
3834
|
+
"direction": "horizontal",
|
|
3838
3835
|
"children": [
|
|
3839
3836
|
{
|
|
3840
|
-
"
|
|
3841
|
-
"
|
|
3837
|
+
"type": "icon",
|
|
3838
|
+
"name": "calendar"
|
|
3842
3839
|
},
|
|
3843
3840
|
{
|
|
3844
|
-
"variant": "h2",
|
|
3845
3841
|
"type": "typography",
|
|
3846
|
-
"content": "Book Appointment"
|
|
3842
|
+
"content": "Book Appointment",
|
|
3843
|
+
"variant": "h2"
|
|
3847
3844
|
}
|
|
3848
3845
|
],
|
|
3849
3846
|
"gap": "sm",
|
|
3850
|
-
"
|
|
3851
|
-
"
|
|
3847
|
+
"type": "stack",
|
|
3848
|
+
"align": "center"
|
|
3852
3849
|
},
|
|
3853
3850
|
{
|
|
3854
|
-
"currentIndex": 0.0,
|
|
3855
3851
|
"type": "progress-dots",
|
|
3856
|
-
"count": 3.0
|
|
3852
|
+
"count": 3.0,
|
|
3853
|
+
"currentIndex": 0.0
|
|
3857
3854
|
},
|
|
3858
3855
|
{
|
|
3859
|
-
"currentStep": 0.0,
|
|
3860
|
-
"type": "wizard-progress",
|
|
3861
3856
|
"steps": [
|
|
3862
3857
|
"Provider Selection",
|
|
3863
3858
|
"Your Details",
|
|
3864
3859
|
"Date and Time"
|
|
3865
|
-
]
|
|
3860
|
+
],
|
|
3861
|
+
"currentStep": 0.0,
|
|
3862
|
+
"type": "wizard-progress"
|
|
3866
3863
|
},
|
|
3867
3864
|
{
|
|
3868
3865
|
"type": "divider"
|
|
3869
3866
|
},
|
|
3870
3867
|
{
|
|
3871
3868
|
"variant": "h3",
|
|
3872
|
-
"
|
|
3873
|
-
"
|
|
3869
|
+
"type": "typography",
|
|
3870
|
+
"content": "Provider Selection"
|
|
3874
3871
|
},
|
|
3875
3872
|
{
|
|
3876
3873
|
"cancelEvent": "INIT",
|
|
3877
|
-
"mode": "create",
|
|
3878
3874
|
"submitEvent": "NEXT",
|
|
3879
3875
|
"type": "form-section",
|
|
3880
3876
|
"fields": [
|
|
3881
3877
|
"providerName"
|
|
3882
|
-
]
|
|
3878
|
+
],
|
|
3879
|
+
"mode": "create"
|
|
3883
3880
|
},
|
|
3884
3881
|
{
|
|
3885
|
-
"type": "stack",
|
|
3886
3882
|
"direction": "horizontal",
|
|
3887
|
-
"gap": "sm",
|
|
3888
3883
|
"justify": "end",
|
|
3889
3884
|
"children": [
|
|
3890
3885
|
{
|
|
3886
|
+
"type": "button",
|
|
3891
3887
|
"action": "NEXT",
|
|
3892
|
-
"label": "Next",
|
|
3893
|
-
"icon": "arrow-right",
|
|
3894
3888
|
"variant": "primary",
|
|
3895
|
-
"
|
|
3889
|
+
"label": "Next",
|
|
3890
|
+
"icon": "arrow-right"
|
|
3896
3891
|
}
|
|
3897
|
-
]
|
|
3892
|
+
],
|
|
3893
|
+
"gap": "sm",
|
|
3894
|
+
"type": "stack"
|
|
3898
3895
|
}
|
|
3899
3896
|
],
|
|
3900
|
-
"direction": "vertical"
|
|
3897
|
+
"direction": "vertical",
|
|
3898
|
+
"gap": "lg"
|
|
3901
3899
|
}
|
|
3902
3900
|
],
|
|
3903
|
-
"
|
|
3904
|
-
"padding": "lg"
|
|
3901
|
+
"type": "container",
|
|
3902
|
+
"padding": "lg",
|
|
3903
|
+
"maxWidth": "lg"
|
|
3905
3904
|
}
|
|
3906
|
-
]
|
|
3905
|
+
],
|
|
3906
|
+
"appName": "BookingSystemApp"
|
|
3907
3907
|
}
|
|
3908
3908
|
]
|
|
3909
3909
|
]
|
|
@@ -3918,8 +3918,8 @@
|
|
|
3918
3918
|
"Booking",
|
|
3919
3919
|
{
|
|
3920
3920
|
"emit": {
|
|
3921
|
-
"
|
|
3922
|
-
"
|
|
3921
|
+
"failure": "BookingLoadFailed",
|
|
3922
|
+
"success": "BookingLoaded"
|
|
3923
3923
|
}
|
|
3924
3924
|
}
|
|
3925
3925
|
],
|
|
@@ -3927,22 +3927,21 @@
|
|
|
3927
3927
|
"render-ui",
|
|
3928
3928
|
"main",
|
|
3929
3929
|
{
|
|
3930
|
-
"appName": "BookingSystemApp",
|
|
3931
3930
|
"navItems": [
|
|
3932
3931
|
{
|
|
3933
3932
|
"icon": "user-check",
|
|
3934
|
-
"
|
|
3935
|
-
"
|
|
3933
|
+
"href": "/providers",
|
|
3934
|
+
"label": "Providers"
|
|
3936
3935
|
},
|
|
3937
3936
|
{
|
|
3938
|
-
"icon": "calendar-plus",
|
|
3939
3937
|
"label": "Book",
|
|
3940
|
-
"href": "/book"
|
|
3938
|
+
"href": "/book",
|
|
3939
|
+
"icon": "calendar-plus"
|
|
3941
3940
|
},
|
|
3942
3941
|
{
|
|
3943
|
-
"
|
|
3942
|
+
"label": "Appointments",
|
|
3944
3943
|
"href": "/appointments",
|
|
3945
|
-
"
|
|
3944
|
+
"icon": "calendar"
|
|
3946
3945
|
},
|
|
3947
3946
|
{
|
|
3948
3947
|
"href": "/schedule",
|
|
@@ -3950,17 +3949,22 @@
|
|
|
3950
3949
|
"label": "Schedule"
|
|
3951
3950
|
}
|
|
3952
3951
|
],
|
|
3952
|
+
"type": "dashboard-layout",
|
|
3953
|
+
"appName": "BookingSystemApp",
|
|
3953
3954
|
"children": [
|
|
3954
3955
|
{
|
|
3955
3956
|
"maxWidth": "lg",
|
|
3956
3957
|
"padding": "lg",
|
|
3958
|
+
"type": "container",
|
|
3957
3959
|
"children": [
|
|
3958
3960
|
{
|
|
3959
|
-
"direction": "vertical",
|
|
3960
3961
|
"gap": "lg",
|
|
3962
|
+
"type": "stack",
|
|
3961
3963
|
"children": [
|
|
3962
3964
|
{
|
|
3965
|
+
"direction": "horizontal",
|
|
3963
3966
|
"type": "stack",
|
|
3967
|
+
"gap": "sm",
|
|
3964
3968
|
"align": "center",
|
|
3965
3969
|
"children": [
|
|
3966
3970
|
{
|
|
@@ -3968,68 +3972,64 @@
|
|
|
3968
3972
|
"name": "calendar"
|
|
3969
3973
|
},
|
|
3970
3974
|
{
|
|
3971
|
-
"content": "Book Appointment",
|
|
3972
3975
|
"type": "typography",
|
|
3976
|
+
"content": "Book Appointment",
|
|
3973
3977
|
"variant": "h2"
|
|
3974
3978
|
}
|
|
3975
|
-
]
|
|
3976
|
-
"gap": "sm",
|
|
3977
|
-
"direction": "horizontal"
|
|
3979
|
+
]
|
|
3978
3980
|
},
|
|
3979
3981
|
{
|
|
3980
3982
|
"count": 3.0,
|
|
3981
|
-
"
|
|
3982
|
-
"
|
|
3983
|
+
"currentIndex": 0.0,
|
|
3984
|
+
"type": "progress-dots"
|
|
3983
3985
|
},
|
|
3984
3986
|
{
|
|
3985
3987
|
"currentStep": 0.0,
|
|
3988
|
+
"type": "wizard-progress",
|
|
3986
3989
|
"steps": [
|
|
3987
3990
|
"Provider Selection",
|
|
3988
3991
|
"Your Details",
|
|
3989
3992
|
"Date and Time"
|
|
3990
|
-
]
|
|
3991
|
-
"type": "wizard-progress"
|
|
3993
|
+
]
|
|
3992
3994
|
},
|
|
3993
3995
|
{
|
|
3994
3996
|
"type": "divider"
|
|
3995
3997
|
},
|
|
3996
3998
|
{
|
|
3999
|
+
"type": "typography",
|
|
3997
4000
|
"content": "Provider Selection",
|
|
3998
|
-
"variant": "h3"
|
|
3999
|
-
"type": "typography"
|
|
4001
|
+
"variant": "h3"
|
|
4000
4002
|
},
|
|
4001
4003
|
{
|
|
4004
|
+
"type": "form-section",
|
|
4005
|
+
"mode": "create",
|
|
4002
4006
|
"submitEvent": "NEXT",
|
|
4003
4007
|
"cancelEvent": "INIT",
|
|
4004
4008
|
"fields": [
|
|
4005
4009
|
"providerName"
|
|
4006
|
-
]
|
|
4007
|
-
"type": "form-section",
|
|
4008
|
-
"mode": "create"
|
|
4010
|
+
]
|
|
4009
4011
|
},
|
|
4010
4012
|
{
|
|
4011
|
-
"type": "stack",
|
|
4012
|
-
"direction": "horizontal",
|
|
4013
4013
|
"gap": "sm",
|
|
4014
4014
|
"justify": "end",
|
|
4015
4015
|
"children": [
|
|
4016
4016
|
{
|
|
4017
4017
|
"variant": "primary",
|
|
4018
|
-
"
|
|
4019
|
-
"label": "Next",
|
|
4018
|
+
"icon": "arrow-right",
|
|
4020
4019
|
"action": "NEXT",
|
|
4021
|
-
"
|
|
4020
|
+
"type": "button",
|
|
4021
|
+
"label": "Next"
|
|
4022
4022
|
}
|
|
4023
|
-
]
|
|
4023
|
+
],
|
|
4024
|
+
"type": "stack",
|
|
4025
|
+
"direction": "horizontal"
|
|
4024
4026
|
}
|
|
4025
4027
|
],
|
|
4026
|
-
"
|
|
4028
|
+
"direction": "vertical"
|
|
4027
4029
|
}
|
|
4028
|
-
]
|
|
4029
|
-
"type": "container"
|
|
4030
|
+
]
|
|
4030
4031
|
}
|
|
4031
|
-
]
|
|
4032
|
-
"type": "dashboard-layout"
|
|
4032
|
+
]
|
|
4033
4033
|
}
|
|
4034
4034
|
]
|
|
4035
4035
|
]
|
|
@@ -4377,19 +4377,19 @@
|
|
|
4377
4377
|
"className": "py-12",
|
|
4378
4378
|
"gap": "md",
|
|
4379
4379
|
"type": "stack",
|
|
4380
|
-
"direction": "vertical",
|
|
4381
|
-
"align": "center",
|
|
4382
4380
|
"children": [
|
|
4383
4381
|
{
|
|
4384
4382
|
"type": "spinner"
|
|
4385
4383
|
},
|
|
4386
4384
|
{
|
|
4387
|
-
"color": "muted",
|
|
4388
|
-
"variant": "caption",
|
|
4389
4385
|
"type": "typography",
|
|
4390
|
-
"content": "Loading…"
|
|
4386
|
+
"content": "Loading…",
|
|
4387
|
+
"variant": "caption",
|
|
4388
|
+
"color": "muted"
|
|
4391
4389
|
}
|
|
4392
|
-
]
|
|
4390
|
+
],
|
|
4391
|
+
"align": "center",
|
|
4392
|
+
"direction": "vertical"
|
|
4393
4393
|
}
|
|
4394
4394
|
]
|
|
4395
4395
|
]
|
|
@@ -4403,22 +4403,41 @@
|
|
|
4403
4403
|
"render-ui",
|
|
4404
4404
|
"main",
|
|
4405
4405
|
{
|
|
4406
|
+
"type": "dashboard-layout",
|
|
4407
|
+
"navItems": [
|
|
4408
|
+
{
|
|
4409
|
+
"icon": "user-check",
|
|
4410
|
+
"label": "Providers",
|
|
4411
|
+
"href": "/providers"
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"label": "Book",
|
|
4415
|
+
"href": "/book",
|
|
4416
|
+
"icon": "calendar-plus"
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"href": "/appointments",
|
|
4420
|
+
"icon": "calendar",
|
|
4421
|
+
"label": "Appointments"
|
|
4422
|
+
},
|
|
4423
|
+
{
|
|
4424
|
+
"href": "/schedule",
|
|
4425
|
+
"label": "Schedule",
|
|
4426
|
+
"icon": "clock"
|
|
4427
|
+
}
|
|
4428
|
+
],
|
|
4429
|
+
"appName": "BookingSystemApp",
|
|
4406
4430
|
"children": [
|
|
4407
4431
|
{
|
|
4408
|
-
"direction": "vertical",
|
|
4409
|
-
"gap": "lg",
|
|
4410
4432
|
"children": [
|
|
4411
4433
|
{
|
|
4412
4434
|
"gap": "md",
|
|
4413
|
-
"justify": "between",
|
|
4414
|
-
"align": "center",
|
|
4415
4435
|
"children": [
|
|
4416
4436
|
{
|
|
4417
|
-
"type": "stack",
|
|
4418
4437
|
"children": [
|
|
4419
4438
|
{
|
|
4420
|
-
"
|
|
4421
|
-
"
|
|
4439
|
+
"name": "clock",
|
|
4440
|
+
"type": "icon"
|
|
4422
4441
|
},
|
|
4423
4442
|
{
|
|
4424
4443
|
"type": "typography",
|
|
@@ -4426,65 +4445,68 @@
|
|
|
4426
4445
|
"variant": "h2"
|
|
4427
4446
|
}
|
|
4428
4447
|
],
|
|
4429
|
-
"align": "center",
|
|
4430
4448
|
"gap": "sm",
|
|
4431
|
-
"direction": "horizontal"
|
|
4432
|
-
},
|
|
4433
|
-
{
|
|
4434
4449
|
"type": "stack",
|
|
4435
4450
|
"direction": "horizontal",
|
|
4436
|
-
"
|
|
4451
|
+
"align": "center"
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4437
4454
|
"children": [
|
|
4438
4455
|
{
|
|
4456
|
+
"label": "Create Appointment",
|
|
4439
4457
|
"type": "button",
|
|
4440
|
-
"variant": "primary",
|
|
4441
4458
|
"icon": "plus",
|
|
4442
|
-
"
|
|
4443
|
-
"
|
|
4459
|
+
"action": "CREATE",
|
|
4460
|
+
"variant": "primary"
|
|
4444
4461
|
}
|
|
4445
|
-
]
|
|
4462
|
+
],
|
|
4463
|
+
"direction": "horizontal",
|
|
4464
|
+
"gap": "sm",
|
|
4465
|
+
"type": "stack"
|
|
4446
4466
|
}
|
|
4447
4467
|
],
|
|
4448
4468
|
"direction": "horizontal",
|
|
4449
|
-
"type": "stack"
|
|
4469
|
+
"type": "stack",
|
|
4470
|
+
"align": "center",
|
|
4471
|
+
"justify": "between"
|
|
4450
4472
|
},
|
|
4451
4473
|
{
|
|
4452
4474
|
"type": "divider"
|
|
4453
4475
|
},
|
|
4454
4476
|
{
|
|
4455
|
-
"
|
|
4477
|
+
"gap": "sm",
|
|
4456
4478
|
"fields": [
|
|
4457
4479
|
{
|
|
4480
|
+
"icon": "clock",
|
|
4458
4481
|
"name": "customerName",
|
|
4459
|
-
"label": "Customer",
|
|
4460
4482
|
"variant": "h3",
|
|
4461
|
-
"
|
|
4483
|
+
"label": "Customer"
|
|
4462
4484
|
},
|
|
4463
4485
|
{
|
|
4464
|
-
"
|
|
4465
|
-
"
|
|
4486
|
+
"variant": "badge",
|
|
4487
|
+
"name": "status"
|
|
4466
4488
|
},
|
|
4467
4489
|
{
|
|
4468
|
-
"variant": "body",
|
|
4469
4490
|
"name": "providerName",
|
|
4491
|
+
"variant": "body",
|
|
4470
4492
|
"label": "Provider"
|
|
4471
4493
|
},
|
|
4472
4494
|
{
|
|
4473
4495
|
"name": "date",
|
|
4474
|
-
"
|
|
4475
|
-
"
|
|
4496
|
+
"variant": "body",
|
|
4497
|
+
"format": "date"
|
|
4476
4498
|
},
|
|
4477
4499
|
{
|
|
4478
4500
|
"variant": "caption",
|
|
4479
4501
|
"name": "time"
|
|
4480
4502
|
}
|
|
4481
4503
|
],
|
|
4482
|
-
"
|
|
4504
|
+
"variant": "card",
|
|
4483
4505
|
"itemActions": [
|
|
4484
4506
|
{
|
|
4507
|
+
"event": "VIEW",
|
|
4485
4508
|
"variant": "ghost",
|
|
4486
|
-
"label": "View"
|
|
4487
|
-
"event": "VIEW"
|
|
4509
|
+
"label": "View"
|
|
4488
4510
|
},
|
|
4489
4511
|
{
|
|
4490
4512
|
"event": "EDIT",
|
|
@@ -4492,41 +4514,19 @@
|
|
|
4492
4514
|
"label": "Edit"
|
|
4493
4515
|
},
|
|
4494
4516
|
{
|
|
4495
|
-
"label": "Delete",
|
|
4496
4517
|
"event": "DELETE",
|
|
4518
|
+
"label": "Delete",
|
|
4497
4519
|
"variant": "danger"
|
|
4498
4520
|
}
|
|
4499
4521
|
],
|
|
4500
|
-
"
|
|
4522
|
+
"type": "data-list",
|
|
4501
4523
|
"entity": "@payload.data"
|
|
4502
4524
|
}
|
|
4503
4525
|
],
|
|
4526
|
+
"type": "stack",
|
|
4527
|
+
"direction": "vertical",
|
|
4504
4528
|
"className": "max-w-5xl mx-auto w-full",
|
|
4505
|
-
"
|
|
4506
|
-
}
|
|
4507
|
-
],
|
|
4508
|
-
"type": "dashboard-layout",
|
|
4509
|
-
"appName": "BookingSystemApp",
|
|
4510
|
-
"navItems": [
|
|
4511
|
-
{
|
|
4512
|
-
"icon": "user-check",
|
|
4513
|
-
"label": "Providers",
|
|
4514
|
-
"href": "/providers"
|
|
4515
|
-
},
|
|
4516
|
-
{
|
|
4517
|
-
"label": "Book",
|
|
4518
|
-
"href": "/book",
|
|
4519
|
-
"icon": "calendar-plus"
|
|
4520
|
-
},
|
|
4521
|
-
{
|
|
4522
|
-
"label": "Appointments",
|
|
4523
|
-
"href": "/appointments",
|
|
4524
|
-
"icon": "calendar"
|
|
4525
|
-
},
|
|
4526
|
-
{
|
|
4527
|
-
"label": "Schedule",
|
|
4528
|
-
"href": "/schedule",
|
|
4529
|
-
"icon": "clock"
|
|
4529
|
+
"gap": "lg"
|
|
4530
4530
|
}
|
|
4531
4531
|
]
|
|
4532
4532
|
}
|
|
@@ -4542,7 +4542,8 @@
|
|
|
4542
4542
|
"render-ui",
|
|
4543
4543
|
"main",
|
|
4544
4544
|
{
|
|
4545
|
-
"
|
|
4545
|
+
"className": "py-12",
|
|
4546
|
+
"align": "center",
|
|
4546
4547
|
"children": [
|
|
4547
4548
|
{
|
|
4548
4549
|
"type": "icon",
|
|
@@ -4551,27 +4552,26 @@
|
|
|
4551
4552
|
},
|
|
4552
4553
|
{
|
|
4553
4554
|
"content": "Failed to load appointment",
|
|
4554
|
-
"
|
|
4555
|
-
"
|
|
4555
|
+
"variant": "h3",
|
|
4556
|
+
"type": "typography"
|
|
4556
4557
|
},
|
|
4557
4558
|
{
|
|
4558
4559
|
"color": "muted",
|
|
4559
4560
|
"content": "@payload.error",
|
|
4560
|
-
"
|
|
4561
|
-
"
|
|
4561
|
+
"variant": "body",
|
|
4562
|
+
"type": "typography"
|
|
4562
4563
|
},
|
|
4563
4564
|
{
|
|
4565
|
+
"variant": "primary",
|
|
4566
|
+
"type": "button",
|
|
4564
4567
|
"icon": "rotate-ccw",
|
|
4565
4568
|
"label": "Retry",
|
|
4566
|
-
"type": "button",
|
|
4567
|
-
"variant": "primary",
|
|
4568
4569
|
"action": "INIT"
|
|
4569
4570
|
}
|
|
4570
4571
|
],
|
|
4571
4572
|
"gap": "md",
|
|
4572
|
-
"
|
|
4573
|
-
"type": "stack"
|
|
4574
|
-
"className": "py-12"
|
|
4573
|
+
"direction": "vertical",
|
|
4574
|
+
"type": "stack"
|
|
4575
4575
|
}
|
|
4576
4576
|
]
|
|
4577
4577
|
]
|
|
@@ -4746,8 +4746,8 @@
|
|
|
4746
4746
|
"Appointment",
|
|
4747
4747
|
{
|
|
4748
4748
|
"emit": {
|
|
4749
|
-
"
|
|
4750
|
-
"
|
|
4749
|
+
"success": "AppointmentLoaded",
|
|
4750
|
+
"failure": "AppointmentLoadFailed"
|
|
4751
4751
|
}
|
|
4752
4752
|
}
|
|
4753
4753
|
]
|
|
@@ -4773,11 +4773,8 @@
|
|
|
4773
4773
|
"modal",
|
|
4774
4774
|
{
|
|
4775
4775
|
"type": "stack",
|
|
4776
|
-
"direction": "vertical",
|
|
4777
|
-
"gap": "md",
|
|
4778
4776
|
"children": [
|
|
4779
4777
|
{
|
|
4780
|
-
"gap": "sm",
|
|
4781
4778
|
"direction": "horizontal",
|
|
4782
4779
|
"type": "stack",
|
|
4783
4780
|
"children": [
|
|
@@ -4786,18 +4783,17 @@
|
|
|
4786
4783
|
"name": "plus-circle"
|
|
4787
4784
|
},
|
|
4788
4785
|
{
|
|
4789
|
-
"type": "typography",
|
|
4790
4786
|
"variant": "h3",
|
|
4791
|
-
"content": "Create Appointment"
|
|
4787
|
+
"content": "Create Appointment",
|
|
4788
|
+
"type": "typography"
|
|
4792
4789
|
}
|
|
4793
|
-
]
|
|
4790
|
+
],
|
|
4791
|
+
"gap": "sm"
|
|
4794
4792
|
},
|
|
4795
4793
|
{
|
|
4796
4794
|
"type": "divider"
|
|
4797
4795
|
},
|
|
4798
4796
|
{
|
|
4799
|
-
"submitEvent": "SAVE",
|
|
4800
|
-
"mode": "create",
|
|
4801
4797
|
"cancelEvent": "CLOSE",
|
|
4802
4798
|
"type": "form-section",
|
|
4803
4799
|
"fields": [
|
|
@@ -4807,9 +4803,13 @@
|
|
|
4807
4803
|
"time",
|
|
4808
4804
|
"status",
|
|
4809
4805
|
"notes"
|
|
4810
|
-
]
|
|
4806
|
+
],
|
|
4807
|
+
"submitEvent": "SAVE",
|
|
4808
|
+
"mode": "create"
|
|
4811
4809
|
}
|
|
4812
|
-
]
|
|
4810
|
+
],
|
|
4811
|
+
"direction": "vertical",
|
|
4812
|
+
"gap": "md"
|
|
4813
4813
|
}
|
|
4814
4814
|
]
|
|
4815
4815
|
]
|
|
@@ -5078,8 +5078,8 @@
|
|
|
5078
5078
|
"Appointment",
|
|
5079
5079
|
{
|
|
5080
5080
|
"emit": {
|
|
5081
|
-
"
|
|
5082
|
-
"
|
|
5081
|
+
"success": "AppointmentLoaded",
|
|
5082
|
+
"failure": "AppointmentLoadFailed"
|
|
5083
5083
|
},
|
|
5084
5084
|
"id": "@payload.id"
|
|
5085
5085
|
}
|
|
@@ -5088,30 +5088,30 @@
|
|
|
5088
5088
|
"render-ui",
|
|
5089
5089
|
"modal",
|
|
5090
5090
|
{
|
|
5091
|
-
"type": "stack",
|
|
5092
5091
|
"gap": "md",
|
|
5092
|
+
"direction": "vertical",
|
|
5093
5093
|
"children": [
|
|
5094
5094
|
{
|
|
5095
5095
|
"gap": "sm",
|
|
5096
|
-
"direction": "horizontal",
|
|
5097
|
-
"type": "stack",
|
|
5098
5096
|
"children": [
|
|
5099
5097
|
{
|
|
5100
5098
|
"type": "icon",
|
|
5101
5099
|
"name": "edit"
|
|
5102
5100
|
},
|
|
5103
5101
|
{
|
|
5104
|
-
"variant": "h3",
|
|
5105
5102
|
"content": "Edit Appointment",
|
|
5106
|
-
"type": "typography"
|
|
5103
|
+
"type": "typography",
|
|
5104
|
+
"variant": "h3"
|
|
5107
5105
|
}
|
|
5108
|
-
]
|
|
5106
|
+
],
|
|
5107
|
+
"type": "stack",
|
|
5108
|
+
"direction": "horizontal"
|
|
5109
5109
|
},
|
|
5110
5110
|
{
|
|
5111
5111
|
"type": "divider"
|
|
5112
5112
|
},
|
|
5113
5113
|
{
|
|
5114
|
-
"
|
|
5114
|
+
"submitEvent": "SAVE",
|
|
5115
5115
|
"fields": [
|
|
5116
5116
|
"providerName",
|
|
5117
5117
|
"customerName",
|
|
@@ -5121,12 +5121,12 @@
|
|
|
5121
5121
|
"notes"
|
|
5122
5122
|
],
|
|
5123
5123
|
"entity": "@payload.row",
|
|
5124
|
+
"mode": "edit",
|
|
5124
5125
|
"type": "form-section",
|
|
5125
|
-
"submitEvent": "SAVE",
|
|
5126
5126
|
"cancelEvent": "CLOSE"
|
|
5127
5127
|
}
|
|
5128
5128
|
],
|
|
5129
|
-
"
|
|
5129
|
+
"type": "stack"
|
|
5130
5130
|
}
|
|
5131
5131
|
]
|
|
5132
5132
|
]
|
|
@@ -5167,8 +5167,8 @@
|
|
|
5167
5167
|
"@payload.data",
|
|
5168
5168
|
{
|
|
5169
5169
|
"emit": {
|
|
5170
|
-
"
|
|
5171
|
-
"
|
|
5170
|
+
"success": "AppointmentUpdated",
|
|
5171
|
+
"failure": "AppointmentUpdateFailed"
|
|
5172
5172
|
}
|
|
5173
5173
|
}
|
|
5174
5174
|
],
|
|
@@ -5366,8 +5366,8 @@
|
|
|
5366
5366
|
{
|
|
5367
5367
|
"id": "@payload.id",
|
|
5368
5368
|
"emit": {
|
|
5369
|
-
"
|
|
5370
|
-
"
|
|
5369
|
+
"success": "AppointmentLoaded",
|
|
5370
|
+
"failure": "AppointmentLoadFailed"
|
|
5371
5371
|
}
|
|
5372
5372
|
}
|
|
5373
5373
|
],
|
|
@@ -5376,31 +5376,30 @@
|
|
|
5376
5376
|
"modal",
|
|
5377
5377
|
{
|
|
5378
5378
|
"type": "stack",
|
|
5379
|
-
"gap": "md",
|
|
5380
5379
|
"direction": "vertical",
|
|
5380
|
+
"gap": "md",
|
|
5381
5381
|
"children": [
|
|
5382
5382
|
{
|
|
5383
|
+
"align": "center",
|
|
5384
|
+
"gap": "sm",
|
|
5385
|
+
"type": "stack",
|
|
5386
|
+
"direction": "horizontal",
|
|
5383
5387
|
"children": [
|
|
5384
5388
|
{
|
|
5385
|
-
"
|
|
5386
|
-
"
|
|
5389
|
+
"name": "eye",
|
|
5390
|
+
"type": "icon"
|
|
5387
5391
|
},
|
|
5388
5392
|
{
|
|
5389
5393
|
"variant": "h3",
|
|
5390
|
-
"
|
|
5391
|
-
"
|
|
5394
|
+
"type": "typography",
|
|
5395
|
+
"content": "@entity.providerName"
|
|
5392
5396
|
}
|
|
5393
|
-
]
|
|
5394
|
-
"align": "center",
|
|
5395
|
-
"direction": "horizontal",
|
|
5396
|
-
"type": "stack",
|
|
5397
|
-
"gap": "sm"
|
|
5397
|
+
]
|
|
5398
5398
|
},
|
|
5399
5399
|
{
|
|
5400
5400
|
"type": "divider"
|
|
5401
5401
|
},
|
|
5402
5402
|
{
|
|
5403
|
-
"gap": "md",
|
|
5404
5403
|
"children": [
|
|
5405
5404
|
{
|
|
5406
5405
|
"content": "Provider Name",
|
|
@@ -5408,52 +5407,52 @@
|
|
|
5408
5407
|
"variant": "caption"
|
|
5409
5408
|
},
|
|
5410
5409
|
{
|
|
5411
|
-
"type": "typography",
|
|
5412
5410
|
"variant": "body",
|
|
5413
|
-
"content": "@entity.providerName"
|
|
5411
|
+
"content": "@entity.providerName",
|
|
5412
|
+
"type": "typography"
|
|
5414
5413
|
}
|
|
5415
5414
|
],
|
|
5415
|
+
"type": "stack",
|
|
5416
5416
|
"direction": "horizontal",
|
|
5417
|
-
"
|
|
5417
|
+
"gap": "md"
|
|
5418
5418
|
},
|
|
5419
5419
|
{
|
|
5420
|
+
"direction": "horizontal",
|
|
5421
|
+
"type": "stack",
|
|
5422
|
+
"gap": "md",
|
|
5420
5423
|
"children": [
|
|
5421
5424
|
{
|
|
5422
|
-
"type": "typography",
|
|
5423
5425
|
"variant": "caption",
|
|
5424
|
-
"content": "Customer Name"
|
|
5426
|
+
"content": "Customer Name",
|
|
5427
|
+
"type": "typography"
|
|
5425
5428
|
},
|
|
5426
5429
|
{
|
|
5430
|
+
"content": "@entity.customerName",
|
|
5427
5431
|
"type": "typography",
|
|
5428
|
-
"variant": "body"
|
|
5429
|
-
"content": "@entity.customerName"
|
|
5432
|
+
"variant": "body"
|
|
5430
5433
|
}
|
|
5431
|
-
]
|
|
5432
|
-
"gap": "md",
|
|
5433
|
-
"type": "stack",
|
|
5434
|
-
"direction": "horizontal"
|
|
5434
|
+
]
|
|
5435
5435
|
},
|
|
5436
5436
|
{
|
|
5437
5437
|
"type": "stack",
|
|
5438
|
-
"gap": "md",
|
|
5439
5438
|
"direction": "horizontal",
|
|
5439
|
+
"gap": "md",
|
|
5440
5440
|
"children": [
|
|
5441
5441
|
{
|
|
5442
|
-
"type": "typography",
|
|
5443
5442
|
"content": "Date",
|
|
5444
|
-
"variant": "caption"
|
|
5443
|
+
"variant": "caption",
|
|
5444
|
+
"type": "typography"
|
|
5445
5445
|
},
|
|
5446
5446
|
{
|
|
5447
|
-
"variant": "body",
|
|
5448
5447
|
"content": "@entity.date",
|
|
5449
|
-
"type": "typography"
|
|
5448
|
+
"type": "typography",
|
|
5449
|
+
"variant": "body"
|
|
5450
5450
|
}
|
|
5451
5451
|
]
|
|
5452
5452
|
},
|
|
5453
5453
|
{
|
|
5454
5454
|
"gap": "md",
|
|
5455
5455
|
"type": "stack",
|
|
5456
|
-
"direction": "horizontal",
|
|
5457
5456
|
"children": [
|
|
5458
5457
|
{
|
|
5459
5458
|
"variant": "caption",
|
|
@@ -5461,13 +5460,15 @@
|
|
|
5461
5460
|
"type": "typography"
|
|
5462
5461
|
},
|
|
5463
5462
|
{
|
|
5464
|
-
"variant": "body",
|
|
5465
5463
|
"type": "typography",
|
|
5466
|
-
"content": "@entity.time"
|
|
5464
|
+
"content": "@entity.time",
|
|
5465
|
+
"variant": "body"
|
|
5467
5466
|
}
|
|
5468
|
-
]
|
|
5467
|
+
],
|
|
5468
|
+
"direction": "horizontal"
|
|
5469
5469
|
},
|
|
5470
5470
|
{
|
|
5471
|
+
"type": "stack",
|
|
5471
5472
|
"direction": "horizontal",
|
|
5472
5473
|
"children": [
|
|
5473
5474
|
{
|
|
@@ -5476,54 +5477,53 @@
|
|
|
5476
5477
|
"content": "Status"
|
|
5477
5478
|
},
|
|
5478
5479
|
{
|
|
5479
|
-
"variant": "body",
|
|
5480
5480
|
"content": "@entity.status",
|
|
5481
|
+
"variant": "body",
|
|
5481
5482
|
"type": "typography"
|
|
5482
5483
|
}
|
|
5483
|
-
],
|
|
5484
|
-
"gap": "md"
|
|
5485
|
-
"type": "stack"
|
|
5484
|
+
],
|
|
5485
|
+
"gap": "md"
|
|
5486
5486
|
},
|
|
5487
5487
|
{
|
|
5488
5488
|
"type": "stack",
|
|
5489
|
+
"gap": "md",
|
|
5490
|
+
"direction": "horizontal",
|
|
5489
5491
|
"children": [
|
|
5490
5492
|
{
|
|
5491
5493
|
"content": "Notes",
|
|
5492
|
-
"
|
|
5493
|
-
"
|
|
5494
|
+
"type": "typography",
|
|
5495
|
+
"variant": "caption"
|
|
5494
5496
|
},
|
|
5495
5497
|
{
|
|
5496
5498
|
"type": "typography",
|
|
5497
|
-
"
|
|
5498
|
-
"
|
|
5499
|
+
"variant": "body",
|
|
5500
|
+
"content": "@entity.notes"
|
|
5499
5501
|
}
|
|
5500
|
-
]
|
|
5501
|
-
"direction": "horizontal",
|
|
5502
|
-
"gap": "md"
|
|
5502
|
+
]
|
|
5503
5503
|
},
|
|
5504
5504
|
{
|
|
5505
5505
|
"type": "divider"
|
|
5506
5506
|
},
|
|
5507
5507
|
{
|
|
5508
|
-
"direction": "horizontal",
|
|
5509
|
-
"type": "stack",
|
|
5510
|
-
"gap": "sm",
|
|
5511
5508
|
"justify": "end",
|
|
5509
|
+
"type": "stack",
|
|
5512
5510
|
"children": [
|
|
5513
5511
|
{
|
|
5514
5512
|
"type": "button",
|
|
5515
|
-
"icon": "edit",
|
|
5516
5513
|
"action": "EDIT",
|
|
5514
|
+
"icon": "edit",
|
|
5517
5515
|
"label": "Edit",
|
|
5518
5516
|
"variant": "primary"
|
|
5519
5517
|
},
|
|
5520
5518
|
{
|
|
5521
|
-
"variant": "ghost",
|
|
5522
5519
|
"type": "button",
|
|
5523
5520
|
"label": "Close",
|
|
5521
|
+
"variant": "ghost",
|
|
5524
5522
|
"action": "CLOSE"
|
|
5525
5523
|
}
|
|
5526
|
-
]
|
|
5524
|
+
],
|
|
5525
|
+
"direction": "horizontal",
|
|
5526
|
+
"gap": "sm"
|
|
5527
5527
|
}
|
|
5528
5528
|
]
|
|
5529
5529
|
}
|
|
@@ -5747,8 +5747,8 @@
|
|
|
5747
5747
|
"Appointment",
|
|
5748
5748
|
{
|
|
5749
5749
|
"emit": {
|
|
5750
|
-
"
|
|
5751
|
-
"
|
|
5750
|
+
"failure": "AppointmentLoadFailed",
|
|
5751
|
+
"success": "AppointmentLoaded"
|
|
5752
5752
|
}
|
|
5753
5753
|
}
|
|
5754
5754
|
]
|
|
@@ -5770,8 +5770,8 @@
|
|
|
5770
5770
|
{
|
|
5771
5771
|
"id": "@payload.id",
|
|
5772
5772
|
"emit": {
|
|
5773
|
-
"
|
|
5774
|
-
"
|
|
5773
|
+
"success": "AppointmentLoaded",
|
|
5774
|
+
"failure": "AppointmentLoadFailed"
|
|
5775
5775
|
}
|
|
5776
5776
|
}
|
|
5777
5777
|
],
|
|
@@ -5779,57 +5779,57 @@
|
|
|
5779
5779
|
"render-ui",
|
|
5780
5780
|
"modal",
|
|
5781
5781
|
{
|
|
5782
|
-
"direction": "vertical",
|
|
5783
5782
|
"gap": "md",
|
|
5784
5783
|
"type": "stack",
|
|
5785
5784
|
"children": [
|
|
5786
5785
|
{
|
|
5787
|
-
"type": "stack",
|
|
5788
5786
|
"children": [
|
|
5789
5787
|
{
|
|
5790
|
-
"
|
|
5791
|
-
"
|
|
5788
|
+
"type": "icon",
|
|
5789
|
+
"name": "alert-triangle"
|
|
5792
5790
|
},
|
|
5793
5791
|
{
|
|
5792
|
+
"type": "typography",
|
|
5794
5793
|
"content": "Delete Appointment",
|
|
5795
|
-
"variant": "h3"
|
|
5796
|
-
"type": "typography"
|
|
5794
|
+
"variant": "h3"
|
|
5797
5795
|
}
|
|
5798
5796
|
],
|
|
5797
|
+
"type": "stack",
|
|
5798
|
+
"gap": "sm",
|
|
5799
5799
|
"align": "center",
|
|
5800
|
-
"direction": "horizontal"
|
|
5801
|
-
"gap": "sm"
|
|
5800
|
+
"direction": "horizontal"
|
|
5802
5801
|
},
|
|
5803
5802
|
{
|
|
5804
5803
|
"type": "divider"
|
|
5805
5804
|
},
|
|
5806
5805
|
{
|
|
5807
|
-
"
|
|
5806
|
+
"variant": "error",
|
|
5808
5807
|
"type": "alert",
|
|
5809
|
-
"
|
|
5808
|
+
"message": "This action cannot be undone."
|
|
5810
5809
|
},
|
|
5811
5810
|
{
|
|
5812
|
-
"justify": "end",
|
|
5813
|
-
"gap": "sm",
|
|
5814
5811
|
"type": "stack",
|
|
5815
5812
|
"direction": "horizontal",
|
|
5813
|
+
"gap": "sm",
|
|
5816
5814
|
"children": [
|
|
5817
5815
|
{
|
|
5818
|
-
"action": "CANCEL",
|
|
5819
|
-
"type": "button",
|
|
5820
5816
|
"variant": "ghost",
|
|
5821
|
-
"
|
|
5817
|
+
"type": "button",
|
|
5818
|
+
"label": "Cancel",
|
|
5819
|
+
"action": "CANCEL"
|
|
5822
5820
|
},
|
|
5823
5821
|
{
|
|
5824
|
-
"icon": "check",
|
|
5825
5822
|
"variant": "danger",
|
|
5826
5823
|
"action": "CONFIRM_DELETE",
|
|
5827
|
-
"
|
|
5828
|
-
"label": "Delete"
|
|
5824
|
+
"icon": "check",
|
|
5825
|
+
"label": "Delete",
|
|
5826
|
+
"type": "button"
|
|
5829
5827
|
}
|
|
5830
|
-
]
|
|
5828
|
+
],
|
|
5829
|
+
"justify": "end"
|
|
5831
5830
|
}
|
|
5832
|
-
]
|
|
5831
|
+
],
|
|
5832
|
+
"direction": "vertical"
|
|
5833
5833
|
}
|
|
5834
5834
|
]
|
|
5835
5835
|
]
|
|
@@ -5868,8 +5868,8 @@
|
|
|
5868
5868
|
"Appointment",
|
|
5869
5869
|
{
|
|
5870
5870
|
"emit": {
|
|
5871
|
-
"
|
|
5872
|
-
"
|
|
5871
|
+
"success": "AppointmentLoaded",
|
|
5872
|
+
"failure": "AppointmentLoadFailed"
|
|
5873
5873
|
}
|
|
5874
5874
|
}
|
|
5875
5875
|
],
|
|
@@ -6114,8 +6114,8 @@
|
|
|
6114
6114
|
"Schedule",
|
|
6115
6115
|
{
|
|
6116
6116
|
"emit": {
|
|
6117
|
-
"
|
|
6118
|
-
"
|
|
6117
|
+
"success": "ScheduleLoaded",
|
|
6118
|
+
"failure": "ScheduleLoadFailed"
|
|
6119
6119
|
}
|
|
6120
6120
|
}
|
|
6121
6121
|
],
|
|
@@ -6123,13 +6123,14 @@
|
|
|
6123
6123
|
"render-ui",
|
|
6124
6124
|
"main",
|
|
6125
6125
|
{
|
|
6126
|
+
"appName": "BookingSystemApp",
|
|
6126
6127
|
"children": [
|
|
6127
6128
|
{
|
|
6128
6129
|
"children": [
|
|
6129
6130
|
{
|
|
6131
|
+
"direction": "vertical",
|
|
6130
6132
|
"children": [
|
|
6131
6133
|
{
|
|
6132
|
-
"type": "breadcrumb",
|
|
6133
6134
|
"items": [
|
|
6134
6135
|
{
|
|
6135
6136
|
"label": "Home",
|
|
@@ -6138,118 +6139,118 @@
|
|
|
6138
6139
|
{
|
|
6139
6140
|
"label": "Schedule Overview"
|
|
6140
6141
|
}
|
|
6141
|
-
]
|
|
6142
|
+
],
|
|
6143
|
+
"type": "breadcrumb"
|
|
6142
6144
|
},
|
|
6143
6145
|
{
|
|
6144
|
-
"type": "stack",
|
|
6145
6146
|
"gap": "md",
|
|
6146
|
-
"
|
|
6147
|
-
"direction": "horizontal",
|
|
6147
|
+
"type": "stack",
|
|
6148
6148
|
"children": [
|
|
6149
6149
|
{
|
|
6150
|
-
"type": "stack",
|
|
6151
6150
|
"direction": "horizontal",
|
|
6152
6151
|
"gap": "md",
|
|
6153
6152
|
"children": [
|
|
6154
6153
|
{
|
|
6155
|
-
"
|
|
6156
|
-
"
|
|
6154
|
+
"name": "bar-chart-2",
|
|
6155
|
+
"type": "icon"
|
|
6157
6156
|
},
|
|
6158
6157
|
{
|
|
6159
6158
|
"type": "typography",
|
|
6160
6159
|
"variant": "h2",
|
|
6161
6160
|
"content": "Schedule Overview"
|
|
6162
6161
|
}
|
|
6163
|
-
]
|
|
6162
|
+
],
|
|
6163
|
+
"type": "stack"
|
|
6164
6164
|
},
|
|
6165
6165
|
{
|
|
6166
|
-
"
|
|
6167
|
-
"label": "Refresh",
|
|
6166
|
+
"icon": "refresh-cw",
|
|
6168
6167
|
"type": "button",
|
|
6168
|
+
"label": "Refresh",
|
|
6169
6169
|
"variant": "secondary",
|
|
6170
|
-
"
|
|
6170
|
+
"action": "REFRESH"
|
|
6171
6171
|
}
|
|
6172
|
-
]
|
|
6172
|
+
],
|
|
6173
|
+
"justify": "between",
|
|
6174
|
+
"direction": "horizontal"
|
|
6173
6175
|
},
|
|
6174
6176
|
{
|
|
6175
6177
|
"type": "divider"
|
|
6176
6178
|
},
|
|
6177
6179
|
{
|
|
6178
6180
|
"padding": "md",
|
|
6181
|
+
"type": "box",
|
|
6179
6182
|
"children": [
|
|
6180
6183
|
{
|
|
6181
6184
|
"type": "simple-grid",
|
|
6182
|
-
"cols": 4.0,
|
|
6183
6185
|
"children": [
|
|
6184
6186
|
{
|
|
6185
|
-
"
|
|
6187
|
+
"type": "stat-display",
|
|
6186
6188
|
"label": "TotalBookings",
|
|
6187
|
-
"
|
|
6189
|
+
"value": "@entity.totalBookings"
|
|
6188
6190
|
},
|
|
6189
6191
|
{
|
|
6190
|
-
"
|
|
6192
|
+
"type": "stat-display",
|
|
6191
6193
|
"value": "@entity.confirmedToday",
|
|
6192
|
-
"
|
|
6194
|
+
"label": "ConfirmedToday"
|
|
6193
6195
|
},
|
|
6194
6196
|
{
|
|
6195
|
-
"label": "PendingBookings",
|
|
6196
6197
|
"value": "@entity.pendingBookings",
|
|
6198
|
+
"label": "PendingBookings",
|
|
6197
6199
|
"type": "stat-display"
|
|
6198
6200
|
},
|
|
6199
6201
|
{
|
|
6200
|
-
"label": "AvailableSlots",
|
|
6201
6202
|
"type": "stat-display",
|
|
6203
|
+
"label": "AvailableSlots",
|
|
6202
6204
|
"value": "@entity.availableSlots"
|
|
6203
6205
|
}
|
|
6204
|
-
]
|
|
6206
|
+
],
|
|
6207
|
+
"cols": 4.0
|
|
6205
6208
|
}
|
|
6206
|
-
]
|
|
6207
|
-
"type": "box"
|
|
6209
|
+
]
|
|
6208
6210
|
},
|
|
6209
6211
|
{
|
|
6210
6212
|
"type": "divider"
|
|
6211
6213
|
},
|
|
6212
6214
|
{
|
|
6215
|
+
"gap": "md",
|
|
6216
|
+
"cols": 2.0,
|
|
6217
|
+
"type": "grid",
|
|
6213
6218
|
"children": [
|
|
6214
6219
|
{
|
|
6215
|
-
"type": "card",
|
|
6216
6220
|
"children": [
|
|
6217
6221
|
{
|
|
6218
6222
|
"variant": "caption",
|
|
6219
|
-
"
|
|
6220
|
-
"
|
|
6223
|
+
"type": "typography",
|
|
6224
|
+
"content": "Chart View"
|
|
6221
6225
|
}
|
|
6222
|
-
]
|
|
6226
|
+
],
|
|
6227
|
+
"type": "card"
|
|
6223
6228
|
},
|
|
6224
6229
|
{
|
|
6225
6230
|
"children": [
|
|
6226
6231
|
{
|
|
6227
|
-
"content": "Graph View",
|
|
6228
6232
|
"type": "typography",
|
|
6229
|
-
"variant": "caption"
|
|
6233
|
+
"variant": "caption",
|
|
6234
|
+
"content": "Graph View"
|
|
6230
6235
|
}
|
|
6231
6236
|
],
|
|
6232
6237
|
"type": "card"
|
|
6233
6238
|
}
|
|
6234
|
-
]
|
|
6235
|
-
"cols": 2.0,
|
|
6236
|
-
"type": "grid",
|
|
6237
|
-
"gap": "md"
|
|
6239
|
+
]
|
|
6238
6240
|
},
|
|
6239
6241
|
{
|
|
6240
|
-
"type": "line-chart",
|
|
6241
6242
|
"data": [
|
|
6242
6243
|
{
|
|
6243
|
-
"
|
|
6244
|
-
"
|
|
6244
|
+
"date": "Jan",
|
|
6245
|
+
"value": 12.0
|
|
6245
6246
|
},
|
|
6246
6247
|
{
|
|
6247
6248
|
"date": "Feb",
|
|
6248
6249
|
"value": 19.0
|
|
6249
6250
|
},
|
|
6250
6251
|
{
|
|
6251
|
-
"
|
|
6252
|
-
"
|
|
6252
|
+
"date": "Mar",
|
|
6253
|
+
"value": 15.0
|
|
6253
6254
|
},
|
|
6254
6255
|
{
|
|
6255
6256
|
"date": "Apr",
|
|
@@ -6260,12 +6261,14 @@
|
|
|
6260
6261
|
"value": 22.0
|
|
6261
6262
|
},
|
|
6262
6263
|
{
|
|
6263
|
-
"
|
|
6264
|
-
"
|
|
6264
|
+
"date": "Jun",
|
|
6265
|
+
"value": 30.0
|
|
6265
6266
|
}
|
|
6266
|
-
]
|
|
6267
|
+
],
|
|
6268
|
+
"type": "line-chart"
|
|
6267
6269
|
},
|
|
6268
6270
|
{
|
|
6271
|
+
"type": "chart-legend",
|
|
6269
6272
|
"items": [
|
|
6270
6273
|
{
|
|
6271
6274
|
"color": "primary",
|
|
@@ -6275,14 +6278,26 @@
|
|
|
6275
6278
|
"label": "Previous",
|
|
6276
6279
|
"color": "muted"
|
|
6277
6280
|
}
|
|
6278
|
-
]
|
|
6279
|
-
"type": "chart-legend"
|
|
6281
|
+
]
|
|
6280
6282
|
},
|
|
6281
6283
|
{
|
|
6284
|
+
"width": 400.0,
|
|
6285
|
+
"type": "graph-view",
|
|
6286
|
+
"height": 200.0,
|
|
6287
|
+
"edges": [
|
|
6288
|
+
{
|
|
6289
|
+
"source": "a",
|
|
6290
|
+
"target": "b"
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
"source": "b",
|
|
6294
|
+
"target": "c"
|
|
6295
|
+
}
|
|
6296
|
+
],
|
|
6282
6297
|
"nodes": [
|
|
6283
6298
|
{
|
|
6284
|
-
"
|
|
6285
|
-
"
|
|
6299
|
+
"id": "a",
|
|
6300
|
+
"label": "Start"
|
|
6286
6301
|
},
|
|
6287
6302
|
{
|
|
6288
6303
|
"id": "b",
|
|
@@ -6292,78 +6307,16 @@
|
|
|
6292
6307
|
"id": "c",
|
|
6293
6308
|
"label": "End"
|
|
6294
6309
|
}
|
|
6295
|
-
],
|
|
6296
|
-
"width": 400.0,
|
|
6297
|
-
"height": 200.0,
|
|
6298
|
-
"type": "graph-view",
|
|
6299
|
-
"edges": [
|
|
6300
|
-
{
|
|
6301
|
-
"source": "a",
|
|
6302
|
-
"target": "b"
|
|
6303
|
-
},
|
|
6304
|
-
{
|
|
6305
|
-
"target": "c",
|
|
6306
|
-
"source": "b"
|
|
6307
|
-
}
|
|
6308
6310
|
]
|
|
6309
6311
|
}
|
|
6310
6312
|
],
|
|
6311
|
-
"gap": "lg",
|
|
6312
6313
|
"type": "stack",
|
|
6313
|
-
"
|
|
6314
|
+
"gap": "lg"
|
|
6314
6315
|
}
|
|
6315
6316
|
],
|
|
6316
6317
|
"type": "scaled-diagram"
|
|
6317
6318
|
}
|
|
6318
6319
|
],
|
|
6319
|
-
"type": "dashboard-layout",
|
|
6320
|
-
"navItems": [
|
|
6321
|
-
{
|
|
6322
|
-
"icon": "user-check",
|
|
6323
|
-
"label": "Providers",
|
|
6324
|
-
"href": "/providers"
|
|
6325
|
-
},
|
|
6326
|
-
{
|
|
6327
|
-
"label": "Book",
|
|
6328
|
-
"icon": "calendar-plus",
|
|
6329
|
-
"href": "/book"
|
|
6330
|
-
},
|
|
6331
|
-
{
|
|
6332
|
-
"href": "/appointments",
|
|
6333
|
-
"label": "Appointments",
|
|
6334
|
-
"icon": "calendar"
|
|
6335
|
-
},
|
|
6336
|
-
{
|
|
6337
|
-
"label": "Schedule",
|
|
6338
|
-
"href": "/schedule",
|
|
6339
|
-
"icon": "clock"
|
|
6340
|
-
}
|
|
6341
|
-
],
|
|
6342
|
-
"appName": "BookingSystemApp"
|
|
6343
|
-
}
|
|
6344
|
-
]
|
|
6345
|
-
]
|
|
6346
|
-
},
|
|
6347
|
-
{
|
|
6348
|
-
"from": "loading",
|
|
6349
|
-
"to": "displaying",
|
|
6350
|
-
"event": "LOADED",
|
|
6351
|
-
"effects": [
|
|
6352
|
-
[
|
|
6353
|
-
"fetch",
|
|
6354
|
-
"Schedule",
|
|
6355
|
-
{
|
|
6356
|
-
"emit": {
|
|
6357
|
-
"success": "ScheduleLoaded",
|
|
6358
|
-
"failure": "ScheduleLoadFailed"
|
|
6359
|
-
}
|
|
6360
|
-
}
|
|
6361
|
-
],
|
|
6362
|
-
[
|
|
6363
|
-
"render-ui",
|
|
6364
|
-
"main",
|
|
6365
|
-
{
|
|
6366
|
-
"type": "dashboard-layout",
|
|
6367
6320
|
"navItems": [
|
|
6368
6321
|
{
|
|
6369
6322
|
"label": "Providers",
|
|
@@ -6372,25 +6325,49 @@
|
|
|
6372
6325
|
},
|
|
6373
6326
|
{
|
|
6374
6327
|
"label": "Book",
|
|
6375
|
-
"
|
|
6376
|
-
"
|
|
6328
|
+
"href": "/book",
|
|
6329
|
+
"icon": "calendar-plus"
|
|
6377
6330
|
},
|
|
6378
6331
|
{
|
|
6379
|
-
"label": "Appointments",
|
|
6380
6332
|
"icon": "calendar",
|
|
6333
|
+
"label": "Appointments",
|
|
6381
6334
|
"href": "/appointments"
|
|
6382
6335
|
},
|
|
6383
6336
|
{
|
|
6384
|
-
"label": "Schedule",
|
|
6385
6337
|
"icon": "clock",
|
|
6338
|
+
"label": "Schedule",
|
|
6386
6339
|
"href": "/schedule"
|
|
6387
6340
|
}
|
|
6388
6341
|
],
|
|
6342
|
+
"type": "dashboard-layout"
|
|
6343
|
+
}
|
|
6344
|
+
]
|
|
6345
|
+
]
|
|
6346
|
+
},
|
|
6347
|
+
{
|
|
6348
|
+
"from": "loading",
|
|
6349
|
+
"to": "displaying",
|
|
6350
|
+
"event": "LOADED",
|
|
6351
|
+
"effects": [
|
|
6352
|
+
[
|
|
6353
|
+
"fetch",
|
|
6354
|
+
"Schedule",
|
|
6355
|
+
{
|
|
6356
|
+
"emit": {
|
|
6357
|
+
"success": "ScheduleLoaded",
|
|
6358
|
+
"failure": "ScheduleLoadFailed"
|
|
6359
|
+
}
|
|
6360
|
+
}
|
|
6361
|
+
],
|
|
6362
|
+
[
|
|
6363
|
+
"render-ui",
|
|
6364
|
+
"main",
|
|
6365
|
+
{
|
|
6366
|
+
"appName": "BookingSystemApp",
|
|
6389
6367
|
"children": [
|
|
6390
6368
|
{
|
|
6391
6369
|
"children": [
|
|
6392
6370
|
{
|
|
6393
|
-
"direction": "vertical",
|
|
6394
6371
|
"type": "stack",
|
|
6395
6372
|
"children": [
|
|
6396
6373
|
{
|
|
@@ -6408,7 +6385,6 @@
|
|
|
6408
6385
|
{
|
|
6409
6386
|
"children": [
|
|
6410
6387
|
{
|
|
6411
|
-
"type": "stack",
|
|
6412
6388
|
"children": [
|
|
6413
6389
|
{
|
|
6414
6390
|
"type": "icon",
|
|
@@ -6416,90 +6392,91 @@
|
|
|
6416
6392
|
},
|
|
6417
6393
|
{
|
|
6418
6394
|
"content": "Schedule Overview",
|
|
6419
|
-
"
|
|
6420
|
-
"
|
|
6395
|
+
"type": "typography",
|
|
6396
|
+
"variant": "h2"
|
|
6421
6397
|
}
|
|
6422
6398
|
],
|
|
6423
|
-
"
|
|
6424
|
-
"
|
|
6399
|
+
"gap": "md",
|
|
6400
|
+
"type": "stack",
|
|
6401
|
+
"direction": "horizontal"
|
|
6425
6402
|
},
|
|
6426
6403
|
{
|
|
6427
|
-
"variant": "secondary",
|
|
6428
6404
|
"type": "button",
|
|
6429
|
-
"icon": "refresh-cw",
|
|
6430
6405
|
"label": "Refresh",
|
|
6406
|
+
"variant": "secondary",
|
|
6407
|
+
"icon": "refresh-cw",
|
|
6431
6408
|
"action": "REFRESH"
|
|
6432
6409
|
}
|
|
6433
6410
|
],
|
|
6434
|
-
"direction": "horizontal",
|
|
6435
6411
|
"gap": "md",
|
|
6436
6412
|
"justify": "between",
|
|
6437
|
-
"type": "stack"
|
|
6413
|
+
"type": "stack",
|
|
6414
|
+
"direction": "horizontal"
|
|
6438
6415
|
},
|
|
6439
6416
|
{
|
|
6440
6417
|
"type": "divider"
|
|
6441
6418
|
},
|
|
6442
6419
|
{
|
|
6443
6420
|
"padding": "md",
|
|
6444
|
-
"type": "box",
|
|
6445
6421
|
"children": [
|
|
6446
6422
|
{
|
|
6423
|
+
"type": "simple-grid",
|
|
6447
6424
|
"cols": 4.0,
|
|
6448
6425
|
"children": [
|
|
6449
6426
|
{
|
|
6450
|
-
"type": "stat-display",
|
|
6451
6427
|
"label": "TotalBookings",
|
|
6452
|
-
"value": "@entity.totalBookings"
|
|
6428
|
+
"value": "@entity.totalBookings",
|
|
6429
|
+
"type": "stat-display"
|
|
6453
6430
|
},
|
|
6454
6431
|
{
|
|
6455
|
-
"label": "ConfirmedToday",
|
|
6456
6432
|
"value": "@entity.confirmedToday",
|
|
6433
|
+
"label": "ConfirmedToday",
|
|
6457
6434
|
"type": "stat-display"
|
|
6458
6435
|
},
|
|
6459
6436
|
{
|
|
6460
|
-
"value": "@entity.pendingBookings",
|
|
6461
6437
|
"label": "PendingBookings",
|
|
6438
|
+
"value": "@entity.pendingBookings",
|
|
6462
6439
|
"type": "stat-display"
|
|
6463
6440
|
},
|
|
6464
6441
|
{
|
|
6465
6442
|
"type": "stat-display",
|
|
6466
|
-
"
|
|
6467
|
-
"
|
|
6443
|
+
"value": "@entity.availableSlots",
|
|
6444
|
+
"label": "AvailableSlots"
|
|
6468
6445
|
}
|
|
6469
|
-
]
|
|
6470
|
-
"type": "simple-grid"
|
|
6446
|
+
]
|
|
6471
6447
|
}
|
|
6472
|
-
]
|
|
6448
|
+
],
|
|
6449
|
+
"type": "box"
|
|
6473
6450
|
},
|
|
6474
6451
|
{
|
|
6475
6452
|
"type": "divider"
|
|
6476
6453
|
},
|
|
6477
6454
|
{
|
|
6478
|
-
"cols": 2.0,
|
|
6479
|
-
"type": "grid",
|
|
6480
|
-
"gap": "md",
|
|
6481
6455
|
"children": [
|
|
6482
6456
|
{
|
|
6483
6457
|
"type": "card",
|
|
6484
6458
|
"children": [
|
|
6485
6459
|
{
|
|
6486
6460
|
"variant": "caption",
|
|
6487
|
-
"
|
|
6488
|
-
"
|
|
6461
|
+
"content": "Chart View",
|
|
6462
|
+
"type": "typography"
|
|
6489
6463
|
}
|
|
6490
6464
|
]
|
|
6491
6465
|
},
|
|
6492
6466
|
{
|
|
6493
|
-
"type": "card",
|
|
6494
6467
|
"children": [
|
|
6495
6468
|
{
|
|
6496
6469
|
"variant": "caption",
|
|
6497
6470
|
"type": "typography",
|
|
6498
6471
|
"content": "Graph View"
|
|
6499
6472
|
}
|
|
6500
|
-
]
|
|
6473
|
+
],
|
|
6474
|
+
"type": "card"
|
|
6501
6475
|
}
|
|
6502
|
-
]
|
|
6476
|
+
],
|
|
6477
|
+
"cols": 2.0,
|
|
6478
|
+
"gap": "md",
|
|
6479
|
+
"type": "grid"
|
|
6503
6480
|
},
|
|
6504
6481
|
{
|
|
6505
6482
|
"type": "line-chart",
|
|
@@ -6509,8 +6486,8 @@
|
|
|
6509
6486
|
"value": 12.0
|
|
6510
6487
|
},
|
|
6511
6488
|
{
|
|
6512
|
-
"
|
|
6513
|
-
"
|
|
6489
|
+
"date": "Feb",
|
|
6490
|
+
"value": 19.0
|
|
6514
6491
|
},
|
|
6515
6492
|
{
|
|
6516
6493
|
"date": "Mar",
|
|
@@ -6544,7 +6521,6 @@
|
|
|
6544
6521
|
]
|
|
6545
6522
|
},
|
|
6546
6523
|
{
|
|
6547
|
-
"type": "graph-view",
|
|
6548
6524
|
"nodes": [
|
|
6549
6525
|
{
|
|
6550
6526
|
"label": "Start",
|
|
@@ -6559,7 +6535,7 @@
|
|
|
6559
6535
|
"label": "End"
|
|
6560
6536
|
}
|
|
6561
6537
|
],
|
|
6562
|
-
"
|
|
6538
|
+
"type": "graph-view",
|
|
6563
6539
|
"width": 400.0,
|
|
6564
6540
|
"edges": [
|
|
6565
6541
|
{
|
|
@@ -6570,16 +6546,40 @@
|
|
|
6570
6546
|
"source": "b",
|
|
6571
6547
|
"target": "c"
|
|
6572
6548
|
}
|
|
6573
|
-
]
|
|
6549
|
+
],
|
|
6550
|
+
"height": 200.0
|
|
6574
6551
|
}
|
|
6575
6552
|
],
|
|
6553
|
+
"direction": "vertical",
|
|
6576
6554
|
"gap": "lg"
|
|
6577
6555
|
}
|
|
6578
6556
|
],
|
|
6579
6557
|
"type": "scaled-diagram"
|
|
6580
6558
|
}
|
|
6581
6559
|
],
|
|
6582
|
-
"
|
|
6560
|
+
"navItems": [
|
|
6561
|
+
{
|
|
6562
|
+
"href": "/providers",
|
|
6563
|
+
"icon": "user-check",
|
|
6564
|
+
"label": "Providers"
|
|
6565
|
+
},
|
|
6566
|
+
{
|
|
6567
|
+
"href": "/book",
|
|
6568
|
+
"icon": "calendar-plus",
|
|
6569
|
+
"label": "Book"
|
|
6570
|
+
},
|
|
6571
|
+
{
|
|
6572
|
+
"href": "/appointments",
|
|
6573
|
+
"label": "Appointments",
|
|
6574
|
+
"icon": "calendar"
|
|
6575
|
+
},
|
|
6576
|
+
{
|
|
6577
|
+
"icon": "clock",
|
|
6578
|
+
"label": "Schedule",
|
|
6579
|
+
"href": "/schedule"
|
|
6580
|
+
}
|
|
6581
|
+
],
|
|
6582
|
+
"type": "dashboard-layout"
|
|
6583
6583
|
}
|
|
6584
6584
|
]
|
|
6585
6585
|
]
|
|
@@ -6594,8 +6594,8 @@
|
|
|
6594
6594
|
"Schedule",
|
|
6595
6595
|
{
|
|
6596
6596
|
"emit": {
|
|
6597
|
-
"
|
|
6598
|
-
"
|
|
6597
|
+
"success": "ScheduleLoaded",
|
|
6598
|
+
"failure": "ScheduleLoadFailed"
|
|
6599
6599
|
}
|
|
6600
6600
|
}
|
|
6601
6601
|
],
|
|
@@ -6603,11 +6603,12 @@
|
|
|
6603
6603
|
"render-ui",
|
|
6604
6604
|
"main",
|
|
6605
6605
|
{
|
|
6606
|
+
"type": "dashboard-layout",
|
|
6606
6607
|
"children": [
|
|
6607
6608
|
{
|
|
6608
|
-
"type": "scaled-diagram",
|
|
6609
6609
|
"children": [
|
|
6610
6610
|
{
|
|
6611
|
+
"direction": "vertical",
|
|
6611
6612
|
"children": [
|
|
6612
6613
|
{
|
|
6613
6614
|
"type": "breadcrumb",
|
|
@@ -6623,11 +6624,10 @@
|
|
|
6623
6624
|
},
|
|
6624
6625
|
{
|
|
6625
6626
|
"justify": "between",
|
|
6627
|
+
"type": "stack",
|
|
6626
6628
|
"children": [
|
|
6627
6629
|
{
|
|
6628
6630
|
"type": "stack",
|
|
6629
|
-
"direction": "horizontal",
|
|
6630
|
-
"gap": "md",
|
|
6631
6631
|
"children": [
|
|
6632
6632
|
{
|
|
6633
6633
|
"type": "icon",
|
|
@@ -6638,38 +6638,41 @@
|
|
|
6638
6638
|
"type": "typography",
|
|
6639
6639
|
"content": "Schedule Overview"
|
|
6640
6640
|
}
|
|
6641
|
-
]
|
|
6641
|
+
],
|
|
6642
|
+
"gap": "md",
|
|
6643
|
+
"direction": "horizontal"
|
|
6642
6644
|
},
|
|
6643
6645
|
{
|
|
6644
|
-
"action": "REFRESH",
|
|
6645
6646
|
"type": "button",
|
|
6647
|
+
"label": "Refresh",
|
|
6646
6648
|
"variant": "secondary",
|
|
6647
|
-
"
|
|
6648
|
-
"
|
|
6649
|
+
"action": "REFRESH",
|
|
6650
|
+
"icon": "refresh-cw"
|
|
6649
6651
|
}
|
|
6650
6652
|
],
|
|
6651
6653
|
"direction": "horizontal",
|
|
6652
|
-
"gap": "md"
|
|
6653
|
-
"type": "stack"
|
|
6654
|
+
"gap": "md"
|
|
6654
6655
|
},
|
|
6655
6656
|
{
|
|
6656
6657
|
"type": "divider"
|
|
6657
6658
|
},
|
|
6658
6659
|
{
|
|
6660
|
+
"type": "box",
|
|
6659
6661
|
"padding": "md",
|
|
6660
6662
|
"children": [
|
|
6661
6663
|
{
|
|
6664
|
+
"cols": 4.0,
|
|
6662
6665
|
"type": "simple-grid",
|
|
6663
6666
|
"children": [
|
|
6664
6667
|
{
|
|
6668
|
+
"value": "@entity.totalBookings",
|
|
6665
6669
|
"type": "stat-display",
|
|
6666
|
-
"label": "TotalBookings"
|
|
6667
|
-
"value": "@entity.totalBookings"
|
|
6670
|
+
"label": "TotalBookings"
|
|
6668
6671
|
},
|
|
6669
6672
|
{
|
|
6670
6673
|
"label": "ConfirmedToday",
|
|
6671
|
-
"
|
|
6672
|
-
"
|
|
6674
|
+
"type": "stat-display",
|
|
6675
|
+
"value": "@entity.confirmedToday"
|
|
6673
6676
|
},
|
|
6674
6677
|
{
|
|
6675
6678
|
"type": "stat-display",
|
|
@@ -6677,51 +6680,49 @@
|
|
|
6677
6680
|
"value": "@entity.pendingBookings"
|
|
6678
6681
|
},
|
|
6679
6682
|
{
|
|
6680
|
-
"
|
|
6683
|
+
"label": "AvailableSlots",
|
|
6681
6684
|
"value": "@entity.availableSlots",
|
|
6682
|
-
"
|
|
6685
|
+
"type": "stat-display"
|
|
6683
6686
|
}
|
|
6684
|
-
]
|
|
6685
|
-
"cols": 4.0
|
|
6687
|
+
]
|
|
6686
6688
|
}
|
|
6687
|
-
]
|
|
6688
|
-
"type": "box"
|
|
6689
|
+
]
|
|
6689
6690
|
},
|
|
6690
6691
|
{
|
|
6691
6692
|
"type": "divider"
|
|
6692
6693
|
},
|
|
6693
6694
|
{
|
|
6694
|
-
"gap": "md",
|
|
6695
|
-
"cols": 2.0,
|
|
6696
|
-
"type": "grid",
|
|
6697
6695
|
"children": [
|
|
6698
6696
|
{
|
|
6699
6697
|
"type": "card",
|
|
6700
6698
|
"children": [
|
|
6701
6699
|
{
|
|
6702
|
-
"type": "typography",
|
|
6703
6700
|
"variant": "caption",
|
|
6704
|
-
"content": "Chart View"
|
|
6701
|
+
"content": "Chart View",
|
|
6702
|
+
"type": "typography"
|
|
6705
6703
|
}
|
|
6706
6704
|
]
|
|
6707
6705
|
},
|
|
6708
6706
|
{
|
|
6709
|
-
"type": "card",
|
|
6710
6707
|
"children": [
|
|
6711
6708
|
{
|
|
6712
|
-
"
|
|
6709
|
+
"variant": "caption",
|
|
6713
6710
|
"content": "Graph View",
|
|
6714
|
-
"
|
|
6711
|
+
"type": "typography"
|
|
6715
6712
|
}
|
|
6716
|
-
]
|
|
6713
|
+
],
|
|
6714
|
+
"type": "card"
|
|
6717
6715
|
}
|
|
6718
|
-
]
|
|
6716
|
+
],
|
|
6717
|
+
"cols": 2.0,
|
|
6718
|
+
"type": "grid",
|
|
6719
|
+
"gap": "md"
|
|
6719
6720
|
},
|
|
6720
6721
|
{
|
|
6721
6722
|
"data": [
|
|
6722
6723
|
{
|
|
6723
|
-
"
|
|
6724
|
-
"
|
|
6724
|
+
"value": 12.0,
|
|
6725
|
+
"date": "Jan"
|
|
6725
6726
|
},
|
|
6726
6727
|
{
|
|
6727
6728
|
"value": 19.0,
|
|
@@ -6736,12 +6737,12 @@
|
|
|
6736
6737
|
"value": 25.0
|
|
6737
6738
|
},
|
|
6738
6739
|
{
|
|
6739
|
-
"
|
|
6740
|
-
"
|
|
6740
|
+
"date": "May",
|
|
6741
|
+
"value": 22.0
|
|
6741
6742
|
},
|
|
6742
6743
|
{
|
|
6743
|
-
"
|
|
6744
|
-
"
|
|
6744
|
+
"date": "Jun",
|
|
6745
|
+
"value": 30.0
|
|
6745
6746
|
}
|
|
6746
6747
|
],
|
|
6747
6748
|
"type": "line-chart"
|
|
@@ -6750,19 +6751,18 @@
|
|
|
6750
6751
|
"type": "chart-legend",
|
|
6751
6752
|
"items": [
|
|
6752
6753
|
{
|
|
6753
|
-
"
|
|
6754
|
-
"
|
|
6754
|
+
"color": "primary",
|
|
6755
|
+
"label": "Current"
|
|
6755
6756
|
},
|
|
6756
6757
|
{
|
|
6757
|
-
"
|
|
6758
|
-
"
|
|
6758
|
+
"label": "Previous",
|
|
6759
|
+
"color": "muted"
|
|
6759
6760
|
}
|
|
6760
6761
|
]
|
|
6761
6762
|
},
|
|
6762
6763
|
{
|
|
6763
|
-
"height": 200.0,
|
|
6764
|
-
"width": 400.0,
|
|
6765
6764
|
"type": "graph-view",
|
|
6765
|
+
"width": 400.0,
|
|
6766
6766
|
"nodes": [
|
|
6767
6767
|
{
|
|
6768
6768
|
"id": "a",
|
|
@@ -6773,53 +6773,53 @@
|
|
|
6773
6773
|
"label": "Process"
|
|
6774
6774
|
},
|
|
6775
6775
|
{
|
|
6776
|
-
"
|
|
6777
|
-
"
|
|
6776
|
+
"id": "c",
|
|
6777
|
+
"label": "End"
|
|
6778
6778
|
}
|
|
6779
6779
|
],
|
|
6780
|
+
"height": 200.0,
|
|
6780
6781
|
"edges": [
|
|
6781
6782
|
{
|
|
6782
|
-
"
|
|
6783
|
-
"
|
|
6783
|
+
"target": "b",
|
|
6784
|
+
"source": "a"
|
|
6784
6785
|
},
|
|
6785
6786
|
{
|
|
6786
|
-
"
|
|
6787
|
-
"
|
|
6787
|
+
"target": "c",
|
|
6788
|
+
"source": "b"
|
|
6788
6789
|
}
|
|
6789
6790
|
]
|
|
6790
6791
|
}
|
|
6791
6792
|
],
|
|
6792
6793
|
"type": "stack",
|
|
6793
|
-
"direction": "vertical",
|
|
6794
6794
|
"gap": "lg"
|
|
6795
6795
|
}
|
|
6796
|
-
]
|
|
6796
|
+
],
|
|
6797
|
+
"type": "scaled-diagram"
|
|
6797
6798
|
}
|
|
6798
6799
|
],
|
|
6799
6800
|
"appName": "BookingSystemApp",
|
|
6800
6801
|
"navItems": [
|
|
6801
6802
|
{
|
|
6803
|
+
"label": "Providers",
|
|
6802
6804
|
"href": "/providers",
|
|
6803
|
-
"icon": "user-check"
|
|
6804
|
-
"label": "Providers"
|
|
6805
|
+
"icon": "user-check"
|
|
6805
6806
|
},
|
|
6806
6807
|
{
|
|
6807
|
-
"label": "Book",
|
|
6808
6808
|
"icon": "calendar-plus",
|
|
6809
|
+
"label": "Book",
|
|
6809
6810
|
"href": "/book"
|
|
6810
6811
|
},
|
|
6811
6812
|
{
|
|
6812
|
-
"
|
|
6813
|
+
"label": "Appointments",
|
|
6813
6814
|
"href": "/appointments",
|
|
6814
|
-
"
|
|
6815
|
+
"icon": "calendar"
|
|
6815
6816
|
},
|
|
6816
6817
|
{
|
|
6817
6818
|
"href": "/schedule",
|
|
6818
|
-
"
|
|
6819
|
-
"
|
|
6819
|
+
"label": "Schedule",
|
|
6820
|
+
"icon": "clock"
|
|
6820
6821
|
}
|
|
6821
|
-
]
|
|
6822
|
-
"type": "dashboard-layout"
|
|
6822
|
+
]
|
|
6823
6823
|
}
|
|
6824
6824
|
]
|
|
6825
6825
|
]
|
|
@@ -6834,8 +6834,8 @@
|
|
|
6834
6834
|
"Schedule",
|
|
6835
6835
|
{
|
|
6836
6836
|
"emit": {
|
|
6837
|
-
"
|
|
6838
|
-
"
|
|
6837
|
+
"failure": "ScheduleLoadFailed",
|
|
6838
|
+
"success": "ScheduleLoaded"
|
|
6839
6839
|
}
|
|
6840
6840
|
}
|
|
6841
6841
|
],
|
|
@@ -6843,20 +6843,17 @@
|
|
|
6843
6843
|
"render-ui",
|
|
6844
6844
|
"main",
|
|
6845
6845
|
{
|
|
6846
|
-
"type": "dashboard-layout",
|
|
6847
6846
|
"children": [
|
|
6848
6847
|
{
|
|
6849
6848
|
"type": "scaled-diagram",
|
|
6850
6849
|
"children": [
|
|
6851
6850
|
{
|
|
6852
|
-
"type": "stack",
|
|
6853
|
-
"direction": "vertical",
|
|
6854
6851
|
"children": [
|
|
6855
6852
|
{
|
|
6856
6853
|
"items": [
|
|
6857
6854
|
{
|
|
6858
|
-
"
|
|
6859
|
-
"
|
|
6855
|
+
"label": "Home",
|
|
6856
|
+
"href": "/"
|
|
6860
6857
|
},
|
|
6861
6858
|
{
|
|
6862
6859
|
"label": "Schedule Overview"
|
|
@@ -6865,78 +6862,78 @@
|
|
|
6865
6862
|
"type": "breadcrumb"
|
|
6866
6863
|
},
|
|
6867
6864
|
{
|
|
6868
|
-
"type": "stack",
|
|
6869
|
-
"direction": "horizontal",
|
|
6870
|
-
"justify": "between",
|
|
6871
6865
|
"gap": "md",
|
|
6866
|
+
"type": "stack",
|
|
6872
6867
|
"children": [
|
|
6873
6868
|
{
|
|
6874
|
-
"direction": "horizontal",
|
|
6875
6869
|
"type": "stack",
|
|
6870
|
+
"direction": "horizontal",
|
|
6876
6871
|
"gap": "md",
|
|
6877
6872
|
"children": [
|
|
6878
6873
|
{
|
|
6879
|
-
"
|
|
6880
|
-
"
|
|
6874
|
+
"type": "icon",
|
|
6875
|
+
"name": "bar-chart-2"
|
|
6881
6876
|
},
|
|
6882
6877
|
{
|
|
6883
|
-
"variant": "h2",
|
|
6884
6878
|
"type": "typography",
|
|
6885
|
-
"content": "Schedule Overview"
|
|
6879
|
+
"content": "Schedule Overview",
|
|
6880
|
+
"variant": "h2"
|
|
6886
6881
|
}
|
|
6887
6882
|
]
|
|
6888
6883
|
},
|
|
6889
6884
|
{
|
|
6890
6885
|
"label": "Refresh",
|
|
6886
|
+
"action": "REFRESH",
|
|
6891
6887
|
"type": "button",
|
|
6892
6888
|
"variant": "secondary",
|
|
6893
|
-
"icon": "refresh-cw"
|
|
6894
|
-
"action": "REFRESH"
|
|
6889
|
+
"icon": "refresh-cw"
|
|
6895
6890
|
}
|
|
6896
|
-
]
|
|
6891
|
+
],
|
|
6892
|
+
"justify": "between",
|
|
6893
|
+
"direction": "horizontal"
|
|
6897
6894
|
},
|
|
6898
6895
|
{
|
|
6899
6896
|
"type": "divider"
|
|
6900
6897
|
},
|
|
6901
6898
|
{
|
|
6899
|
+
"type": "box",
|
|
6902
6900
|
"padding": "md",
|
|
6903
6901
|
"children": [
|
|
6904
6902
|
{
|
|
6903
|
+
"cols": 4.0,
|
|
6905
6904
|
"children": [
|
|
6906
6905
|
{
|
|
6906
|
+
"label": "TotalBookings",
|
|
6907
6907
|
"type": "stat-display",
|
|
6908
|
-
"value": "@entity.totalBookings"
|
|
6909
|
-
"label": "TotalBookings"
|
|
6908
|
+
"value": "@entity.totalBookings"
|
|
6910
6909
|
},
|
|
6911
6910
|
{
|
|
6912
|
-
"label": "ConfirmedToday",
|
|
6913
6911
|
"value": "@entity.confirmedToday",
|
|
6914
|
-
"type": "stat-display"
|
|
6912
|
+
"type": "stat-display",
|
|
6913
|
+
"label": "ConfirmedToday"
|
|
6915
6914
|
},
|
|
6916
6915
|
{
|
|
6917
6916
|
"label": "PendingBookings",
|
|
6918
|
-
"
|
|
6919
|
-
"
|
|
6917
|
+
"value": "@entity.pendingBookings",
|
|
6918
|
+
"type": "stat-display"
|
|
6920
6919
|
},
|
|
6921
6920
|
{
|
|
6921
|
+
"label": "AvailableSlots",
|
|
6922
6922
|
"value": "@entity.availableSlots",
|
|
6923
|
-
"type": "stat-display"
|
|
6924
|
-
"label": "AvailableSlots"
|
|
6923
|
+
"type": "stat-display"
|
|
6925
6924
|
}
|
|
6926
6925
|
],
|
|
6927
|
-
"cols": 4.0,
|
|
6928
6926
|
"type": "simple-grid"
|
|
6929
6927
|
}
|
|
6930
|
-
]
|
|
6931
|
-
"type": "box"
|
|
6928
|
+
]
|
|
6932
6929
|
},
|
|
6933
6930
|
{
|
|
6934
6931
|
"type": "divider"
|
|
6935
6932
|
},
|
|
6936
6933
|
{
|
|
6934
|
+
"type": "grid",
|
|
6937
6935
|
"gap": "md",
|
|
6938
6936
|
"cols": 2.0,
|
|
6939
|
-
"type": "grid",
|
|
6940
6937
|
"children": [
|
|
6941
6938
|
{
|
|
6942
6939
|
"type": "card",
|
|
@@ -6949,117 +6946,120 @@
|
|
|
6949
6946
|
]
|
|
6950
6947
|
},
|
|
6951
6948
|
{
|
|
6949
|
+
"type": "card",
|
|
6952
6950
|
"children": [
|
|
6953
6951
|
{
|
|
6954
6952
|
"content": "Graph View",
|
|
6955
6953
|
"type": "typography",
|
|
6956
6954
|
"variant": "caption"
|
|
6957
6955
|
}
|
|
6958
|
-
]
|
|
6959
|
-
"type": "card"
|
|
6956
|
+
]
|
|
6960
6957
|
}
|
|
6961
6958
|
]
|
|
6962
6959
|
},
|
|
6963
6960
|
{
|
|
6961
|
+
"type": "line-chart",
|
|
6964
6962
|
"data": [
|
|
6965
6963
|
{
|
|
6966
|
-
"
|
|
6967
|
-
"
|
|
6964
|
+
"value": 12.0,
|
|
6965
|
+
"date": "Jan"
|
|
6968
6966
|
},
|
|
6969
6967
|
{
|
|
6970
6968
|
"date": "Feb",
|
|
6971
6969
|
"value": 19.0
|
|
6972
6970
|
},
|
|
6973
6971
|
{
|
|
6974
|
-
"
|
|
6975
|
-
"
|
|
6972
|
+
"value": 15.0,
|
|
6973
|
+
"date": "Mar"
|
|
6976
6974
|
},
|
|
6977
6975
|
{
|
|
6978
|
-
"
|
|
6979
|
-
"
|
|
6976
|
+
"date": "Apr",
|
|
6977
|
+
"value": 25.0
|
|
6980
6978
|
},
|
|
6981
6979
|
{
|
|
6982
6980
|
"value": 22.0,
|
|
6983
6981
|
"date": "May"
|
|
6984
6982
|
},
|
|
6985
6983
|
{
|
|
6986
|
-
"
|
|
6987
|
-
"
|
|
6984
|
+
"date": "Jun",
|
|
6985
|
+
"value": 30.0
|
|
6988
6986
|
}
|
|
6989
|
-
]
|
|
6990
|
-
"type": "line-chart"
|
|
6987
|
+
]
|
|
6991
6988
|
},
|
|
6992
6989
|
{
|
|
6990
|
+
"type": "chart-legend",
|
|
6993
6991
|
"items": [
|
|
6994
6992
|
{
|
|
6995
|
-
"
|
|
6996
|
-
"
|
|
6993
|
+
"label": "Current",
|
|
6994
|
+
"color": "primary"
|
|
6997
6995
|
},
|
|
6998
6996
|
{
|
|
6999
|
-
"
|
|
7000
|
-
"
|
|
6997
|
+
"color": "muted",
|
|
6998
|
+
"label": "Previous"
|
|
7001
6999
|
}
|
|
7002
|
-
]
|
|
7003
|
-
"type": "chart-legend"
|
|
7000
|
+
]
|
|
7004
7001
|
},
|
|
7005
7002
|
{
|
|
7003
|
+
"width": 400.0,
|
|
7006
7004
|
"height": 200.0,
|
|
7007
7005
|
"type": "graph-view",
|
|
7006
|
+
"edges": [
|
|
7007
|
+
{
|
|
7008
|
+
"source": "a",
|
|
7009
|
+
"target": "b"
|
|
7010
|
+
},
|
|
7011
|
+
{
|
|
7012
|
+
"target": "c",
|
|
7013
|
+
"source": "b"
|
|
7014
|
+
}
|
|
7015
|
+
],
|
|
7008
7016
|
"nodes": [
|
|
7009
7017
|
{
|
|
7010
7018
|
"id": "a",
|
|
7011
7019
|
"label": "Start"
|
|
7012
7020
|
},
|
|
7013
7021
|
{
|
|
7014
|
-
"
|
|
7015
|
-
"
|
|
7022
|
+
"id": "b",
|
|
7023
|
+
"label": "Process"
|
|
7016
7024
|
},
|
|
7017
7025
|
{
|
|
7018
7026
|
"id": "c",
|
|
7019
7027
|
"label": "End"
|
|
7020
7028
|
}
|
|
7021
|
-
]
|
|
7022
|
-
"edges": [
|
|
7023
|
-
{
|
|
7024
|
-
"target": "b",
|
|
7025
|
-
"source": "a"
|
|
7026
|
-
},
|
|
7027
|
-
{
|
|
7028
|
-
"source": "b",
|
|
7029
|
-
"target": "c"
|
|
7030
|
-
}
|
|
7031
|
-
],
|
|
7032
|
-
"width": 400.0
|
|
7029
|
+
]
|
|
7033
7030
|
}
|
|
7034
7031
|
],
|
|
7032
|
+
"direction": "vertical",
|
|
7033
|
+
"type": "stack",
|
|
7035
7034
|
"gap": "lg"
|
|
7036
7035
|
}
|
|
7037
7036
|
]
|
|
7038
7037
|
}
|
|
7039
7038
|
],
|
|
7039
|
+
"appName": "BookingSystemApp",
|
|
7040
|
+
"type": "dashboard-layout",
|
|
7040
7041
|
"navItems": [
|
|
7041
7042
|
{
|
|
7042
|
-
"icon": "user-check",
|
|
7043
7043
|
"label": "Providers",
|
|
7044
|
+
"icon": "user-check",
|
|
7044
7045
|
"href": "/providers"
|
|
7045
7046
|
},
|
|
7046
7047
|
{
|
|
7048
|
+
"href": "/book",
|
|
7047
7049
|
"label": "Book",
|
|
7048
|
-
"icon": "calendar-plus"
|
|
7049
|
-
"href": "/book"
|
|
7050
|
+
"icon": "calendar-plus"
|
|
7050
7051
|
},
|
|
7051
7052
|
{
|
|
7053
|
+
"icon": "calendar",
|
|
7052
7054
|
"label": "Appointments",
|
|
7053
|
-
"href": "/appointments"
|
|
7054
|
-
"icon": "calendar"
|
|
7055
|
+
"href": "/appointments"
|
|
7055
7056
|
},
|
|
7056
7057
|
{
|
|
7058
|
+
"href": "/schedule",
|
|
7057
7059
|
"icon": "clock",
|
|
7058
|
-
"label": "Schedule"
|
|
7059
|
-
"href": "/schedule"
|
|
7060
|
+
"label": "Schedule"
|
|
7060
7061
|
}
|
|
7061
|
-
]
|
|
7062
|
-
"appName": "BookingSystemApp"
|
|
7062
|
+
]
|
|
7063
7063
|
}
|
|
7064
7064
|
]
|
|
7065
7065
|
]
|
|
@@ -7074,8 +7074,8 @@
|
|
|
7074
7074
|
"Schedule",
|
|
7075
7075
|
{
|
|
7076
7076
|
"emit": {
|
|
7077
|
-
"
|
|
7078
|
-
"
|
|
7077
|
+
"success": "ScheduleLoaded",
|
|
7078
|
+
"failure": "ScheduleLoadFailed"
|
|
7079
7079
|
}
|
|
7080
7080
|
}
|
|
7081
7081
|
],
|
|
@@ -7084,37 +7084,12 @@
|
|
|
7084
7084
|
"main",
|
|
7085
7085
|
{
|
|
7086
7086
|
"type": "dashboard-layout",
|
|
7087
|
-
"appName": "BookingSystemApp",
|
|
7088
|
-
"navItems": [
|
|
7089
|
-
{
|
|
7090
|
-
"label": "Providers",
|
|
7091
|
-
"href": "/providers",
|
|
7092
|
-
"icon": "user-check"
|
|
7093
|
-
},
|
|
7094
|
-
{
|
|
7095
|
-
"label": "Book",
|
|
7096
|
-
"href": "/book",
|
|
7097
|
-
"icon": "calendar-plus"
|
|
7098
|
-
},
|
|
7099
|
-
{
|
|
7100
|
-
"label": "Appointments",
|
|
7101
|
-
"icon": "calendar",
|
|
7102
|
-
"href": "/appointments"
|
|
7103
|
-
},
|
|
7104
|
-
{
|
|
7105
|
-
"icon": "clock",
|
|
7106
|
-
"label": "Schedule",
|
|
7107
|
-
"href": "/schedule"
|
|
7108
|
-
}
|
|
7109
|
-
],
|
|
7110
7087
|
"children": [
|
|
7111
7088
|
{
|
|
7112
7089
|
"type": "scaled-diagram",
|
|
7113
7090
|
"children": [
|
|
7114
7091
|
{
|
|
7115
7092
|
"type": "stack",
|
|
7116
|
-
"gap": "lg",
|
|
7117
|
-
"direction": "vertical",
|
|
7118
7093
|
"children": [
|
|
7119
7094
|
{
|
|
7120
7095
|
"type": "breadcrumb",
|
|
@@ -7129,32 +7104,32 @@
|
|
|
7129
7104
|
]
|
|
7130
7105
|
},
|
|
7131
7106
|
{
|
|
7132
|
-
"type": "stack",
|
|
7133
|
-
"gap": "md",
|
|
7134
7107
|
"direction": "horizontal",
|
|
7108
|
+
"gap": "md",
|
|
7109
|
+
"type": "stack",
|
|
7135
7110
|
"justify": "between",
|
|
7136
7111
|
"children": [
|
|
7137
7112
|
{
|
|
7113
|
+
"type": "stack",
|
|
7114
|
+
"direction": "horizontal",
|
|
7115
|
+
"gap": "md",
|
|
7138
7116
|
"children": [
|
|
7139
7117
|
{
|
|
7140
|
-
"
|
|
7141
|
-
"
|
|
7118
|
+
"type": "icon",
|
|
7119
|
+
"name": "bar-chart-2"
|
|
7142
7120
|
},
|
|
7143
7121
|
{
|
|
7144
|
-
"variant": "h2",
|
|
7145
7122
|
"type": "typography",
|
|
7146
|
-
"content": "Schedule Overview"
|
|
7123
|
+
"content": "Schedule Overview",
|
|
7124
|
+
"variant": "h2"
|
|
7147
7125
|
}
|
|
7148
|
-
]
|
|
7149
|
-
"direction": "horizontal",
|
|
7150
|
-
"type": "stack",
|
|
7151
|
-
"gap": "md"
|
|
7126
|
+
]
|
|
7152
7127
|
},
|
|
7153
7128
|
{
|
|
7154
|
-
"icon": "refresh-cw",
|
|
7155
7129
|
"type": "button",
|
|
7156
7130
|
"action": "REFRESH",
|
|
7157
7131
|
"variant": "secondary",
|
|
7132
|
+
"icon": "refresh-cw",
|
|
7158
7133
|
"label": "Refresh"
|
|
7159
7134
|
}
|
|
7160
7135
|
]
|
|
@@ -7163,11 +7138,10 @@
|
|
|
7163
7138
|
"type": "divider"
|
|
7164
7139
|
},
|
|
7165
7140
|
{
|
|
7141
|
+
"type": "box",
|
|
7166
7142
|
"padding": "md",
|
|
7167
7143
|
"children": [
|
|
7168
7144
|
{
|
|
7169
|
-
"cols": 4.0,
|
|
7170
|
-
"type": "simple-grid",
|
|
7171
7145
|
"children": [
|
|
7172
7146
|
{
|
|
7173
7147
|
"label": "TotalBookings",
|
|
@@ -7175,24 +7149,25 @@
|
|
|
7175
7149
|
"type": "stat-display"
|
|
7176
7150
|
},
|
|
7177
7151
|
{
|
|
7152
|
+
"label": "ConfirmedToday",
|
|
7178
7153
|
"value": "@entity.confirmedToday",
|
|
7179
|
-
"type": "stat-display"
|
|
7180
|
-
"label": "ConfirmedToday"
|
|
7154
|
+
"type": "stat-display"
|
|
7181
7155
|
},
|
|
7182
7156
|
{
|
|
7183
|
-
"label": "PendingBookings",
|
|
7184
7157
|
"value": "@entity.pendingBookings",
|
|
7158
|
+
"label": "PendingBookings",
|
|
7185
7159
|
"type": "stat-display"
|
|
7186
7160
|
},
|
|
7187
7161
|
{
|
|
7162
|
+
"label": "AvailableSlots",
|
|
7188
7163
|
"value": "@entity.availableSlots",
|
|
7189
|
-
"type": "stat-display"
|
|
7190
|
-
"label": "AvailableSlots"
|
|
7164
|
+
"type": "stat-display"
|
|
7191
7165
|
}
|
|
7192
|
-
]
|
|
7166
|
+
],
|
|
7167
|
+
"cols": 4.0,
|
|
7168
|
+
"type": "simple-grid"
|
|
7193
7169
|
}
|
|
7194
|
-
]
|
|
7195
|
-
"type": "box"
|
|
7170
|
+
]
|
|
7196
7171
|
},
|
|
7197
7172
|
{
|
|
7198
7173
|
"type": "divider"
|
|
@@ -7202,9 +7177,9 @@
|
|
|
7202
7177
|
{
|
|
7203
7178
|
"children": [
|
|
7204
7179
|
{
|
|
7205
|
-
"
|
|
7180
|
+
"content": "Chart View",
|
|
7206
7181
|
"variant": "caption",
|
|
7207
|
-
"
|
|
7182
|
+
"type": "typography"
|
|
7208
7183
|
}
|
|
7209
7184
|
],
|
|
7210
7185
|
"type": "card"
|
|
@@ -7213,16 +7188,16 @@
|
|
|
7213
7188
|
"type": "card",
|
|
7214
7189
|
"children": [
|
|
7215
7190
|
{
|
|
7216
|
-
"content": "Graph View",
|
|
7217
7191
|
"variant": "caption",
|
|
7192
|
+
"content": "Graph View",
|
|
7218
7193
|
"type": "typography"
|
|
7219
7194
|
}
|
|
7220
7195
|
]
|
|
7221
7196
|
}
|
|
7222
7197
|
],
|
|
7198
|
+
"gap": "md",
|
|
7223
7199
|
"type": "grid",
|
|
7224
|
-
"cols": 2.0
|
|
7225
|
-
"gap": "md"
|
|
7200
|
+
"cols": 2.0
|
|
7226
7201
|
},
|
|
7227
7202
|
{
|
|
7228
7203
|
"type": "line-chart",
|
|
@@ -7240,21 +7215,20 @@
|
|
|
7240
7215
|
"date": "Mar"
|
|
7241
7216
|
},
|
|
7242
7217
|
{
|
|
7243
|
-
"
|
|
7244
|
-
"
|
|
7218
|
+
"date": "Apr",
|
|
7219
|
+
"value": 25.0
|
|
7245
7220
|
},
|
|
7246
7221
|
{
|
|
7247
7222
|
"date": "May",
|
|
7248
7223
|
"value": 22.0
|
|
7249
7224
|
},
|
|
7250
7225
|
{
|
|
7251
|
-
"
|
|
7252
|
-
"
|
|
7226
|
+
"value": 30.0,
|
|
7227
|
+
"date": "Jun"
|
|
7253
7228
|
}
|
|
7254
7229
|
]
|
|
7255
7230
|
},
|
|
7256
7231
|
{
|
|
7257
|
-
"type": "chart-legend",
|
|
7258
7232
|
"items": [
|
|
7259
7233
|
{
|
|
7260
7234
|
"label": "Current",
|
|
@@ -7264,42 +7238,68 @@
|
|
|
7264
7238
|
"color": "muted",
|
|
7265
7239
|
"label": "Previous"
|
|
7266
7240
|
}
|
|
7267
|
-
]
|
|
7241
|
+
],
|
|
7242
|
+
"type": "chart-legend"
|
|
7268
7243
|
},
|
|
7269
7244
|
{
|
|
7270
|
-
"type": "graph-view",
|
|
7271
|
-
"edges": [
|
|
7272
|
-
{
|
|
7273
|
-
"target": "b",
|
|
7274
|
-
"source": "a"
|
|
7275
|
-
},
|
|
7276
|
-
{
|
|
7277
|
-
"source": "b",
|
|
7278
|
-
"target": "c"
|
|
7279
|
-
}
|
|
7280
|
-
],
|
|
7281
|
-
"width": 400.0,
|
|
7282
7245
|
"height": 200.0,
|
|
7246
|
+
"width": 400.0,
|
|
7283
7247
|
"nodes": [
|
|
7284
7248
|
{
|
|
7285
7249
|
"label": "Start",
|
|
7286
7250
|
"id": "a"
|
|
7287
7251
|
},
|
|
7288
7252
|
{
|
|
7289
|
-
"
|
|
7290
|
-
"
|
|
7253
|
+
"id": "b",
|
|
7254
|
+
"label": "Process"
|
|
7291
7255
|
},
|
|
7292
7256
|
{
|
|
7293
|
-
"
|
|
7294
|
-
"
|
|
7257
|
+
"label": "End",
|
|
7258
|
+
"id": "c"
|
|
7259
|
+
}
|
|
7260
|
+
],
|
|
7261
|
+
"type": "graph-view",
|
|
7262
|
+
"edges": [
|
|
7263
|
+
{
|
|
7264
|
+
"source": "a",
|
|
7265
|
+
"target": "b"
|
|
7266
|
+
},
|
|
7267
|
+
{
|
|
7268
|
+
"source": "b",
|
|
7269
|
+
"target": "c"
|
|
7295
7270
|
}
|
|
7296
7271
|
]
|
|
7297
7272
|
}
|
|
7298
|
-
]
|
|
7273
|
+
],
|
|
7274
|
+
"gap": "lg",
|
|
7275
|
+
"direction": "vertical"
|
|
7299
7276
|
}
|
|
7300
7277
|
]
|
|
7301
7278
|
}
|
|
7302
|
-
]
|
|
7279
|
+
],
|
|
7280
|
+
"navItems": [
|
|
7281
|
+
{
|
|
7282
|
+
"href": "/providers",
|
|
7283
|
+
"label": "Providers",
|
|
7284
|
+
"icon": "user-check"
|
|
7285
|
+
},
|
|
7286
|
+
{
|
|
7287
|
+
"label": "Book",
|
|
7288
|
+
"href": "/book",
|
|
7289
|
+
"icon": "calendar-plus"
|
|
7290
|
+
},
|
|
7291
|
+
{
|
|
7292
|
+
"href": "/appointments",
|
|
7293
|
+
"icon": "calendar",
|
|
7294
|
+
"label": "Appointments"
|
|
7295
|
+
},
|
|
7296
|
+
{
|
|
7297
|
+
"label": "Schedule",
|
|
7298
|
+
"href": "/schedule",
|
|
7299
|
+
"icon": "clock"
|
|
7300
|
+
}
|
|
7301
|
+
],
|
|
7302
|
+
"appName": "BookingSystemApp"
|
|
7303
7303
|
}
|
|
7304
7304
|
]
|
|
7305
7305
|
]
|