@almadar/std 8.3.0 → 8.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -561,20 +561,20 @@
|
|
|
561
561
|
"render-ui",
|
|
562
562
|
"main",
|
|
563
563
|
{
|
|
564
|
-
"className": "py-12",
|
|
565
564
|
"gap": "md",
|
|
565
|
+
"direction": "vertical",
|
|
566
|
+
"className": "py-12",
|
|
566
567
|
"children": [
|
|
567
568
|
{
|
|
568
569
|
"type": "spinner"
|
|
569
570
|
},
|
|
570
571
|
{
|
|
571
|
-
"
|
|
572
|
-
"type": "typography",
|
|
572
|
+
"content": "Loading…",
|
|
573
573
|
"variant": "caption",
|
|
574
|
-
"
|
|
574
|
+
"type": "typography",
|
|
575
|
+
"color": "muted"
|
|
575
576
|
}
|
|
576
577
|
],
|
|
577
|
-
"direction": "vertical",
|
|
578
578
|
"align": "center",
|
|
579
579
|
"type": "stack"
|
|
580
580
|
}
|
|
@@ -590,27 +590,22 @@
|
|
|
590
590
|
"render-ui",
|
|
591
591
|
"main",
|
|
592
592
|
{
|
|
593
|
-
"appName": "BookingSystemApp",
|
|
594
593
|
"children": [
|
|
595
594
|
{
|
|
596
|
-
"direction": "vertical",
|
|
597
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
598
|
-
"gap": "lg",
|
|
599
595
|
"children": [
|
|
600
596
|
{
|
|
597
|
+
"direction": "horizontal",
|
|
601
598
|
"gap": "md",
|
|
602
|
-
"justify": "between",
|
|
603
599
|
"align": "center",
|
|
604
|
-
"type": "stack",
|
|
605
|
-
"direction": "horizontal",
|
|
606
600
|
"children": [
|
|
607
601
|
{
|
|
608
|
-
"
|
|
602
|
+
"direction": "horizontal",
|
|
603
|
+
"align": "center",
|
|
609
604
|
"type": "stack",
|
|
610
605
|
"children": [
|
|
611
606
|
{
|
|
612
|
-
"
|
|
613
|
-
"
|
|
607
|
+
"name": "briefcase",
|
|
608
|
+
"type": "icon"
|
|
614
609
|
},
|
|
615
610
|
{
|
|
616
611
|
"variant": "h2",
|
|
@@ -618,63 +613,45 @@
|
|
|
618
613
|
"content": "Providers"
|
|
619
614
|
}
|
|
620
615
|
],
|
|
621
|
-
"
|
|
622
|
-
"align": "center"
|
|
616
|
+
"gap": "sm"
|
|
623
617
|
},
|
|
624
618
|
{
|
|
625
|
-
"direction": "horizontal",
|
|
626
|
-
"gap": "sm",
|
|
627
619
|
"children": [
|
|
628
620
|
{
|
|
629
|
-
"action": "CREATE",
|
|
630
621
|
"icon": "plus",
|
|
622
|
+
"type": "button",
|
|
631
623
|
"variant": "primary",
|
|
632
|
-
"
|
|
633
|
-
"
|
|
624
|
+
"action": "CREATE",
|
|
625
|
+
"label": "Create Provider"
|
|
634
626
|
}
|
|
635
627
|
],
|
|
636
|
-
"
|
|
628
|
+
"direction": "horizontal",
|
|
629
|
+
"type": "stack",
|
|
630
|
+
"gap": "sm"
|
|
637
631
|
}
|
|
638
|
-
]
|
|
632
|
+
],
|
|
633
|
+
"type": "stack",
|
|
634
|
+
"justify": "between"
|
|
639
635
|
},
|
|
640
636
|
{
|
|
641
637
|
"type": "divider"
|
|
642
638
|
},
|
|
643
639
|
{
|
|
644
|
-
"
|
|
645
|
-
{
|
|
646
|
-
"label": "View",
|
|
647
|
-
"event": "VIEW",
|
|
648
|
-
"variant": "ghost"
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"event": "EDIT",
|
|
652
|
-
"variant": "ghost",
|
|
653
|
-
"label": "Edit"
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
"event": "DELETE",
|
|
657
|
-
"label": "Delete",
|
|
658
|
-
"variant": "danger"
|
|
659
|
-
}
|
|
660
|
-
],
|
|
661
|
-
"cols": 2.0,
|
|
662
|
-
"fields": [],
|
|
663
|
-
"entity": "@payload.data",
|
|
640
|
+
"type": "data-grid",
|
|
664
641
|
"columns": [
|
|
665
642
|
{
|
|
666
|
-
"variant": "h3",
|
|
667
643
|
"name": "name",
|
|
644
|
+
"variant": "h3",
|
|
668
645
|
"icon": "briefcase"
|
|
669
646
|
},
|
|
670
647
|
{
|
|
671
|
-
"
|
|
672
|
-
"
|
|
648
|
+
"name": "specialty",
|
|
649
|
+
"variant": "badge"
|
|
673
650
|
},
|
|
674
651
|
{
|
|
675
|
-
"
|
|
652
|
+
"format": "number",
|
|
676
653
|
"variant": "body",
|
|
677
|
-
"
|
|
654
|
+
"name": "rating"
|
|
678
655
|
},
|
|
679
656
|
{
|
|
680
657
|
"name": "location",
|
|
@@ -685,36 +662,59 @@
|
|
|
685
662
|
"variant": "caption"
|
|
686
663
|
}
|
|
687
664
|
],
|
|
688
|
-
"
|
|
689
|
-
"gap": "md"
|
|
665
|
+
"cols": 2.0,
|
|
666
|
+
"gap": "md",
|
|
667
|
+
"fields": [],
|
|
668
|
+
"itemActions": [
|
|
669
|
+
{
|
|
670
|
+
"variant": "ghost",
|
|
671
|
+
"event": "VIEW",
|
|
672
|
+
"label": "View"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"event": "EDIT",
|
|
676
|
+
"variant": "ghost",
|
|
677
|
+
"label": "Edit"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"variant": "danger",
|
|
681
|
+
"label": "Delete",
|
|
682
|
+
"event": "DELETE"
|
|
683
|
+
}
|
|
684
|
+
],
|
|
685
|
+
"entity": "@payload.data"
|
|
690
686
|
}
|
|
691
687
|
],
|
|
692
|
-
"type": "stack"
|
|
688
|
+
"type": "stack",
|
|
689
|
+
"gap": "lg",
|
|
690
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
691
|
+
"direction": "vertical"
|
|
693
692
|
}
|
|
694
693
|
],
|
|
694
|
+
"type": "dashboard-layout",
|
|
695
|
+
"appName": "BookingSystemApp",
|
|
695
696
|
"navItems": [
|
|
696
697
|
{
|
|
697
|
-
"
|
|
698
|
+
"icon": "user-check",
|
|
698
699
|
"href": "/providers",
|
|
699
|
-
"
|
|
700
|
+
"label": "Providers"
|
|
700
701
|
},
|
|
701
702
|
{
|
|
702
703
|
"label": "Book",
|
|
703
|
-
"
|
|
704
|
-
"
|
|
704
|
+
"href": "/book",
|
|
705
|
+
"icon": "calendar-plus"
|
|
705
706
|
},
|
|
706
707
|
{
|
|
707
|
-
"
|
|
708
|
+
"icon": "calendar",
|
|
708
709
|
"href": "/appointments",
|
|
709
|
-
"
|
|
710
|
+
"label": "Appointments"
|
|
710
711
|
},
|
|
711
712
|
{
|
|
712
713
|
"label": "Schedule",
|
|
713
714
|
"href": "/schedule",
|
|
714
715
|
"icon": "clock"
|
|
715
716
|
}
|
|
716
|
-
]
|
|
717
|
-
"type": "dashboard-layout"
|
|
717
|
+
]
|
|
718
718
|
}
|
|
719
719
|
]
|
|
720
720
|
]
|
|
@@ -728,34 +728,34 @@
|
|
|
728
728
|
"render-ui",
|
|
729
729
|
"main",
|
|
730
730
|
{
|
|
731
|
+
"align": "center",
|
|
731
732
|
"direction": "vertical",
|
|
732
733
|
"type": "stack",
|
|
733
|
-
"align": "center",
|
|
734
|
-
"className": "py-12",
|
|
735
734
|
"gap": "md",
|
|
735
|
+
"className": "py-12",
|
|
736
736
|
"children": [
|
|
737
737
|
{
|
|
738
738
|
"color": "destructive",
|
|
739
|
-
"
|
|
740
|
-
"
|
|
739
|
+
"name": "alert-triangle",
|
|
740
|
+
"type": "icon"
|
|
741
741
|
},
|
|
742
742
|
{
|
|
743
|
-
"
|
|
743
|
+
"content": "Failed to load provider",
|
|
744
744
|
"type": "typography",
|
|
745
|
-
"
|
|
745
|
+
"variant": "h3"
|
|
746
746
|
},
|
|
747
747
|
{
|
|
748
|
-
"
|
|
749
|
-
"variant": "body",
|
|
748
|
+
"type": "typography",
|
|
750
749
|
"content": "@payload.error",
|
|
751
|
-
"
|
|
750
|
+
"color": "muted",
|
|
751
|
+
"variant": "body"
|
|
752
752
|
},
|
|
753
753
|
{
|
|
754
754
|
"action": "INIT",
|
|
755
|
-
"type": "button",
|
|
756
|
-
"variant": "primary",
|
|
757
755
|
"label": "Retry",
|
|
758
|
-
"
|
|
756
|
+
"variant": "primary",
|
|
757
|
+
"icon": "rotate-ccw",
|
|
758
|
+
"type": "button"
|
|
759
759
|
}
|
|
760
760
|
]
|
|
761
761
|
}
|
|
@@ -941,8 +941,8 @@
|
|
|
941
941
|
"Provider",
|
|
942
942
|
{
|
|
943
943
|
"emit": {
|
|
944
|
-
"
|
|
945
|
-
"
|
|
944
|
+
"success": "ProviderLoaded",
|
|
945
|
+
"failure": "ProviderLoadFailed"
|
|
946
946
|
}
|
|
947
947
|
}
|
|
948
948
|
],
|
|
@@ -950,8 +950,11 @@
|
|
|
950
950
|
"render-ui",
|
|
951
951
|
"modal",
|
|
952
952
|
{
|
|
953
|
+
"type": "stack",
|
|
953
954
|
"children": [
|
|
954
955
|
{
|
|
956
|
+
"gap": "sm",
|
|
957
|
+
"direction": "horizontal",
|
|
955
958
|
"type": "stack",
|
|
956
959
|
"children": [
|
|
957
960
|
{
|
|
@@ -959,13 +962,11 @@
|
|
|
959
962
|
"name": "plus-circle"
|
|
960
963
|
},
|
|
961
964
|
{
|
|
965
|
+
"variant": "h3",
|
|
962
966
|
"type": "typography",
|
|
963
|
-
"content": "Create Provider"
|
|
964
|
-
"variant": "h3"
|
|
967
|
+
"content": "Create Provider"
|
|
965
968
|
}
|
|
966
|
-
]
|
|
967
|
-
"gap": "sm",
|
|
968
|
-
"direction": "horizontal"
|
|
969
|
+
]
|
|
969
970
|
},
|
|
970
971
|
{
|
|
971
972
|
"type": "divider"
|
|
@@ -973,8 +974,8 @@
|
|
|
973
974
|
{
|
|
974
975
|
"submitEvent": "SAVE",
|
|
975
976
|
"type": "form-section",
|
|
976
|
-
"cancelEvent": "CLOSE",
|
|
977
977
|
"mode": "create",
|
|
978
|
+
"cancelEvent": "CLOSE",
|
|
978
979
|
"fields": [
|
|
979
980
|
"name",
|
|
980
981
|
"specialty",
|
|
@@ -985,9 +986,8 @@
|
|
|
985
986
|
]
|
|
986
987
|
}
|
|
987
988
|
],
|
|
988
|
-
"gap": "md",
|
|
989
989
|
"direction": "vertical",
|
|
990
|
-
"
|
|
990
|
+
"gap": "md"
|
|
991
991
|
}
|
|
992
992
|
]
|
|
993
993
|
]
|
|
@@ -1028,8 +1028,8 @@
|
|
|
1028
1028
|
"@payload.data",
|
|
1029
1029
|
{
|
|
1030
1030
|
"emit": {
|
|
1031
|
-
"
|
|
1032
|
-
"
|
|
1031
|
+
"failure": "ProviderSaveFailed",
|
|
1032
|
+
"success": "ProviderSaved"
|
|
1033
1033
|
}
|
|
1034
1034
|
}
|
|
1035
1035
|
],
|
|
@@ -1240,23 +1240,25 @@
|
|
|
1240
1240
|
"fetch",
|
|
1241
1241
|
"Provider",
|
|
1242
1242
|
{
|
|
1243
|
+
"id": "@payload.id",
|
|
1243
1244
|
"emit": {
|
|
1244
1245
|
"success": "ProviderLoaded",
|
|
1245
1246
|
"failure": "ProviderLoadFailed"
|
|
1246
|
-
}
|
|
1247
|
-
"id": "@payload.id"
|
|
1247
|
+
}
|
|
1248
1248
|
}
|
|
1249
1249
|
],
|
|
1250
1250
|
[
|
|
1251
1251
|
"render-ui",
|
|
1252
1252
|
"modal",
|
|
1253
1253
|
{
|
|
1254
|
+
"gap": "md",
|
|
1255
|
+
"direction": "vertical",
|
|
1254
1256
|
"type": "stack",
|
|
1255
1257
|
"children": [
|
|
1256
1258
|
{
|
|
1257
1259
|
"type": "stack",
|
|
1258
|
-
"direction": "horizontal",
|
|
1259
1260
|
"gap": "sm",
|
|
1261
|
+
"direction": "horizontal",
|
|
1260
1262
|
"children": [
|
|
1261
1263
|
{
|
|
1262
1264
|
"name": "edit",
|
|
@@ -1273,6 +1275,8 @@
|
|
|
1273
1275
|
"type": "divider"
|
|
1274
1276
|
},
|
|
1275
1277
|
{
|
|
1278
|
+
"mode": "edit",
|
|
1279
|
+
"submitEvent": "SAVE",
|
|
1276
1280
|
"fields": [
|
|
1277
1281
|
"name",
|
|
1278
1282
|
"specialty",
|
|
@@ -1281,15 +1285,11 @@
|
|
|
1281
1285
|
"rating",
|
|
1282
1286
|
"available"
|
|
1283
1287
|
],
|
|
1288
|
+
"cancelEvent": "CLOSE",
|
|
1284
1289
|
"type": "form-section",
|
|
1285
|
-
"
|
|
1286
|
-
"entity": "@payload.row",
|
|
1287
|
-
"submitEvent": "SAVE",
|
|
1288
|
-
"cancelEvent": "CLOSE"
|
|
1290
|
+
"entity": "@payload.row"
|
|
1289
1291
|
}
|
|
1290
|
-
]
|
|
1291
|
-
"gap": "md",
|
|
1292
|
-
"direction": "vertical"
|
|
1292
|
+
]
|
|
1293
1293
|
}
|
|
1294
1294
|
]
|
|
1295
1295
|
]
|
|
@@ -1330,8 +1330,8 @@
|
|
|
1330
1330
|
"@payload.data",
|
|
1331
1331
|
{
|
|
1332
1332
|
"emit": {
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1333
|
+
"failure": "ProviderUpdateFailed",
|
|
1334
|
+
"success": "ProviderUpdated"
|
|
1335
1335
|
}
|
|
1336
1336
|
}
|
|
1337
1337
|
],
|
|
@@ -1476,11 +1476,11 @@
|
|
|
1476
1476
|
"fetch",
|
|
1477
1477
|
"Provider",
|
|
1478
1478
|
{
|
|
1479
|
+
"id": "@payload.id",
|
|
1479
1480
|
"emit": {
|
|
1480
1481
|
"success": "ProviderLoaded",
|
|
1481
1482
|
"failure": "ProviderLoadFailed"
|
|
1482
|
-
}
|
|
1483
|
-
"id": "@payload.id"
|
|
1483
|
+
}
|
|
1484
1484
|
}
|
|
1485
1485
|
],
|
|
1486
1486
|
[
|
|
@@ -1489,22 +1489,23 @@
|
|
|
1489
1489
|
{
|
|
1490
1490
|
"gap": "md",
|
|
1491
1491
|
"direction": "vertical",
|
|
1492
|
+
"type": "stack",
|
|
1492
1493
|
"children": [
|
|
1493
1494
|
{
|
|
1494
|
-
"gap": "sm",
|
|
1495
|
-
"type": "stack",
|
|
1496
1495
|
"children": [
|
|
1497
1496
|
{
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1497
|
+
"name": "eye",
|
|
1498
|
+
"type": "icon"
|
|
1500
1499
|
},
|
|
1501
1500
|
{
|
|
1502
|
-
"content": "@entity.name",
|
|
1503
1501
|
"type": "typography",
|
|
1504
|
-
"variant": "h3"
|
|
1502
|
+
"variant": "h3",
|
|
1503
|
+
"content": "@entity.name"
|
|
1505
1504
|
}
|
|
1506
1505
|
],
|
|
1507
1506
|
"direction": "horizontal",
|
|
1507
|
+
"type": "stack",
|
|
1508
|
+
"gap": "sm",
|
|
1508
1509
|
"align": "center"
|
|
1509
1510
|
},
|
|
1510
1511
|
{
|
|
@@ -1518,23 +1519,21 @@
|
|
|
1518
1519
|
"type": "typography"
|
|
1519
1520
|
},
|
|
1520
1521
|
{
|
|
1522
|
+
"variant": "body",
|
|
1521
1523
|
"content": "@entity.name",
|
|
1522
|
-
"type": "typography"
|
|
1523
|
-
"variant": "body"
|
|
1524
|
+
"type": "typography"
|
|
1524
1525
|
}
|
|
1525
1526
|
],
|
|
1526
|
-
"type": "stack",
|
|
1527
1527
|
"direction": "horizontal",
|
|
1528
|
-
"gap": "md"
|
|
1528
|
+
"gap": "md",
|
|
1529
|
+
"type": "stack"
|
|
1529
1530
|
},
|
|
1530
1531
|
{
|
|
1531
|
-
"type": "stack",
|
|
1532
|
-
"gap": "md",
|
|
1533
1532
|
"children": [
|
|
1534
1533
|
{
|
|
1535
|
-
"
|
|
1534
|
+
"type": "typography",
|
|
1536
1535
|
"content": "Specialty",
|
|
1537
|
-
"
|
|
1536
|
+
"variant": "caption"
|
|
1538
1537
|
},
|
|
1539
1538
|
{
|
|
1540
1539
|
"content": "@entity.specialty",
|
|
@@ -1542,26 +1541,30 @@
|
|
|
1542
1541
|
"variant": "body"
|
|
1543
1542
|
}
|
|
1544
1543
|
],
|
|
1545
|
-
"
|
|
1544
|
+
"type": "stack",
|
|
1545
|
+
"direction": "horizontal",
|
|
1546
|
+
"gap": "md"
|
|
1546
1547
|
},
|
|
1547
1548
|
{
|
|
1548
1549
|
"gap": "md",
|
|
1549
|
-
"type": "stack",
|
|
1550
|
-
"direction": "horizontal",
|
|
1551
1550
|
"children": [
|
|
1552
1551
|
{
|
|
1553
|
-
"variant": "caption",
|
|
1554
1552
|
"content": "Location",
|
|
1555
|
-
"type": "typography"
|
|
1553
|
+
"type": "typography",
|
|
1554
|
+
"variant": "caption"
|
|
1556
1555
|
},
|
|
1557
1556
|
{
|
|
1558
1557
|
"variant": "body",
|
|
1559
|
-
"
|
|
1560
|
-
"
|
|
1558
|
+
"type": "typography",
|
|
1559
|
+
"content": "@entity.location"
|
|
1561
1560
|
}
|
|
1562
|
-
]
|
|
1561
|
+
],
|
|
1562
|
+
"direction": "horizontal",
|
|
1563
|
+
"type": "stack"
|
|
1563
1564
|
},
|
|
1564
1565
|
{
|
|
1566
|
+
"type": "stack",
|
|
1567
|
+
"gap": "md",
|
|
1565
1568
|
"children": [
|
|
1566
1569
|
{
|
|
1567
1570
|
"variant": "caption",
|
|
@@ -1570,74 +1573,71 @@
|
|
|
1570
1573
|
},
|
|
1571
1574
|
{
|
|
1572
1575
|
"variant": "body",
|
|
1573
|
-
"
|
|
1574
|
-
"
|
|
1576
|
+
"type": "typography",
|
|
1577
|
+
"content": "@entity.phone"
|
|
1575
1578
|
}
|
|
1576
1579
|
],
|
|
1577
|
-
"type": "stack",
|
|
1578
|
-
"gap": "md",
|
|
1579
1580
|
"direction": "horizontal"
|
|
1580
1581
|
},
|
|
1581
1582
|
{
|
|
1582
|
-
"gap": "md",
|
|
1583
|
-
"type": "stack",
|
|
1584
1583
|
"direction": "horizontal",
|
|
1584
|
+
"type": "stack",
|
|
1585
1585
|
"children": [
|
|
1586
1586
|
{
|
|
1587
|
-
"variant": "caption",
|
|
1588
1587
|
"type": "typography",
|
|
1588
|
+
"variant": "caption",
|
|
1589
1589
|
"content": "Rating"
|
|
1590
1590
|
},
|
|
1591
1591
|
{
|
|
1592
|
+
"variant": "body",
|
|
1592
1593
|
"content": "@entity.rating",
|
|
1593
|
-
"type": "typography"
|
|
1594
|
-
"variant": "body"
|
|
1594
|
+
"type": "typography"
|
|
1595
1595
|
}
|
|
1596
|
-
]
|
|
1596
|
+
],
|
|
1597
|
+
"gap": "md"
|
|
1597
1598
|
},
|
|
1598
1599
|
{
|
|
1600
|
+
"type": "stack",
|
|
1599
1601
|
"direction": "horizontal",
|
|
1602
|
+
"gap": "md",
|
|
1600
1603
|
"children": [
|
|
1601
1604
|
{
|
|
1605
|
+
"content": "Available",
|
|
1602
1606
|
"variant": "caption",
|
|
1603
|
-
"type": "typography"
|
|
1604
|
-
"content": "Available"
|
|
1607
|
+
"type": "typography"
|
|
1605
1608
|
},
|
|
1606
1609
|
{
|
|
1607
|
-
"variant": "body",
|
|
1608
1610
|
"content": "@entity.available",
|
|
1609
|
-
"type": "typography"
|
|
1611
|
+
"type": "typography",
|
|
1612
|
+
"variant": "body"
|
|
1610
1613
|
}
|
|
1611
|
-
]
|
|
1612
|
-
"gap": "md",
|
|
1613
|
-
"type": "stack"
|
|
1614
|
+
]
|
|
1614
1615
|
},
|
|
1615
1616
|
{
|
|
1616
1617
|
"type": "divider"
|
|
1617
1618
|
},
|
|
1618
1619
|
{
|
|
1620
|
+
"type": "stack",
|
|
1621
|
+
"gap": "sm",
|
|
1622
|
+
"direction": "horizontal",
|
|
1623
|
+
"justify": "end",
|
|
1619
1624
|
"children": [
|
|
1620
1625
|
{
|
|
1621
|
-
"action": "EDIT",
|
|
1622
|
-
"variant": "primary",
|
|
1623
|
-
"type": "button",
|
|
1624
1626
|
"icon": "edit",
|
|
1625
|
-
"
|
|
1627
|
+
"type": "button",
|
|
1628
|
+
"variant": "primary",
|
|
1629
|
+
"label": "Edit",
|
|
1630
|
+
"action": "EDIT"
|
|
1626
1631
|
},
|
|
1627
1632
|
{
|
|
1628
|
-
"label": "Close",
|
|
1629
1633
|
"action": "CLOSE",
|
|
1630
|
-
"
|
|
1631
|
-
"type": "button"
|
|
1634
|
+
"label": "Close",
|
|
1635
|
+
"type": "button",
|
|
1636
|
+
"variant": "ghost"
|
|
1632
1637
|
}
|
|
1633
|
-
]
|
|
1634
|
-
"gap": "sm",
|
|
1635
|
-
"type": "stack",
|
|
1636
|
-
"justify": "end",
|
|
1637
|
-
"direction": "horizontal"
|
|
1638
|
+
]
|
|
1638
1639
|
}
|
|
1639
|
-
]
|
|
1640
|
-
"type": "stack"
|
|
1640
|
+
]
|
|
1641
1641
|
}
|
|
1642
1642
|
]
|
|
1643
1643
|
]
|
|
@@ -1873,8 +1873,8 @@
|
|
|
1873
1873
|
"Provider",
|
|
1874
1874
|
{
|
|
1875
1875
|
"emit": {
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
1876
|
+
"failure": "ProviderLoadFailed",
|
|
1877
|
+
"success": "ProviderLoaded"
|
|
1878
1878
|
},
|
|
1879
1879
|
"id": "@payload.id"
|
|
1880
1880
|
}
|
|
@@ -1884,55 +1884,55 @@
|
|
|
1884
1884
|
"modal",
|
|
1885
1885
|
{
|
|
1886
1886
|
"gap": "md",
|
|
1887
|
-
"direction": "vertical",
|
|
1888
1887
|
"children": [
|
|
1889
1888
|
{
|
|
1890
|
-
"type": "stack",
|
|
1891
|
-
"gap": "sm",
|
|
1892
|
-
"direction": "horizontal",
|
|
1893
1889
|
"align": "center",
|
|
1890
|
+
"direction": "horizontal",
|
|
1891
|
+
"type": "stack",
|
|
1894
1892
|
"children": [
|
|
1895
1893
|
{
|
|
1896
1894
|
"name": "alert-triangle",
|
|
1897
1895
|
"type": "icon"
|
|
1898
1896
|
},
|
|
1899
1897
|
{
|
|
1900
|
-
"type": "typography",
|
|
1901
1898
|
"variant": "h3",
|
|
1902
|
-
"content": "Delete Provider"
|
|
1899
|
+
"content": "Delete Provider",
|
|
1900
|
+
"type": "typography"
|
|
1903
1901
|
}
|
|
1904
|
-
]
|
|
1902
|
+
],
|
|
1903
|
+
"gap": "sm"
|
|
1905
1904
|
},
|
|
1906
1905
|
{
|
|
1907
1906
|
"type": "divider"
|
|
1908
1907
|
},
|
|
1909
1908
|
{
|
|
1910
|
-
"
|
|
1909
|
+
"type": "alert",
|
|
1911
1910
|
"message": "This action cannot be undone.",
|
|
1912
|
-
"
|
|
1911
|
+
"variant": "error"
|
|
1913
1912
|
},
|
|
1914
1913
|
{
|
|
1915
|
-
"type": "stack",
|
|
1916
|
-
"direction": "horizontal",
|
|
1917
1914
|
"justify": "end",
|
|
1915
|
+
"direction": "horizontal",
|
|
1918
1916
|
"children": [
|
|
1919
1917
|
{
|
|
1920
|
-
"action": "CANCEL",
|
|
1921
1918
|
"variant": "ghost",
|
|
1919
|
+
"label": "Cancel",
|
|
1922
1920
|
"type": "button",
|
|
1923
|
-
"
|
|
1921
|
+
"action": "CANCEL"
|
|
1924
1922
|
},
|
|
1925
1923
|
{
|
|
1926
|
-
"variant": "danger",
|
|
1927
|
-
"label": "Delete",
|
|
1928
1924
|
"action": "CONFIRM_DELETE",
|
|
1925
|
+
"variant": "danger",
|
|
1929
1926
|
"type": "button",
|
|
1927
|
+
"label": "Delete",
|
|
1930
1928
|
"icon": "check"
|
|
1931
1929
|
}
|
|
1932
1930
|
],
|
|
1933
|
-
"gap": "sm"
|
|
1931
|
+
"gap": "sm",
|
|
1932
|
+
"type": "stack"
|
|
1934
1933
|
}
|
|
1935
1934
|
],
|
|
1935
|
+
"direction": "vertical",
|
|
1936
1936
|
"type": "stack"
|
|
1937
1937
|
}
|
|
1938
1938
|
]
|
|
@@ -1950,8 +1950,8 @@
|
|
|
1950
1950
|
"@entity.pendingId",
|
|
1951
1951
|
{
|
|
1952
1952
|
"emit": {
|
|
1953
|
-
"
|
|
1954
|
-
"
|
|
1953
|
+
"success": "ProviderDeleted",
|
|
1954
|
+
"failure": "ProviderDeleteFailed"
|
|
1955
1955
|
}
|
|
1956
1956
|
}
|
|
1957
1957
|
],
|
|
@@ -2275,109 +2275,109 @@
|
|
|
2275
2275
|
"render-ui",
|
|
2276
2276
|
"main",
|
|
2277
2277
|
{
|
|
2278
|
+
"navItems": [
|
|
2279
|
+
{
|
|
2280
|
+
"label": "Providers",
|
|
2281
|
+
"href": "/providers",
|
|
2282
|
+
"icon": "user-check"
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"href": "/book",
|
|
2286
|
+
"label": "Book",
|
|
2287
|
+
"icon": "calendar-plus"
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"label": "Appointments",
|
|
2291
|
+
"href": "/appointments",
|
|
2292
|
+
"icon": "calendar"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"href": "/schedule",
|
|
2296
|
+
"label": "Schedule",
|
|
2297
|
+
"icon": "clock"
|
|
2298
|
+
}
|
|
2299
|
+
],
|
|
2278
2300
|
"type": "dashboard-layout",
|
|
2279
|
-
"appName": "BookingSystemApp",
|
|
2280
2301
|
"children": [
|
|
2281
2302
|
{
|
|
2282
|
-
"maxWidth": "lg",
|
|
2283
2303
|
"type": "container",
|
|
2304
|
+
"padding": "lg",
|
|
2305
|
+
"maxWidth": "lg",
|
|
2284
2306
|
"children": [
|
|
2285
2307
|
{
|
|
2286
|
-
"direction": "vertical",
|
|
2287
2308
|
"gap": "lg",
|
|
2309
|
+
"type": "stack",
|
|
2310
|
+
"direction": "vertical",
|
|
2288
2311
|
"children": [
|
|
2289
2312
|
{
|
|
2290
|
-
"align": "center",
|
|
2291
|
-
"direction": "horizontal",
|
|
2292
2313
|
"type": "stack",
|
|
2314
|
+
"direction": "horizontal",
|
|
2293
2315
|
"gap": "sm",
|
|
2316
|
+
"align": "center",
|
|
2294
2317
|
"children": [
|
|
2295
2318
|
{
|
|
2296
|
-
"
|
|
2297
|
-
"
|
|
2319
|
+
"name": "calendar",
|
|
2320
|
+
"type": "icon"
|
|
2298
2321
|
},
|
|
2299
2322
|
{
|
|
2300
|
-
"type": "typography",
|
|
2301
2323
|
"content": "Book Appointment",
|
|
2324
|
+
"type": "typography",
|
|
2302
2325
|
"variant": "h2"
|
|
2303
2326
|
}
|
|
2304
2327
|
]
|
|
2305
2328
|
},
|
|
2306
2329
|
{
|
|
2307
|
-
"count": 3.0,
|
|
2308
2330
|
"type": "progress-dots",
|
|
2331
|
+
"count": 3.0,
|
|
2309
2332
|
"currentIndex": 0.0
|
|
2310
2333
|
},
|
|
2311
2334
|
{
|
|
2335
|
+
"type": "wizard-progress",
|
|
2312
2336
|
"steps": [
|
|
2313
2337
|
"Provider Selection",
|
|
2314
2338
|
"Your Details",
|
|
2315
2339
|
"Date and Time"
|
|
2316
2340
|
],
|
|
2317
|
-
"currentStep": 0.0
|
|
2318
|
-
"type": "wizard-progress"
|
|
2341
|
+
"currentStep": 0.0
|
|
2319
2342
|
},
|
|
2320
2343
|
{
|
|
2321
2344
|
"type": "divider"
|
|
2322
2345
|
},
|
|
2323
2346
|
{
|
|
2324
|
-
"content": "Provider Selection",
|
|
2325
2347
|
"type": "typography",
|
|
2348
|
+
"content": "Provider Selection",
|
|
2326
2349
|
"variant": "h3"
|
|
2327
2350
|
},
|
|
2328
2351
|
{
|
|
2329
|
-
"type": "form-section",
|
|
2330
|
-
"mode": "create",
|
|
2331
|
-
"cancelEvent": "INIT",
|
|
2332
2352
|
"fields": [
|
|
2333
2353
|
"providerName"
|
|
2334
2354
|
],
|
|
2335
|
-
"
|
|
2355
|
+
"mode": "create",
|
|
2356
|
+
"type": "form-section",
|
|
2357
|
+
"submitEvent": "NEXT",
|
|
2358
|
+
"cancelEvent": "INIT"
|
|
2336
2359
|
},
|
|
2337
2360
|
{
|
|
2338
2361
|
"direction": "horizontal",
|
|
2339
|
-
"type": "stack",
|
|
2340
|
-
"gap": "sm",
|
|
2341
|
-
"justify": "end",
|
|
2342
2362
|
"children": [
|
|
2343
2363
|
{
|
|
2344
|
-
"action": "NEXT",
|
|
2345
|
-
"variant": "primary",
|
|
2346
|
-
"label": "Next",
|
|
2347
2364
|
"type": "button",
|
|
2348
|
-
"icon": "arrow-right"
|
|
2365
|
+
"icon": "arrow-right",
|
|
2366
|
+
"variant": "primary",
|
|
2367
|
+
"action": "NEXT",
|
|
2368
|
+
"label": "Next"
|
|
2349
2369
|
}
|
|
2350
|
-
]
|
|
2370
|
+
],
|
|
2371
|
+
"justify": "end",
|
|
2372
|
+
"type": "stack",
|
|
2373
|
+
"gap": "sm"
|
|
2351
2374
|
}
|
|
2352
|
-
]
|
|
2353
|
-
"type": "stack"
|
|
2375
|
+
]
|
|
2354
2376
|
}
|
|
2355
|
-
]
|
|
2356
|
-
"padding": "lg"
|
|
2377
|
+
]
|
|
2357
2378
|
}
|
|
2358
2379
|
],
|
|
2359
|
-
"
|
|
2360
|
-
{
|
|
2361
|
-
"icon": "user-check",
|
|
2362
|
-
"href": "/providers",
|
|
2363
|
-
"label": "Providers"
|
|
2364
|
-
},
|
|
2365
|
-
{
|
|
2366
|
-
"icon": "calendar-plus",
|
|
2367
|
-
"label": "Book",
|
|
2368
|
-
"href": "/book"
|
|
2369
|
-
},
|
|
2370
|
-
{
|
|
2371
|
-
"href": "/appointments",
|
|
2372
|
-
"icon": "calendar",
|
|
2373
|
-
"label": "Appointments"
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"icon": "clock",
|
|
2377
|
-
"href": "/schedule",
|
|
2378
|
-
"label": "Schedule"
|
|
2379
|
-
}
|
|
2380
|
-
]
|
|
2380
|
+
"appName": "BookingSystemApp"
|
|
2381
2381
|
}
|
|
2382
2382
|
]
|
|
2383
2383
|
]
|
|
@@ -2392,8 +2392,8 @@
|
|
|
2392
2392
|
"Booking",
|
|
2393
2393
|
{
|
|
2394
2394
|
"emit": {
|
|
2395
|
-
"
|
|
2396
|
-
"
|
|
2395
|
+
"failure": "BookingLoadFailed",
|
|
2396
|
+
"success": "BookingLoaded"
|
|
2397
2397
|
}
|
|
2398
2398
|
}
|
|
2399
2399
|
],
|
|
@@ -2402,31 +2402,32 @@
|
|
|
2402
2402
|
"main",
|
|
2403
2403
|
{
|
|
2404
2404
|
"type": "dashboard-layout",
|
|
2405
|
-
"appName": "BookingSystemApp",
|
|
2406
2405
|
"navItems": [
|
|
2407
2406
|
{
|
|
2408
|
-
"icon": "user-check",
|
|
2409
2407
|
"label": "Providers",
|
|
2410
|
-
"href": "/providers"
|
|
2408
|
+
"href": "/providers",
|
|
2409
|
+
"icon": "user-check"
|
|
2411
2410
|
},
|
|
2412
2411
|
{
|
|
2412
|
+
"label": "Book",
|
|
2413
2413
|
"href": "/book",
|
|
2414
|
-
"icon": "calendar-plus"
|
|
2415
|
-
"label": "Book"
|
|
2414
|
+
"icon": "calendar-plus"
|
|
2416
2415
|
},
|
|
2417
2416
|
{
|
|
2418
|
-
"href": "/appointments",
|
|
2419
2417
|
"icon": "calendar",
|
|
2418
|
+
"href": "/appointments",
|
|
2420
2419
|
"label": "Appointments"
|
|
2421
2420
|
},
|
|
2422
2421
|
{
|
|
2423
|
-
"icon": "clock",
|
|
2424
2422
|
"label": "Schedule",
|
|
2425
|
-
"href": "/schedule"
|
|
2423
|
+
"href": "/schedule",
|
|
2424
|
+
"icon": "clock"
|
|
2426
2425
|
}
|
|
2427
2426
|
],
|
|
2428
2427
|
"children": [
|
|
2429
2428
|
{
|
|
2429
|
+
"maxWidth": "lg",
|
|
2430
|
+
"padding": "lg",
|
|
2430
2431
|
"type": "container",
|
|
2431
2432
|
"children": [
|
|
2432
2433
|
{
|
|
@@ -2435,83 +2436,82 @@
|
|
|
2435
2436
|
"gap": "lg",
|
|
2436
2437
|
"children": [
|
|
2437
2438
|
{
|
|
2439
|
+
"type": "stack",
|
|
2440
|
+
"gap": "sm",
|
|
2438
2441
|
"children": [
|
|
2439
2442
|
{
|
|
2440
2443
|
"type": "icon",
|
|
2441
2444
|
"name": "calendar"
|
|
2442
2445
|
},
|
|
2443
2446
|
{
|
|
2444
|
-
"type": "typography",
|
|
2445
2447
|
"content": "Book Appointment",
|
|
2448
|
+
"type": "typography",
|
|
2446
2449
|
"variant": "h2"
|
|
2447
2450
|
}
|
|
2448
2451
|
],
|
|
2449
2452
|
"align": "center",
|
|
2450
|
-
"direction": "horizontal"
|
|
2451
|
-
"gap": "sm",
|
|
2452
|
-
"type": "stack"
|
|
2453
|
+
"direction": "horizontal"
|
|
2453
2454
|
},
|
|
2454
2455
|
{
|
|
2456
|
+
"type": "progress-dots",
|
|
2455
2457
|
"count": 3.0,
|
|
2456
|
-
"currentIndex": 1.0
|
|
2457
|
-
"type": "progress-dots"
|
|
2458
|
+
"currentIndex": 1.0
|
|
2458
2459
|
},
|
|
2459
2460
|
{
|
|
2460
|
-
"type": "wizard-progress",
|
|
2461
2461
|
"steps": [
|
|
2462
2462
|
"Provider Selection",
|
|
2463
2463
|
"Your Details",
|
|
2464
2464
|
"Date and Time"
|
|
2465
2465
|
],
|
|
2466
|
-
"currentStep": 1.0
|
|
2466
|
+
"currentStep": 1.0,
|
|
2467
|
+
"type": "wizard-progress"
|
|
2467
2468
|
},
|
|
2468
2469
|
{
|
|
2469
2470
|
"type": "divider"
|
|
2470
2471
|
},
|
|
2471
2472
|
{
|
|
2472
|
-
"
|
|
2473
|
+
"content": "Your Details",
|
|
2473
2474
|
"variant": "h3",
|
|
2474
|
-
"
|
|
2475
|
+
"type": "typography"
|
|
2475
2476
|
},
|
|
2476
2477
|
{
|
|
2478
|
+
"submitEvent": "NEXT",
|
|
2477
2479
|
"cancelEvent": "PREV",
|
|
2480
|
+
"type": "form-section",
|
|
2478
2481
|
"fields": [
|
|
2479
2482
|
"customerName",
|
|
2480
2483
|
"customerEmail"
|
|
2481
2484
|
],
|
|
2482
|
-
"mode": "create"
|
|
2483
|
-
"submitEvent": "NEXT",
|
|
2484
|
-
"type": "form-section"
|
|
2485
|
+
"mode": "create"
|
|
2485
2486
|
},
|
|
2486
2487
|
{
|
|
2488
|
+
"justify": "end",
|
|
2489
|
+
"gap": "sm",
|
|
2490
|
+
"direction": "horizontal",
|
|
2491
|
+
"type": "stack",
|
|
2487
2492
|
"children": [
|
|
2488
2493
|
{
|
|
2489
|
-
"icon": "arrow-left",
|
|
2490
|
-
"variant": "ghost",
|
|
2491
|
-
"type": "button",
|
|
2492
2494
|
"label": "Back",
|
|
2493
|
-
"action": "PREV"
|
|
2495
|
+
"action": "PREV",
|
|
2496
|
+
"type": "button",
|
|
2497
|
+
"variant": "ghost",
|
|
2498
|
+
"icon": "arrow-left"
|
|
2494
2499
|
},
|
|
2495
2500
|
{
|
|
2496
|
-
"
|
|
2501
|
+
"type": "button",
|
|
2497
2502
|
"action": "NEXT",
|
|
2498
2503
|
"variant": "primary",
|
|
2499
2504
|
"icon": "arrow-right",
|
|
2500
|
-
"
|
|
2505
|
+
"label": "Next"
|
|
2501
2506
|
}
|
|
2502
|
-
]
|
|
2503
|
-
"direction": "horizontal",
|
|
2504
|
-
"gap": "sm",
|
|
2505
|
-
"justify": "end",
|
|
2506
|
-
"type": "stack"
|
|
2507
|
+
]
|
|
2507
2508
|
}
|
|
2508
2509
|
]
|
|
2509
2510
|
}
|
|
2510
|
-
]
|
|
2511
|
-
"padding": "lg",
|
|
2512
|
-
"maxWidth": "lg"
|
|
2511
|
+
]
|
|
2513
2512
|
}
|
|
2514
|
-
]
|
|
2513
|
+
],
|
|
2514
|
+
"appName": "BookingSystemApp"
|
|
2515
2515
|
}
|
|
2516
2516
|
]
|
|
2517
2517
|
]
|
|
@@ -2526,8 +2526,8 @@
|
|
|
2526
2526
|
"Booking",
|
|
2527
2527
|
{
|
|
2528
2528
|
"emit": {
|
|
2529
|
-
"
|
|
2530
|
-
"
|
|
2529
|
+
"failure": "BookingLoadFailed",
|
|
2530
|
+
"success": "BookingLoaded"
|
|
2531
2531
|
}
|
|
2532
2532
|
}
|
|
2533
2533
|
],
|
|
@@ -2535,12 +2535,8 @@
|
|
|
2535
2535
|
"render-ui",
|
|
2536
2536
|
"main",
|
|
2537
2537
|
{
|
|
2538
|
-
"type": "dashboard-layout",
|
|
2539
|
-
"appName": "BookingSystemApp",
|
|
2540
2538
|
"children": [
|
|
2541
2539
|
{
|
|
2542
|
-
"maxWidth": "lg",
|
|
2543
|
-
"padding": "lg",
|
|
2544
2540
|
"children": [
|
|
2545
2541
|
{
|
|
2546
2542
|
"gap": "lg",
|
|
@@ -2548,9 +2544,9 @@
|
|
|
2548
2544
|
"direction": "vertical",
|
|
2549
2545
|
"children": [
|
|
2550
2546
|
{
|
|
2551
|
-
"direction": "horizontal",
|
|
2552
2547
|
"gap": "sm",
|
|
2553
2548
|
"type": "stack",
|
|
2549
|
+
"direction": "horizontal",
|
|
2554
2550
|
"align": "center",
|
|
2555
2551
|
"children": [
|
|
2556
2552
|
{
|
|
@@ -2558,16 +2554,16 @@
|
|
|
2558
2554
|
"name": "calendar"
|
|
2559
2555
|
},
|
|
2560
2556
|
{
|
|
2561
|
-
"content": "Book Appointment",
|
|
2562
2557
|
"type": "typography",
|
|
2558
|
+
"content": "Book Appointment",
|
|
2563
2559
|
"variant": "h2"
|
|
2564
2560
|
}
|
|
2565
2561
|
]
|
|
2566
2562
|
},
|
|
2567
2563
|
{
|
|
2564
|
+
"currentIndex": 2.0,
|
|
2568
2565
|
"type": "progress-dots",
|
|
2569
|
-
"count": 3.0
|
|
2570
|
-
"currentIndex": 2.0
|
|
2566
|
+
"count": 3.0
|
|
2571
2567
|
},
|
|
2572
2568
|
{
|
|
2573
2569
|
"steps": [
|
|
@@ -2575,76 +2571,80 @@
|
|
|
2575
2571
|
"Your Details",
|
|
2576
2572
|
"Date and Time"
|
|
2577
2573
|
],
|
|
2578
|
-
"
|
|
2579
|
-
"
|
|
2574
|
+
"type": "wizard-progress",
|
|
2575
|
+
"currentStep": 2.0
|
|
2580
2576
|
},
|
|
2581
2577
|
{
|
|
2582
2578
|
"type": "divider"
|
|
2583
2579
|
},
|
|
2584
2580
|
{
|
|
2585
|
-
"type": "typography",
|
|
2586
2581
|
"content": "Date and Time",
|
|
2587
|
-
"variant": "h3"
|
|
2582
|
+
"variant": "h3",
|
|
2583
|
+
"type": "typography"
|
|
2588
2584
|
},
|
|
2589
2585
|
{
|
|
2590
|
-
"cancelEvent": "PREV",
|
|
2591
|
-
"mode": "create",
|
|
2592
2586
|
"type": "form-section",
|
|
2593
2587
|
"submitEvent": "NEXT",
|
|
2594
2588
|
"fields": [
|
|
2595
2589
|
"date",
|
|
2596
2590
|
"time",
|
|
2597
2591
|
"notes"
|
|
2598
|
-
]
|
|
2592
|
+
],
|
|
2593
|
+
"mode": "create",
|
|
2594
|
+
"cancelEvent": "PREV"
|
|
2599
2595
|
},
|
|
2600
2596
|
{
|
|
2601
|
-
"
|
|
2602
|
-
"gap": "sm",
|
|
2597
|
+
"direction": "horizontal",
|
|
2603
2598
|
"children": [
|
|
2604
2599
|
{
|
|
2605
|
-
"
|
|
2600
|
+
"action": "PREV",
|
|
2606
2601
|
"icon": "arrow-left",
|
|
2607
2602
|
"label": "Back",
|
|
2608
|
-
"
|
|
2603
|
+
"variant": "ghost",
|
|
2609
2604
|
"type": "button"
|
|
2610
2605
|
},
|
|
2611
2606
|
{
|
|
2612
2607
|
"type": "button",
|
|
2613
|
-
"action": "NEXT",
|
|
2614
|
-
"variant": "primary",
|
|
2615
2608
|
"icon": "arrow-right",
|
|
2616
|
-
"
|
|
2609
|
+
"action": "NEXT",
|
|
2610
|
+
"label": "Next",
|
|
2611
|
+
"variant": "primary"
|
|
2617
2612
|
}
|
|
2618
2613
|
],
|
|
2614
|
+
"type": "stack",
|
|
2619
2615
|
"justify": "end",
|
|
2620
|
-
"
|
|
2616
|
+
"gap": "sm"
|
|
2621
2617
|
}
|
|
2622
2618
|
]
|
|
2623
2619
|
}
|
|
2624
2620
|
],
|
|
2625
|
-
"
|
|
2621
|
+
"maxWidth": "lg",
|
|
2622
|
+
"type": "container",
|
|
2623
|
+
"padding": "lg"
|
|
2626
2624
|
}
|
|
2627
2625
|
],
|
|
2626
|
+
"appName": "BookingSystemApp",
|
|
2627
|
+
"type": "dashboard-layout",
|
|
2628
2628
|
"navItems": [
|
|
2629
2629
|
{
|
|
2630
2630
|
"href": "/providers",
|
|
2631
|
-
"
|
|
2632
|
-
"
|
|
2631
|
+
"icon": "user-check",
|
|
2632
|
+
"label": "Providers"
|
|
2633
2633
|
},
|
|
2634
2634
|
{
|
|
2635
|
-
"
|
|
2635
|
+
"href": "/book",
|
|
2636
2636
|
"icon": "calendar-plus",
|
|
2637
|
-
"
|
|
2637
|
+
"label": "Book"
|
|
2638
2638
|
},
|
|
2639
2639
|
{
|
|
2640
|
+
"href": "/appointments",
|
|
2640
2641
|
"label": "Appointments",
|
|
2641
|
-
"icon": "calendar"
|
|
2642
|
-
"href": "/appointments"
|
|
2642
|
+
"icon": "calendar"
|
|
2643
2643
|
},
|
|
2644
2644
|
{
|
|
2645
|
-
"
|
|
2645
|
+
"label": "Schedule",
|
|
2646
2646
|
"href": "/schedule",
|
|
2647
|
-
"
|
|
2647
|
+
"icon": "clock"
|
|
2648
2648
|
}
|
|
2649
2649
|
]
|
|
2650
2650
|
}
|
|
@@ -2661,8 +2661,8 @@
|
|
|
2661
2661
|
"Booking",
|
|
2662
2662
|
{
|
|
2663
2663
|
"emit": {
|
|
2664
|
-
"
|
|
2665
|
-
"
|
|
2664
|
+
"success": "BookingLoaded",
|
|
2665
|
+
"failure": "BookingLoadFailed"
|
|
2666
2666
|
}
|
|
2667
2667
|
}
|
|
2668
2668
|
],
|
|
@@ -2673,84 +2673,82 @@
|
|
|
2673
2673
|
"children": [
|
|
2674
2674
|
{
|
|
2675
2675
|
"type": "container",
|
|
2676
|
-
"maxWidth": "lg",
|
|
2677
|
-
"padding": "lg",
|
|
2678
2676
|
"children": [
|
|
2679
2677
|
{
|
|
2678
|
+
"type": "stack",
|
|
2679
|
+
"direction": "vertical",
|
|
2680
|
+
"gap": "lg",
|
|
2680
2681
|
"children": [
|
|
2681
2682
|
{
|
|
2682
2683
|
"type": "stack",
|
|
2683
|
-
"align": "center",
|
|
2684
|
-
"direction": "horizontal",
|
|
2685
|
-
"gap": "sm",
|
|
2686
2684
|
"children": [
|
|
2687
2685
|
{
|
|
2688
|
-
"
|
|
2689
|
-
"
|
|
2686
|
+
"name": "calendar",
|
|
2687
|
+
"type": "icon"
|
|
2690
2688
|
},
|
|
2691
2689
|
{
|
|
2692
|
-
"
|
|
2690
|
+
"variant": "h2",
|
|
2693
2691
|
"content": "Book Appointment",
|
|
2694
|
-
"
|
|
2692
|
+
"type": "typography"
|
|
2695
2693
|
}
|
|
2696
|
-
]
|
|
2694
|
+
],
|
|
2695
|
+
"align": "center",
|
|
2696
|
+
"gap": "sm",
|
|
2697
|
+
"direction": "horizontal"
|
|
2697
2698
|
},
|
|
2698
2699
|
{
|
|
2699
|
-
"count": 3.0,
|
|
2700
2700
|
"type": "progress-dots",
|
|
2701
|
+
"count": 3.0,
|
|
2701
2702
|
"currentIndex": 0.0
|
|
2702
2703
|
},
|
|
2703
2704
|
{
|
|
2704
|
-
"
|
|
2705
|
+
"type": "wizard-progress",
|
|
2705
2706
|
"steps": [
|
|
2706
2707
|
"Provider Selection",
|
|
2707
2708
|
"Your Details",
|
|
2708
2709
|
"Date and Time"
|
|
2709
2710
|
],
|
|
2710
|
-
"
|
|
2711
|
+
"currentStep": 0.0
|
|
2711
2712
|
},
|
|
2712
2713
|
{
|
|
2713
2714
|
"type": "divider"
|
|
2714
2715
|
},
|
|
2715
2716
|
{
|
|
2716
|
-
"
|
|
2717
|
+
"content": "Provider Selection",
|
|
2717
2718
|
"type": "typography",
|
|
2718
|
-
"
|
|
2719
|
+
"variant": "h3"
|
|
2719
2720
|
},
|
|
2720
2721
|
{
|
|
2721
2722
|
"cancelEvent": "INIT",
|
|
2722
|
-
"
|
|
2723
|
+
"type": "form-section",
|
|
2723
2724
|
"submitEvent": "NEXT",
|
|
2724
2725
|
"fields": [
|
|
2725
2726
|
"providerName"
|
|
2726
2727
|
],
|
|
2727
|
-
"
|
|
2728
|
+
"mode": "create"
|
|
2728
2729
|
},
|
|
2729
2730
|
{
|
|
2730
|
-
"gap": "sm",
|
|
2731
|
-
"type": "stack",
|
|
2732
2731
|
"direction": "horizontal",
|
|
2733
|
-
"
|
|
2732
|
+
"type": "stack",
|
|
2733
|
+
"gap": "sm",
|
|
2734
2734
|
"children": [
|
|
2735
2735
|
{
|
|
2736
|
-
"type": "button",
|
|
2737
|
-
"label": "Next",
|
|
2738
2736
|
"icon": "arrow-right",
|
|
2739
|
-
"
|
|
2740
|
-
"action": "NEXT"
|
|
2737
|
+
"label": "Next",
|
|
2738
|
+
"action": "NEXT",
|
|
2739
|
+
"type": "button",
|
|
2740
|
+
"variant": "primary"
|
|
2741
2741
|
}
|
|
2742
|
-
]
|
|
2742
|
+
],
|
|
2743
|
+
"justify": "end"
|
|
2743
2744
|
}
|
|
2744
|
-
]
|
|
2745
|
-
"direction": "vertical",
|
|
2746
|
-
"gap": "lg",
|
|
2747
|
-
"type": "stack"
|
|
2745
|
+
]
|
|
2748
2746
|
}
|
|
2749
|
-
]
|
|
2747
|
+
],
|
|
2748
|
+
"padding": "lg",
|
|
2749
|
+
"maxWidth": "lg"
|
|
2750
2750
|
}
|
|
2751
2751
|
],
|
|
2752
|
-
"type": "dashboard-layout",
|
|
2753
|
-
"appName": "BookingSystemApp",
|
|
2754
2752
|
"navItems": [
|
|
2755
2753
|
{
|
|
2756
2754
|
"href": "/providers",
|
|
@@ -2758,21 +2756,23 @@
|
|
|
2758
2756
|
"icon": "user-check"
|
|
2759
2757
|
},
|
|
2760
2758
|
{
|
|
2761
|
-
"
|
|
2759
|
+
"href": "/book",
|
|
2762
2760
|
"icon": "calendar-plus",
|
|
2763
|
-
"
|
|
2761
|
+
"label": "Book"
|
|
2764
2762
|
},
|
|
2765
2763
|
{
|
|
2766
|
-
"
|
|
2764
|
+
"href": "/appointments",
|
|
2767
2765
|
"label": "Appointments",
|
|
2768
|
-
"
|
|
2766
|
+
"icon": "calendar"
|
|
2769
2767
|
},
|
|
2770
2768
|
{
|
|
2769
|
+
"href": "/schedule",
|
|
2771
2770
|
"label": "Schedule",
|
|
2772
|
-
"icon": "clock"
|
|
2773
|
-
"href": "/schedule"
|
|
2771
|
+
"icon": "clock"
|
|
2774
2772
|
}
|
|
2775
|
-
]
|
|
2773
|
+
],
|
|
2774
|
+
"type": "dashboard-layout",
|
|
2775
|
+
"appName": "BookingSystemApp"
|
|
2776
2776
|
}
|
|
2777
2777
|
]
|
|
2778
2778
|
]
|
|
@@ -2787,8 +2787,8 @@
|
|
|
2787
2787
|
"Booking",
|
|
2788
2788
|
{
|
|
2789
2789
|
"emit": {
|
|
2790
|
-
"
|
|
2791
|
-
"
|
|
2790
|
+
"success": "BookingLoaded",
|
|
2791
|
+
"failure": "BookingLoadFailed"
|
|
2792
2792
|
}
|
|
2793
2793
|
}
|
|
2794
2794
|
],
|
|
@@ -2796,122 +2796,124 @@
|
|
|
2796
2796
|
"render-ui",
|
|
2797
2797
|
"main",
|
|
2798
2798
|
{
|
|
2799
|
+
"appName": "BookingSystemApp",
|
|
2800
|
+
"type": "dashboard-layout",
|
|
2799
2801
|
"children": [
|
|
2800
2802
|
{
|
|
2801
2803
|
"gap": "lg",
|
|
2802
|
-
"type": "stack",
|
|
2803
|
-
"direction": "vertical",
|
|
2804
2804
|
"children": [
|
|
2805
2805
|
{
|
|
2806
2806
|
"align": "center",
|
|
2807
|
-
"
|
|
2807
|
+
"type": "stack",
|
|
2808
2808
|
"gap": "sm",
|
|
2809
|
+
"direction": "horizontal",
|
|
2809
2810
|
"children": [
|
|
2810
2811
|
{
|
|
2811
|
-
"
|
|
2812
|
-
"
|
|
2812
|
+
"type": "icon",
|
|
2813
|
+
"name": "calendar"
|
|
2813
2814
|
},
|
|
2814
2815
|
{
|
|
2815
2816
|
"type": "typography",
|
|
2816
2817
|
"variant": "h2",
|
|
2817
2818
|
"content": "Book Appointment"
|
|
2818
2819
|
}
|
|
2819
|
-
]
|
|
2820
|
-
"type": "stack"
|
|
2820
|
+
]
|
|
2821
2821
|
},
|
|
2822
2822
|
{
|
|
2823
|
-
"
|
|
2824
|
-
"
|
|
2823
|
+
"label": "Review",
|
|
2824
|
+
"type": "badge"
|
|
2825
2825
|
},
|
|
2826
2826
|
{
|
|
2827
2827
|
"type": "wizard-progress",
|
|
2828
|
+
"currentStep": 3.0,
|
|
2828
2829
|
"steps": [
|
|
2829
2830
|
"Provider Selection",
|
|
2830
2831
|
"Your Details",
|
|
2831
2832
|
"Date and Time"
|
|
2832
|
-
]
|
|
2833
|
-
"currentStep": 3.0
|
|
2833
|
+
]
|
|
2834
2834
|
},
|
|
2835
2835
|
{
|
|
2836
2836
|
"type": "divider"
|
|
2837
2837
|
},
|
|
2838
2838
|
{
|
|
2839
|
+
"type": "stack",
|
|
2840
|
+
"gap": "sm",
|
|
2841
|
+
"direction": "vertical",
|
|
2839
2842
|
"children": [
|
|
2840
2843
|
{
|
|
2841
|
-
"
|
|
2844
|
+
"justify": "between",
|
|
2845
|
+
"direction": "horizontal",
|
|
2846
|
+
"type": "stack",
|
|
2842
2847
|
"children": [
|
|
2843
2848
|
{
|
|
2844
|
-
"
|
|
2849
|
+
"type": "typography",
|
|
2845
2850
|
"content": "Provider Name",
|
|
2846
|
-
"
|
|
2851
|
+
"variant": "caption"
|
|
2847
2852
|
},
|
|
2848
2853
|
{
|
|
2849
|
-
"
|
|
2854
|
+
"type": "typography",
|
|
2850
2855
|
"content": "@entity.providerName",
|
|
2851
|
-
"
|
|
2856
|
+
"variant": "body"
|
|
2852
2857
|
}
|
|
2853
2858
|
],
|
|
2854
|
-
"
|
|
2855
|
-
"justify": "between",
|
|
2856
|
-
"type": "stack"
|
|
2859
|
+
"gap": "md"
|
|
2857
2860
|
},
|
|
2858
2861
|
{
|
|
2859
|
-
"
|
|
2862
|
+
"direction": "horizontal",
|
|
2860
2863
|
"justify": "between",
|
|
2861
2864
|
"children": [
|
|
2862
2865
|
{
|
|
2866
|
+
"variant": "caption",
|
|
2863
2867
|
"content": "Customer Name",
|
|
2864
|
-
"type": "typography"
|
|
2865
|
-
"variant": "caption"
|
|
2868
|
+
"type": "typography"
|
|
2866
2869
|
},
|
|
2867
2870
|
{
|
|
2868
|
-
"
|
|
2871
|
+
"content": "@entity.customerName",
|
|
2869
2872
|
"type": "typography",
|
|
2870
|
-
"
|
|
2873
|
+
"variant": "body"
|
|
2871
2874
|
}
|
|
2872
2875
|
],
|
|
2873
|
-
"
|
|
2876
|
+
"gap": "md",
|
|
2874
2877
|
"type": "stack"
|
|
2875
2878
|
},
|
|
2876
2879
|
{
|
|
2880
|
+
"justify": "between",
|
|
2877
2881
|
"type": "stack",
|
|
2878
2882
|
"direction": "horizontal",
|
|
2879
|
-
"gap": "md",
|
|
2880
2883
|
"children": [
|
|
2881
2884
|
{
|
|
2882
2885
|
"type": "typography",
|
|
2883
|
-
"
|
|
2884
|
-
"
|
|
2886
|
+
"content": "Customer Email",
|
|
2887
|
+
"variant": "caption"
|
|
2885
2888
|
},
|
|
2886
2889
|
{
|
|
2887
|
-
"variant": "body",
|
|
2888
2890
|
"type": "typography",
|
|
2891
|
+
"variant": "body",
|
|
2889
2892
|
"content": "@entity.customerEmail"
|
|
2890
2893
|
}
|
|
2891
2894
|
],
|
|
2892
|
-
"
|
|
2895
|
+
"gap": "md"
|
|
2893
2896
|
},
|
|
2894
2897
|
{
|
|
2895
|
-
"type": "stack",
|
|
2896
2898
|
"direction": "horizontal",
|
|
2899
|
+
"justify": "between",
|
|
2900
|
+
"gap": "md",
|
|
2901
|
+
"type": "stack",
|
|
2897
2902
|
"children": [
|
|
2898
2903
|
{
|
|
2899
|
-
"
|
|
2904
|
+
"content": "Date",
|
|
2900
2905
|
"variant": "caption",
|
|
2901
|
-
"
|
|
2906
|
+
"type": "typography"
|
|
2902
2907
|
},
|
|
2903
2908
|
{
|
|
2904
|
-
"type": "typography",
|
|
2905
2909
|
"variant": "body",
|
|
2910
|
+
"type": "typography",
|
|
2906
2911
|
"content": "@entity.date"
|
|
2907
2912
|
}
|
|
2908
|
-
]
|
|
2909
|
-
"gap": "md",
|
|
2910
|
-
"justify": "between"
|
|
2913
|
+
]
|
|
2911
2914
|
},
|
|
2912
2915
|
{
|
|
2913
|
-
"
|
|
2914
|
-
"justify": "between",
|
|
2916
|
+
"gap": "md",
|
|
2915
2917
|
"children": [
|
|
2916
2918
|
{
|
|
2917
2919
|
"content": "Time",
|
|
@@ -2919,22 +2921,24 @@
|
|
|
2919
2921
|
"type": "typography"
|
|
2920
2922
|
},
|
|
2921
2923
|
{
|
|
2924
|
+
"content": "@entity.time",
|
|
2922
2925
|
"type": "typography",
|
|
2923
|
-
"variant": "body"
|
|
2924
|
-
"content": "@entity.time"
|
|
2926
|
+
"variant": "body"
|
|
2925
2927
|
}
|
|
2926
2928
|
],
|
|
2927
|
-
"
|
|
2928
|
-
"
|
|
2929
|
+
"type": "stack",
|
|
2930
|
+
"direction": "horizontal",
|
|
2931
|
+
"justify": "between"
|
|
2929
2932
|
},
|
|
2930
2933
|
{
|
|
2931
2934
|
"type": "stack",
|
|
2932
|
-
"
|
|
2935
|
+
"justify": "between",
|
|
2936
|
+
"direction": "horizontal",
|
|
2933
2937
|
"children": [
|
|
2934
2938
|
{
|
|
2935
2939
|
"type": "typography",
|
|
2936
|
-
"
|
|
2937
|
-
"
|
|
2940
|
+
"content": "Notes",
|
|
2941
|
+
"variant": "caption"
|
|
2938
2942
|
},
|
|
2939
2943
|
{
|
|
2940
2944
|
"type": "typography",
|
|
@@ -2942,47 +2946,43 @@
|
|
|
2942
2946
|
"content": "@entity.notes"
|
|
2943
2947
|
}
|
|
2944
2948
|
],
|
|
2945
|
-
"
|
|
2946
|
-
"justify": "between"
|
|
2949
|
+
"gap": "md"
|
|
2947
2950
|
}
|
|
2948
|
-
]
|
|
2949
|
-
"direction": "vertical",
|
|
2950
|
-
"type": "stack",
|
|
2951
|
-
"gap": "sm"
|
|
2951
|
+
]
|
|
2952
2952
|
},
|
|
2953
2953
|
{
|
|
2954
|
-
"showNext": false,
|
|
2955
|
-
"totalSteps": 4.0,
|
|
2956
2954
|
"type": "wizard-navigation",
|
|
2955
|
+
"totalSteps": 4.0,
|
|
2957
2956
|
"showBack": true,
|
|
2958
2957
|
"showComplete": true,
|
|
2959
|
-
"currentStep": 3.0
|
|
2958
|
+
"currentStep": 3.0,
|
|
2959
|
+
"showNext": false
|
|
2960
2960
|
}
|
|
2961
|
-
]
|
|
2961
|
+
],
|
|
2962
|
+
"type": "stack",
|
|
2963
|
+
"direction": "vertical"
|
|
2962
2964
|
}
|
|
2963
2965
|
],
|
|
2964
|
-
"appName": "BookingSystemApp",
|
|
2965
|
-
"type": "dashboard-layout",
|
|
2966
2966
|
"navItems": [
|
|
2967
2967
|
{
|
|
2968
|
+
"label": "Providers",
|
|
2968
2969
|
"href": "/providers",
|
|
2969
|
-
"icon": "user-check"
|
|
2970
|
-
"label": "Providers"
|
|
2970
|
+
"icon": "user-check"
|
|
2971
2971
|
},
|
|
2972
2972
|
{
|
|
2973
|
-
"href": "/book",
|
|
2974
2973
|
"label": "Book",
|
|
2974
|
+
"href": "/book",
|
|
2975
2975
|
"icon": "calendar-plus"
|
|
2976
2976
|
},
|
|
2977
2977
|
{
|
|
2978
|
-
"label": "Appointments",
|
|
2979
2978
|
"href": "/appointments",
|
|
2979
|
+
"label": "Appointments",
|
|
2980
2980
|
"icon": "calendar"
|
|
2981
2981
|
},
|
|
2982
2982
|
{
|
|
2983
|
-
"href": "/schedule",
|
|
2984
2983
|
"label": "Schedule",
|
|
2985
|
-
"icon": "clock"
|
|
2984
|
+
"icon": "clock",
|
|
2985
|
+
"href": "/schedule"
|
|
2986
2986
|
}
|
|
2987
2987
|
]
|
|
2988
2988
|
}
|
|
@@ -2999,8 +2999,8 @@
|
|
|
2999
2999
|
"Booking",
|
|
3000
3000
|
{
|
|
3001
3001
|
"emit": {
|
|
3002
|
-
"
|
|
3003
|
-
"
|
|
3002
|
+
"failure": "BookingLoadFailed",
|
|
3003
|
+
"success": "BookingLoaded"
|
|
3004
3004
|
}
|
|
3005
3005
|
}
|
|
3006
3006
|
],
|
|
@@ -3011,35 +3011,39 @@
|
|
|
3011
3011
|
"children": [
|
|
3012
3012
|
{
|
|
3013
3013
|
"maxWidth": "lg",
|
|
3014
|
+
"type": "container",
|
|
3015
|
+
"padding": "lg",
|
|
3014
3016
|
"children": [
|
|
3015
3017
|
{
|
|
3016
3018
|
"gap": "lg",
|
|
3019
|
+
"direction": "vertical",
|
|
3020
|
+
"type": "stack",
|
|
3017
3021
|
"children": [
|
|
3018
3022
|
{
|
|
3019
3023
|
"type": "stack",
|
|
3020
3024
|
"direction": "horizontal",
|
|
3025
|
+
"align": "center",
|
|
3026
|
+
"gap": "sm",
|
|
3021
3027
|
"children": [
|
|
3022
3028
|
{
|
|
3023
|
-
"
|
|
3024
|
-
"
|
|
3029
|
+
"name": "calendar",
|
|
3030
|
+
"type": "icon"
|
|
3025
3031
|
},
|
|
3026
3032
|
{
|
|
3027
|
-
"
|
|
3033
|
+
"type": "typography",
|
|
3028
3034
|
"variant": "h2",
|
|
3029
|
-
"
|
|
3035
|
+
"content": "Book Appointment"
|
|
3030
3036
|
}
|
|
3031
|
-
]
|
|
3032
|
-
"align": "center",
|
|
3033
|
-
"gap": "sm"
|
|
3037
|
+
]
|
|
3034
3038
|
},
|
|
3035
3039
|
{
|
|
3036
|
-
"
|
|
3040
|
+
"currentIndex": 1.0,
|
|
3037
3041
|
"count": 3.0,
|
|
3038
|
-
"
|
|
3042
|
+
"type": "progress-dots"
|
|
3039
3043
|
},
|
|
3040
3044
|
{
|
|
3041
|
-
"type": "wizard-progress",
|
|
3042
3045
|
"currentStep": 1.0,
|
|
3046
|
+
"type": "wizard-progress",
|
|
3043
3047
|
"steps": [
|
|
3044
3048
|
"Provider Selection",
|
|
3045
3049
|
"Your Details",
|
|
@@ -3050,51 +3054,48 @@
|
|
|
3050
3054
|
"type": "divider"
|
|
3051
3055
|
},
|
|
3052
3056
|
{
|
|
3053
|
-
"content": "Your Details",
|
|
3054
3057
|
"type": "typography",
|
|
3058
|
+
"content": "Your Details",
|
|
3055
3059
|
"variant": "h3"
|
|
3056
3060
|
},
|
|
3057
3061
|
{
|
|
3062
|
+
"mode": "create",
|
|
3058
3063
|
"type": "form-section",
|
|
3059
3064
|
"cancelEvent": "PREV",
|
|
3065
|
+
"submitEvent": "NEXT",
|
|
3060
3066
|
"fields": [
|
|
3061
3067
|
"customerName",
|
|
3062
3068
|
"customerEmail"
|
|
3063
|
-
]
|
|
3064
|
-
"submitEvent": "NEXT",
|
|
3065
|
-
"mode": "create"
|
|
3069
|
+
]
|
|
3066
3070
|
},
|
|
3067
3071
|
{
|
|
3068
|
-
"type": "stack",
|
|
3069
|
-
"justify": "end",
|
|
3070
|
-
"gap": "sm",
|
|
3071
|
-
"direction": "horizontal",
|
|
3072
3072
|
"children": [
|
|
3073
3073
|
{
|
|
3074
|
+
"action": "PREV",
|
|
3075
|
+
"type": "button",
|
|
3074
3076
|
"variant": "ghost",
|
|
3075
3077
|
"icon": "arrow-left",
|
|
3076
|
-
"label": "Back"
|
|
3077
|
-
"action": "PREV",
|
|
3078
|
-
"type": "button"
|
|
3078
|
+
"label": "Back"
|
|
3079
3079
|
},
|
|
3080
3080
|
{
|
|
3081
3081
|
"variant": "primary",
|
|
3082
|
-
"action": "NEXT",
|
|
3083
3082
|
"type": "button",
|
|
3084
|
-
"
|
|
3085
|
-
"label": "Next"
|
|
3083
|
+
"action": "NEXT",
|
|
3084
|
+
"label": "Next",
|
|
3085
|
+
"icon": "arrow-right"
|
|
3086
3086
|
}
|
|
3087
|
-
]
|
|
3087
|
+
],
|
|
3088
|
+
"justify": "end",
|
|
3089
|
+
"direction": "horizontal",
|
|
3090
|
+
"type": "stack",
|
|
3091
|
+
"gap": "sm"
|
|
3088
3092
|
}
|
|
3089
|
-
]
|
|
3090
|
-
"direction": "vertical",
|
|
3091
|
-
"type": "stack"
|
|
3093
|
+
]
|
|
3092
3094
|
}
|
|
3093
|
-
]
|
|
3094
|
-
"type": "container",
|
|
3095
|
-
"padding": "lg"
|
|
3095
|
+
]
|
|
3096
3096
|
}
|
|
3097
3097
|
],
|
|
3098
|
+
"type": "dashboard-layout",
|
|
3098
3099
|
"navItems": [
|
|
3099
3100
|
{
|
|
3100
3101
|
"icon": "user-check",
|
|
@@ -3112,12 +3113,11 @@
|
|
|
3112
3113
|
"icon": "calendar"
|
|
3113
3114
|
},
|
|
3114
3115
|
{
|
|
3115
|
-
"label": "Schedule",
|
|
3116
3116
|
"icon": "clock",
|
|
3117
|
+
"label": "Schedule",
|
|
3117
3118
|
"href": "/schedule"
|
|
3118
3119
|
}
|
|
3119
3120
|
],
|
|
3120
|
-
"type": "dashboard-layout",
|
|
3121
3121
|
"appName": "BookingSystemApp"
|
|
3122
3122
|
}
|
|
3123
3123
|
]
|
|
@@ -3144,28 +3144,27 @@
|
|
|
3144
3144
|
{
|
|
3145
3145
|
"children": [
|
|
3146
3146
|
{
|
|
3147
|
-
"maxWidth": "lg",
|
|
3148
|
-
"type": "container",
|
|
3149
3147
|
"padding": "lg",
|
|
3148
|
+
"type": "container",
|
|
3150
3149
|
"children": [
|
|
3151
3150
|
{
|
|
3152
|
-
"gap": "lg",
|
|
3153
3151
|
"type": "stack",
|
|
3154
3152
|
"direction": "vertical",
|
|
3153
|
+
"gap": "lg",
|
|
3155
3154
|
"children": [
|
|
3156
3155
|
{
|
|
3156
|
+
"type": "stack",
|
|
3157
|
+
"direction": "horizontal",
|
|
3157
3158
|
"gap": "sm",
|
|
3158
3159
|
"align": "center",
|
|
3159
|
-
"direction": "horizontal",
|
|
3160
|
-
"type": "stack",
|
|
3161
3160
|
"children": [
|
|
3162
3161
|
{
|
|
3163
3162
|
"type": "icon",
|
|
3164
3163
|
"name": "calendar"
|
|
3165
3164
|
},
|
|
3166
3165
|
{
|
|
3167
|
-
"content": "Book Appointment",
|
|
3168
3166
|
"type": "typography",
|
|
3167
|
+
"content": "Book Appointment",
|
|
3169
3168
|
"variant": "h2"
|
|
3170
3169
|
}
|
|
3171
3170
|
]
|
|
@@ -3188,53 +3187,54 @@
|
|
|
3188
3187
|
"type": "divider"
|
|
3189
3188
|
},
|
|
3190
3189
|
{
|
|
3191
|
-
"content": "Date and Time",
|
|
3192
3190
|
"type": "typography",
|
|
3191
|
+
"content": "Date and Time",
|
|
3193
3192
|
"variant": "h3"
|
|
3194
3193
|
},
|
|
3195
3194
|
{
|
|
3196
|
-
"mode": "create",
|
|
3197
|
-
"type": "form-section",
|
|
3198
|
-
"submitEvent": "NEXT",
|
|
3199
|
-
"cancelEvent": "PREV",
|
|
3200
3195
|
"fields": [
|
|
3201
3196
|
"date",
|
|
3202
3197
|
"time",
|
|
3203
3198
|
"notes"
|
|
3204
|
-
]
|
|
3199
|
+
],
|
|
3200
|
+
"mode": "create",
|
|
3201
|
+
"submitEvent": "NEXT",
|
|
3202
|
+
"type": "form-section",
|
|
3203
|
+
"cancelEvent": "PREV"
|
|
3205
3204
|
},
|
|
3206
3205
|
{
|
|
3207
|
-
"
|
|
3208
|
-
"direction": "horizontal",
|
|
3209
|
-
"gap": "sm",
|
|
3206
|
+
"justify": "end",
|
|
3210
3207
|
"children": [
|
|
3211
3208
|
{
|
|
3212
|
-
"label": "Back",
|
|
3213
|
-
"action": "PREV",
|
|
3214
3209
|
"type": "button",
|
|
3215
3210
|
"variant": "ghost",
|
|
3211
|
+
"label": "Back",
|
|
3212
|
+
"action": "PREV",
|
|
3216
3213
|
"icon": "arrow-left"
|
|
3217
3214
|
},
|
|
3218
3215
|
{
|
|
3219
|
-
"type": "button",
|
|
3220
|
-
"action": "NEXT",
|
|
3221
|
-
"variant": "primary",
|
|
3222
3216
|
"label": "Next",
|
|
3217
|
+
"variant": "primary",
|
|
3218
|
+
"action": "NEXT",
|
|
3219
|
+
"type": "button",
|
|
3223
3220
|
"icon": "arrow-right"
|
|
3224
3221
|
}
|
|
3225
3222
|
],
|
|
3226
|
-
"
|
|
3223
|
+
"direction": "horizontal",
|
|
3224
|
+
"gap": "sm",
|
|
3225
|
+
"type": "stack"
|
|
3227
3226
|
}
|
|
3228
3227
|
]
|
|
3229
3228
|
}
|
|
3230
|
-
]
|
|
3229
|
+
],
|
|
3230
|
+
"maxWidth": "lg"
|
|
3231
3231
|
}
|
|
3232
3232
|
],
|
|
3233
3233
|
"navItems": [
|
|
3234
3234
|
{
|
|
3235
3235
|
"label": "Providers",
|
|
3236
|
-
"
|
|
3237
|
-
"
|
|
3236
|
+
"href": "/providers",
|
|
3237
|
+
"icon": "user-check"
|
|
3238
3238
|
},
|
|
3239
3239
|
{
|
|
3240
3240
|
"href": "/book",
|
|
@@ -3242,13 +3242,13 @@
|
|
|
3242
3242
|
"label": "Book"
|
|
3243
3243
|
},
|
|
3244
3244
|
{
|
|
3245
|
-
"href": "/appointments",
|
|
3246
3245
|
"label": "Appointments",
|
|
3246
|
+
"href": "/appointments",
|
|
3247
3247
|
"icon": "calendar"
|
|
3248
3248
|
},
|
|
3249
3249
|
{
|
|
3250
|
-
"href": "/schedule",
|
|
3251
3250
|
"label": "Schedule",
|
|
3251
|
+
"href": "/schedule",
|
|
3252
3252
|
"icon": "clock"
|
|
3253
3253
|
}
|
|
3254
3254
|
],
|
|
@@ -3270,8 +3270,8 @@
|
|
|
3270
3270
|
"@payload.data",
|
|
3271
3271
|
{
|
|
3272
3272
|
"emit": {
|
|
3273
|
-
"
|
|
3274
|
-
"
|
|
3273
|
+
"failure": "BookingSaveFailed",
|
|
3274
|
+
"success": "BookingSaved"
|
|
3275
3275
|
}
|
|
3276
3276
|
}
|
|
3277
3277
|
],
|
|
@@ -3286,11 +3286,13 @@
|
|
|
3286
3286
|
{
|
|
3287
3287
|
"children": [
|
|
3288
3288
|
{
|
|
3289
|
+
"direction": "vertical",
|
|
3289
3290
|
"gap": "lg",
|
|
3291
|
+
"type": "stack",
|
|
3290
3292
|
"children": [
|
|
3291
3293
|
{
|
|
3292
|
-
"
|
|
3293
|
-
"
|
|
3294
|
+
"type": "icon",
|
|
3295
|
+
"name": "check-circle"
|
|
3294
3296
|
},
|
|
3295
3297
|
{
|
|
3296
3298
|
"type": "typography",
|
|
@@ -3299,27 +3301,24 @@
|
|
|
3299
3301
|
},
|
|
3300
3302
|
{
|
|
3301
3303
|
"content": "Your appointment has been booked successfully.",
|
|
3302
|
-
"
|
|
3303
|
-
"
|
|
3304
|
+
"variant": "body",
|
|
3305
|
+
"type": "typography"
|
|
3304
3306
|
},
|
|
3305
3307
|
{
|
|
3308
|
+
"icon": "refresh-cw",
|
|
3306
3309
|
"action": "RESTART",
|
|
3307
3310
|
"label": "Start New",
|
|
3308
|
-
"type": "button",
|
|
3309
3311
|
"variant": "primary",
|
|
3310
|
-
"
|
|
3312
|
+
"type": "button"
|
|
3311
3313
|
}
|
|
3312
3314
|
],
|
|
3313
|
-
"align": "center"
|
|
3314
|
-
"direction": "vertical",
|
|
3315
|
-
"type": "stack"
|
|
3315
|
+
"align": "center"
|
|
3316
3316
|
}
|
|
3317
3317
|
],
|
|
3318
|
-
"appName": "BookingSystemApp",
|
|
3319
3318
|
"navItems": [
|
|
3320
3319
|
{
|
|
3321
|
-
"href": "/providers",
|
|
3322
3320
|
"icon": "user-check",
|
|
3321
|
+
"href": "/providers",
|
|
3323
3322
|
"label": "Providers"
|
|
3324
3323
|
},
|
|
3325
3324
|
{
|
|
@@ -3329,15 +3328,16 @@
|
|
|
3329
3328
|
},
|
|
3330
3329
|
{
|
|
3331
3330
|
"href": "/appointments",
|
|
3332
|
-
"
|
|
3333
|
-
"
|
|
3331
|
+
"icon": "calendar",
|
|
3332
|
+
"label": "Appointments"
|
|
3334
3333
|
},
|
|
3335
3334
|
{
|
|
3335
|
+
"href": "/schedule",
|
|
3336
3336
|
"label": "Schedule",
|
|
3337
|
-
"icon": "clock"
|
|
3338
|
-
"href": "/schedule"
|
|
3337
|
+
"icon": "clock"
|
|
3339
3338
|
}
|
|
3340
3339
|
],
|
|
3340
|
+
"appName": "BookingSystemApp",
|
|
3341
3341
|
"type": "dashboard-layout"
|
|
3342
3342
|
}
|
|
3343
3343
|
]
|
|
@@ -3353,8 +3353,8 @@
|
|
|
3353
3353
|
"Booking",
|
|
3354
3354
|
{
|
|
3355
3355
|
"emit": {
|
|
3356
|
-
"
|
|
3357
|
-
"
|
|
3356
|
+
"success": "BookingLoaded",
|
|
3357
|
+
"failure": "BookingLoadFailed"
|
|
3358
3358
|
}
|
|
3359
3359
|
}
|
|
3360
3360
|
],
|
|
@@ -3362,108 +3362,108 @@
|
|
|
3362
3362
|
"render-ui",
|
|
3363
3363
|
"main",
|
|
3364
3364
|
{
|
|
3365
|
-
"
|
|
3366
|
-
{
|
|
3367
|
-
"label": "Providers",
|
|
3368
|
-
"icon": "user-check",
|
|
3369
|
-
"href": "/providers"
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"label": "Book",
|
|
3373
|
-
"icon": "calendar-plus",
|
|
3374
|
-
"href": "/book"
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"icon": "calendar",
|
|
3378
|
-
"label": "Appointments",
|
|
3379
|
-
"href": "/appointments"
|
|
3380
|
-
},
|
|
3381
|
-
{
|
|
3382
|
-
"href": "/schedule",
|
|
3383
|
-
"label": "Schedule",
|
|
3384
|
-
"icon": "clock"
|
|
3385
|
-
}
|
|
3386
|
-
],
|
|
3365
|
+
"appName": "BookingSystemApp",
|
|
3387
3366
|
"children": [
|
|
3388
3367
|
{
|
|
3368
|
+
"type": "container",
|
|
3369
|
+
"maxWidth": "lg",
|
|
3370
|
+
"padding": "lg",
|
|
3389
3371
|
"children": [
|
|
3390
3372
|
{
|
|
3391
|
-
"
|
|
3373
|
+
"type": "stack",
|
|
3374
|
+
"gap": "lg",
|
|
3392
3375
|
"children": [
|
|
3393
3376
|
{
|
|
3394
|
-
"
|
|
3377
|
+
"gap": "sm",
|
|
3395
3378
|
"align": "center",
|
|
3379
|
+
"type": "stack",
|
|
3380
|
+
"direction": "horizontal",
|
|
3396
3381
|
"children": [
|
|
3397
3382
|
{
|
|
3398
|
-
"
|
|
3399
|
-
"
|
|
3383
|
+
"type": "icon",
|
|
3384
|
+
"name": "calendar"
|
|
3400
3385
|
},
|
|
3401
3386
|
{
|
|
3402
3387
|
"content": "Book Appointment",
|
|
3403
|
-
"
|
|
3404
|
-
"
|
|
3388
|
+
"type": "typography",
|
|
3389
|
+
"variant": "h2"
|
|
3405
3390
|
}
|
|
3406
|
-
]
|
|
3407
|
-
"gap": "sm",
|
|
3408
|
-
"type": "stack"
|
|
3391
|
+
]
|
|
3409
3392
|
},
|
|
3410
3393
|
{
|
|
3411
|
-
"count": 3.0,
|
|
3412
3394
|
"currentIndex": 0.0,
|
|
3413
|
-
"type": "progress-dots"
|
|
3395
|
+
"type": "progress-dots",
|
|
3396
|
+
"count": 3.0
|
|
3414
3397
|
},
|
|
3415
3398
|
{
|
|
3416
|
-
"type": "wizard-progress",
|
|
3417
|
-
"currentStep": 0.0,
|
|
3418
3399
|
"steps": [
|
|
3419
3400
|
"Provider Selection",
|
|
3420
3401
|
"Your Details",
|
|
3421
3402
|
"Date and Time"
|
|
3422
|
-
]
|
|
3403
|
+
],
|
|
3404
|
+
"currentStep": 0.0,
|
|
3405
|
+
"type": "wizard-progress"
|
|
3423
3406
|
},
|
|
3424
3407
|
{
|
|
3425
3408
|
"type": "divider"
|
|
3426
3409
|
},
|
|
3427
3410
|
{
|
|
3428
|
-
"variant": "h3",
|
|
3429
3411
|
"content": "Provider Selection",
|
|
3412
|
+
"variant": "h3",
|
|
3430
3413
|
"type": "typography"
|
|
3431
3414
|
},
|
|
3432
3415
|
{
|
|
3433
3416
|
"submitEvent": "NEXT",
|
|
3434
3417
|
"cancelEvent": "INIT",
|
|
3435
|
-
"type": "form-section",
|
|
3436
3418
|
"mode": "create",
|
|
3419
|
+
"type": "form-section",
|
|
3437
3420
|
"fields": [
|
|
3438
3421
|
"providerName"
|
|
3439
3422
|
]
|
|
3440
3423
|
},
|
|
3441
3424
|
{
|
|
3425
|
+
"type": "stack",
|
|
3442
3426
|
"justify": "end",
|
|
3443
3427
|
"direction": "horizontal",
|
|
3444
3428
|
"gap": "sm",
|
|
3445
|
-
"type": "stack",
|
|
3446
3429
|
"children": [
|
|
3447
3430
|
{
|
|
3448
|
-
"type": "button",
|
|
3449
|
-
"action": "NEXT",
|
|
3450
|
-
"label": "Next",
|
|
3451
3431
|
"variant": "primary",
|
|
3432
|
+
"label": "Next",
|
|
3433
|
+
"action": "NEXT",
|
|
3434
|
+
"type": "button",
|
|
3452
3435
|
"icon": "arrow-right"
|
|
3453
3436
|
}
|
|
3454
3437
|
]
|
|
3455
3438
|
}
|
|
3456
3439
|
],
|
|
3457
|
-
"
|
|
3458
|
-
"gap": "lg"
|
|
3440
|
+
"direction": "vertical"
|
|
3459
3441
|
}
|
|
3460
|
-
]
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3442
|
+
]
|
|
3443
|
+
}
|
|
3444
|
+
],
|
|
3445
|
+
"navItems": [
|
|
3446
|
+
{
|
|
3447
|
+
"label": "Providers",
|
|
3448
|
+
"icon": "user-check",
|
|
3449
|
+
"href": "/providers"
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"icon": "calendar-plus",
|
|
3453
|
+
"label": "Book",
|
|
3454
|
+
"href": "/book"
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"icon": "calendar",
|
|
3458
|
+
"label": "Appointments",
|
|
3459
|
+
"href": "/appointments"
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"href": "/schedule",
|
|
3463
|
+
"icon": "clock",
|
|
3464
|
+
"label": "Schedule"
|
|
3464
3465
|
}
|
|
3465
3466
|
],
|
|
3466
|
-
"appName": "BookingSystemApp",
|
|
3467
3467
|
"type": "dashboard-layout"
|
|
3468
3468
|
}
|
|
3469
3469
|
]
|
|
@@ -3488,42 +3488,20 @@
|
|
|
3488
3488
|
"render-ui",
|
|
3489
3489
|
"main",
|
|
3490
3490
|
{
|
|
3491
|
-
"type": "dashboard-layout",
|
|
3492
|
-
"navItems": [
|
|
3493
|
-
{
|
|
3494
|
-
"label": "Providers",
|
|
3495
|
-
"href": "/providers",
|
|
3496
|
-
"icon": "user-check"
|
|
3497
|
-
},
|
|
3498
|
-
{
|
|
3499
|
-
"href": "/book",
|
|
3500
|
-
"label": "Book",
|
|
3501
|
-
"icon": "calendar-plus"
|
|
3502
|
-
},
|
|
3503
|
-
{
|
|
3504
|
-
"icon": "calendar",
|
|
3505
|
-
"label": "Appointments",
|
|
3506
|
-
"href": "/appointments"
|
|
3507
|
-
},
|
|
3508
|
-
{
|
|
3509
|
-
"label": "Schedule",
|
|
3510
|
-
"href": "/schedule",
|
|
3511
|
-
"icon": "clock"
|
|
3512
|
-
}
|
|
3513
|
-
],
|
|
3514
3491
|
"children": [
|
|
3515
3492
|
{
|
|
3516
|
-
"
|
|
3493
|
+
"type": "container",
|
|
3517
3494
|
"children": [
|
|
3518
3495
|
{
|
|
3496
|
+
"gap": "lg",
|
|
3497
|
+
"type": "stack",
|
|
3498
|
+
"direction": "vertical",
|
|
3519
3499
|
"children": [
|
|
3520
3500
|
{
|
|
3521
|
-
"type": "stack",
|
|
3522
|
-
"align": "center",
|
|
3523
3501
|
"children": [
|
|
3524
3502
|
{
|
|
3525
|
-
"
|
|
3526
|
-
"
|
|
3503
|
+
"name": "calendar",
|
|
3504
|
+
"type": "icon"
|
|
3527
3505
|
},
|
|
3528
3506
|
{
|
|
3529
3507
|
"variant": "h2",
|
|
@@ -3532,12 +3510,14 @@
|
|
|
3532
3510
|
}
|
|
3533
3511
|
],
|
|
3534
3512
|
"direction": "horizontal",
|
|
3513
|
+
"align": "center",
|
|
3514
|
+
"type": "stack",
|
|
3535
3515
|
"gap": "sm"
|
|
3536
3516
|
},
|
|
3537
3517
|
{
|
|
3518
|
+
"count": 3.0,
|
|
3538
3519
|
"currentIndex": 0.0,
|
|
3539
|
-
"type": "progress-dots"
|
|
3540
|
-
"count": 3.0
|
|
3520
|
+
"type": "progress-dots"
|
|
3541
3521
|
},
|
|
3542
3522
|
{
|
|
3543
3523
|
"steps": [
|
|
@@ -3552,24 +3532,21 @@
|
|
|
3552
3532
|
"type": "divider"
|
|
3553
3533
|
},
|
|
3554
3534
|
{
|
|
3555
|
-
"
|
|
3535
|
+
"content": "Provider Selection",
|
|
3556
3536
|
"type": "typography",
|
|
3557
|
-
"
|
|
3537
|
+
"variant": "h3"
|
|
3558
3538
|
},
|
|
3559
3539
|
{
|
|
3560
|
-
"type": "form-section",
|
|
3561
3540
|
"mode": "create",
|
|
3541
|
+
"submitEvent": "NEXT",
|
|
3562
3542
|
"cancelEvent": "INIT",
|
|
3563
3543
|
"fields": [
|
|
3564
3544
|
"providerName"
|
|
3565
3545
|
],
|
|
3566
|
-
"
|
|
3546
|
+
"type": "form-section"
|
|
3567
3547
|
},
|
|
3568
3548
|
{
|
|
3569
|
-
"type": "stack",
|
|
3570
3549
|
"justify": "end",
|
|
3571
|
-
"direction": "horizontal",
|
|
3572
|
-
"gap": "sm",
|
|
3573
3550
|
"children": [
|
|
3574
3551
|
{
|
|
3575
3552
|
"action": "NEXT",
|
|
@@ -3578,37 +3555,60 @@
|
|
|
3578
3555
|
"icon": "arrow-right",
|
|
3579
3556
|
"label": "Next"
|
|
3580
3557
|
}
|
|
3581
|
-
]
|
|
3558
|
+
],
|
|
3559
|
+
"direction": "horizontal",
|
|
3560
|
+
"type": "stack",
|
|
3561
|
+
"gap": "sm"
|
|
3582
3562
|
}
|
|
3583
|
-
]
|
|
3584
|
-
"direction": "vertical",
|
|
3585
|
-
"type": "stack",
|
|
3586
|
-
"gap": "lg"
|
|
3563
|
+
]
|
|
3587
3564
|
}
|
|
3588
3565
|
],
|
|
3589
|
-
"
|
|
3590
|
-
"
|
|
3566
|
+
"maxWidth": "lg",
|
|
3567
|
+
"padding": "lg"
|
|
3591
3568
|
}
|
|
3592
3569
|
],
|
|
3593
|
-
"
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3570
|
+
"navItems": [
|
|
3571
|
+
{
|
|
3572
|
+
"icon": "user-check",
|
|
3573
|
+
"label": "Providers",
|
|
3574
|
+
"href": "/providers"
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"icon": "calendar-plus",
|
|
3578
|
+
"label": "Book",
|
|
3579
|
+
"href": "/book"
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
"label": "Appointments",
|
|
3583
|
+
"href": "/appointments",
|
|
3584
|
+
"icon": "calendar"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"icon": "clock",
|
|
3588
|
+
"label": "Schedule",
|
|
3589
|
+
"href": "/schedule"
|
|
3590
|
+
}
|
|
3591
|
+
],
|
|
3592
|
+
"type": "dashboard-layout",
|
|
3593
|
+
"appName": "BookingSystemApp"
|
|
3594
|
+
}
|
|
3595
|
+
]
|
|
3596
|
+
]
|
|
3597
|
+
}
|
|
3598
|
+
]
|
|
3599
|
+
},
|
|
3600
|
+
"scope": "collection"
|
|
3601
|
+
}
|
|
3602
|
+
],
|
|
3603
|
+
"pages": [
|
|
3604
|
+
{
|
|
3605
|
+
"name": "Book",
|
|
3606
|
+
"path": "/book",
|
|
3607
|
+
"traits": [
|
|
3608
|
+
{
|
|
3609
|
+
"ref": "BookingWizard"
|
|
3610
|
+
}
|
|
3611
|
+
]
|
|
3612
3612
|
}
|
|
3613
3613
|
]
|
|
3614
3614
|
},
|
|
@@ -3775,22 +3775,22 @@
|
|
|
3775
3775
|
"render-ui",
|
|
3776
3776
|
"main",
|
|
3777
3777
|
{
|
|
3778
|
+
"gap": "md",
|
|
3779
|
+
"type": "stack",
|
|
3780
|
+
"align": "center",
|
|
3781
|
+
"className": "py-12",
|
|
3778
3782
|
"children": [
|
|
3779
3783
|
{
|
|
3780
3784
|
"type": "spinner"
|
|
3781
3785
|
},
|
|
3782
3786
|
{
|
|
3787
|
+
"variant": "caption",
|
|
3783
3788
|
"content": "Loading…",
|
|
3784
3789
|
"color": "muted",
|
|
3785
|
-
"variant": "caption",
|
|
3786
3790
|
"type": "typography"
|
|
3787
3791
|
}
|
|
3788
3792
|
],
|
|
3789
|
-
"direction": "vertical"
|
|
3790
|
-
"gap": "md",
|
|
3791
|
-
"align": "center",
|
|
3792
|
-
"className": "py-12",
|
|
3793
|
-
"type": "stack"
|
|
3793
|
+
"direction": "vertical"
|
|
3794
3794
|
}
|
|
3795
3795
|
]
|
|
3796
3796
|
]
|
|
@@ -3804,17 +3804,22 @@
|
|
|
3804
3804
|
"render-ui",
|
|
3805
3805
|
"main",
|
|
3806
3806
|
{
|
|
3807
|
+
"appName": "BookingSystemApp",
|
|
3808
|
+
"type": "dashboard-layout",
|
|
3807
3809
|
"children": [
|
|
3808
3810
|
{
|
|
3809
|
-
"
|
|
3811
|
+
"gap": "lg",
|
|
3810
3812
|
"type": "stack",
|
|
3813
|
+
"direction": "vertical",
|
|
3811
3814
|
"className": "max-w-5xl mx-auto w-full",
|
|
3812
3815
|
"children": [
|
|
3813
3816
|
{
|
|
3817
|
+
"gap": "md",
|
|
3818
|
+
"direction": "horizontal",
|
|
3814
3819
|
"children": [
|
|
3815
3820
|
{
|
|
3816
|
-
"type": "stack",
|
|
3817
3821
|
"direction": "horizontal",
|
|
3822
|
+
"type": "stack",
|
|
3818
3823
|
"gap": "sm",
|
|
3819
3824
|
"children": [
|
|
3820
3825
|
{
|
|
@@ -3823,45 +3828,41 @@
|
|
|
3823
3828
|
},
|
|
3824
3829
|
{
|
|
3825
3830
|
"type": "typography",
|
|
3826
|
-
"
|
|
3827
|
-
"
|
|
3831
|
+
"content": "Appointments",
|
|
3832
|
+
"variant": "h2"
|
|
3828
3833
|
}
|
|
3829
3834
|
],
|
|
3830
3835
|
"align": "center"
|
|
3831
3836
|
},
|
|
3832
3837
|
{
|
|
3833
3838
|
"gap": "sm",
|
|
3839
|
+
"type": "stack",
|
|
3834
3840
|
"children": [
|
|
3835
3841
|
{
|
|
3836
|
-
"variant": "primary",
|
|
3837
3842
|
"label": "Create Appointment",
|
|
3843
|
+
"variant": "primary",
|
|
3844
|
+
"icon": "plus",
|
|
3838
3845
|
"type": "button",
|
|
3839
|
-
"action": "CREATE"
|
|
3840
|
-
"icon": "plus"
|
|
3846
|
+
"action": "CREATE"
|
|
3841
3847
|
}
|
|
3842
3848
|
],
|
|
3843
|
-
"direction": "horizontal"
|
|
3844
|
-
"type": "stack"
|
|
3849
|
+
"direction": "horizontal"
|
|
3845
3850
|
}
|
|
3846
3851
|
],
|
|
3847
3852
|
"type": "stack",
|
|
3848
|
-
"
|
|
3849
|
-
"align": "center"
|
|
3850
|
-
"direction": "horizontal",
|
|
3851
|
-
"justify": "between"
|
|
3853
|
+
"justify": "between",
|
|
3854
|
+
"align": "center"
|
|
3852
3855
|
},
|
|
3853
3856
|
{
|
|
3854
3857
|
"type": "divider"
|
|
3855
3858
|
},
|
|
3856
3859
|
{
|
|
3857
|
-
"fields": [],
|
|
3858
|
-
"gap": "sm",
|
|
3859
3860
|
"columns": [
|
|
3860
3861
|
{
|
|
3861
|
-
"
|
|
3862
|
+
"name": "customerName",
|
|
3862
3863
|
"icon": "clock",
|
|
3863
3864
|
"label": "Customer",
|
|
3864
|
-
"
|
|
3865
|
+
"variant": "h3"
|
|
3865
3866
|
},
|
|
3866
3867
|
{
|
|
3867
3868
|
"name": "status",
|
|
@@ -3873,62 +3874,61 @@
|
|
|
3873
3874
|
"variant": "body"
|
|
3874
3875
|
},
|
|
3875
3876
|
{
|
|
3876
|
-
"
|
|
3877
|
+
"name": "date",
|
|
3877
3878
|
"format": "date",
|
|
3878
|
-
"
|
|
3879
|
+
"variant": "body"
|
|
3879
3880
|
},
|
|
3880
3881
|
{
|
|
3881
3882
|
"name": "time",
|
|
3882
3883
|
"variant": "caption"
|
|
3883
3884
|
}
|
|
3884
3885
|
],
|
|
3885
|
-
"variant": "card",
|
|
3886
3886
|
"type": "data-list",
|
|
3887
|
+
"fields": [],
|
|
3888
|
+
"variant": "card",
|
|
3889
|
+
"gap": "sm",
|
|
3887
3890
|
"entity": "@payload.data",
|
|
3888
3891
|
"itemActions": [
|
|
3889
3892
|
{
|
|
3893
|
+
"event": "VIEW",
|
|
3890
3894
|
"variant": "ghost",
|
|
3891
|
-
"label": "View"
|
|
3892
|
-
"event": "VIEW"
|
|
3895
|
+
"label": "View"
|
|
3893
3896
|
},
|
|
3894
3897
|
{
|
|
3895
|
-
"label": "Edit",
|
|
3896
3898
|
"variant": "ghost",
|
|
3897
|
-
"event": "EDIT"
|
|
3899
|
+
"event": "EDIT",
|
|
3900
|
+
"label": "Edit"
|
|
3898
3901
|
},
|
|
3899
3902
|
{
|
|
3903
|
+
"label": "Delete",
|
|
3900
3904
|
"event": "DELETE",
|
|
3901
|
-
"variant": "danger"
|
|
3902
|
-
"label": "Delete"
|
|
3905
|
+
"variant": "danger"
|
|
3903
3906
|
}
|
|
3904
3907
|
]
|
|
3905
3908
|
}
|
|
3906
|
-
]
|
|
3907
|
-
"gap": "lg"
|
|
3909
|
+
]
|
|
3908
3910
|
}
|
|
3909
3911
|
],
|
|
3910
|
-
"type": "dashboard-layout",
|
|
3911
|
-
"appName": "BookingSystemApp",
|
|
3912
3912
|
"navItems": [
|
|
3913
3913
|
{
|
|
3914
|
-
"href": "/providers",
|
|
3915
3914
|
"icon": "user-check",
|
|
3915
|
+
"href": "/providers",
|
|
3916
3916
|
"label": "Providers"
|
|
3917
3917
|
},
|
|
3918
3918
|
{
|
|
3919
|
-
"
|
|
3919
|
+
"href": "/book",
|
|
3920
3920
|
"icon": "calendar-plus",
|
|
3921
|
-
"
|
|
3921
|
+
"label": "Book"
|
|
3922
3922
|
},
|
|
3923
3923
|
{
|
|
3924
|
-
"
|
|
3924
|
+
"icon": "calendar",
|
|
3925
3925
|
"href": "/appointments",
|
|
3926
|
-
"
|
|
3926
|
+
"label": "Appointments"
|
|
3927
3927
|
},
|
|
3928
3928
|
{
|
|
3929
|
-
"
|
|
3929
|
+
"icon": "clock",
|
|
3930
3930
|
"label": "Schedule",
|
|
3931
|
-
"
|
|
3931
|
+
"href": "/schedule"
|
|
3932
3932
|
}
|
|
3933
3933
|
]
|
|
3934
3934
|
}
|
|
@@ -3944,10 +3944,6 @@
|
|
|
3944
3944
|
"render-ui",
|
|
3945
3945
|
"main",
|
|
3946
3946
|
{
|
|
3947
|
-
"gap": "md",
|
|
3948
|
-
"align": "center",
|
|
3949
|
-
"className": "py-12",
|
|
3950
|
-
"type": "stack",
|
|
3951
3947
|
"children": [
|
|
3952
3948
|
{
|
|
3953
3949
|
"name": "alert-triangle",
|
|
@@ -3955,25 +3951,29 @@
|
|
|
3955
3951
|
"type": "icon"
|
|
3956
3952
|
},
|
|
3957
3953
|
{
|
|
3958
|
-
"
|
|
3954
|
+
"type": "typography",
|
|
3959
3955
|
"variant": "h3",
|
|
3960
|
-
"
|
|
3956
|
+
"content": "Failed to load appointment"
|
|
3961
3957
|
},
|
|
3962
3958
|
{
|
|
3959
|
+
"content": "@payload.error",
|
|
3963
3960
|
"color": "muted",
|
|
3964
3961
|
"variant": "body",
|
|
3965
|
-
"type": "typography"
|
|
3966
|
-
"content": "@payload.error"
|
|
3962
|
+
"type": "typography"
|
|
3967
3963
|
},
|
|
3968
3964
|
{
|
|
3965
|
+
"variant": "primary",
|
|
3969
3966
|
"icon": "rotate-ccw",
|
|
3970
|
-
"type": "button",
|
|
3971
3967
|
"label": "Retry",
|
|
3972
|
-
"
|
|
3973
|
-
"
|
|
3968
|
+
"type": "button",
|
|
3969
|
+
"action": "INIT"
|
|
3974
3970
|
}
|
|
3975
3971
|
],
|
|
3976
|
-
"
|
|
3972
|
+
"className": "py-12",
|
|
3973
|
+
"gap": "md",
|
|
3974
|
+
"type": "stack",
|
|
3975
|
+
"direction": "vertical",
|
|
3976
|
+
"align": "center"
|
|
3977
3977
|
}
|
|
3978
3978
|
]
|
|
3979
3979
|
]
|
|
@@ -4149,8 +4149,8 @@
|
|
|
4149
4149
|
"Appointment",
|
|
4150
4150
|
{
|
|
4151
4151
|
"emit": {
|
|
4152
|
-
"
|
|
4153
|
-
"
|
|
4152
|
+
"success": "AppointmentLoaded",
|
|
4153
|
+
"failure": "AppointmentLoadFailed"
|
|
4154
4154
|
}
|
|
4155
4155
|
}
|
|
4156
4156
|
],
|
|
@@ -4160,29 +4160,32 @@
|
|
|
4160
4160
|
{
|
|
4161
4161
|
"type": "stack",
|
|
4162
4162
|
"direction": "vertical",
|
|
4163
|
+
"gap": "md",
|
|
4163
4164
|
"children": [
|
|
4164
4165
|
{
|
|
4165
|
-
"
|
|
4166
|
+
"direction": "horizontal",
|
|
4167
|
+
"gap": "sm",
|
|
4166
4168
|
"children": [
|
|
4167
4169
|
{
|
|
4168
4170
|
"type": "icon",
|
|
4169
4171
|
"name": "plus-circle"
|
|
4170
4172
|
},
|
|
4171
4173
|
{
|
|
4172
|
-
"
|
|
4174
|
+
"variant": "h3",
|
|
4173
4175
|
"content": "Create Appointment",
|
|
4174
|
-
"
|
|
4176
|
+
"type": "typography"
|
|
4175
4177
|
}
|
|
4176
4178
|
],
|
|
4177
|
-
"
|
|
4178
|
-
"direction": "horizontal"
|
|
4179
|
+
"type": "stack"
|
|
4179
4180
|
},
|
|
4180
4181
|
{
|
|
4181
4182
|
"type": "divider"
|
|
4182
4183
|
},
|
|
4183
4184
|
{
|
|
4185
|
+
"type": "form-section",
|
|
4184
4186
|
"mode": "create",
|
|
4185
4187
|
"submitEvent": "SAVE",
|
|
4188
|
+
"cancelEvent": "CLOSE",
|
|
4186
4189
|
"fields": [
|
|
4187
4190
|
"providerName",
|
|
4188
4191
|
"customerName",
|
|
@@ -4190,12 +4193,9 @@
|
|
|
4190
4193
|
"time",
|
|
4191
4194
|
"status",
|
|
4192
4195
|
"notes"
|
|
4193
|
-
]
|
|
4194
|
-
"type": "form-section",
|
|
4195
|
-
"cancelEvent": "CLOSE"
|
|
4196
|
+
]
|
|
4196
4197
|
}
|
|
4197
|
-
]
|
|
4198
|
-
"gap": "md"
|
|
4198
|
+
]
|
|
4199
4199
|
}
|
|
4200
4200
|
]
|
|
4201
4201
|
]
|
|
@@ -4439,45 +4439,44 @@
|
|
|
4439
4439
|
"fetch",
|
|
4440
4440
|
"Appointment",
|
|
4441
4441
|
{
|
|
4442
|
-
"id": "@payload.id",
|
|
4443
4442
|
"emit": {
|
|
4444
|
-
"
|
|
4445
|
-
"
|
|
4446
|
-
}
|
|
4443
|
+
"success": "AppointmentLoaded",
|
|
4444
|
+
"failure": "AppointmentLoadFailed"
|
|
4445
|
+
},
|
|
4446
|
+
"id": "@payload.id"
|
|
4447
4447
|
}
|
|
4448
4448
|
],
|
|
4449
4449
|
[
|
|
4450
4450
|
"render-ui",
|
|
4451
4451
|
"modal",
|
|
4452
4452
|
{
|
|
4453
|
-
"
|
|
4454
|
-
"type": "stack",
|
|
4453
|
+
"direction": "vertical",
|
|
4455
4454
|
"children": [
|
|
4456
4455
|
{
|
|
4457
4456
|
"children": [
|
|
4458
4457
|
{
|
|
4459
|
-
"
|
|
4460
|
-
"
|
|
4458
|
+
"type": "icon",
|
|
4459
|
+
"name": "edit"
|
|
4461
4460
|
},
|
|
4462
4461
|
{
|
|
4463
|
-
"
|
|
4462
|
+
"content": "Edit Appointment",
|
|
4464
4463
|
"variant": "h3",
|
|
4465
|
-
"
|
|
4464
|
+
"type": "typography"
|
|
4466
4465
|
}
|
|
4467
4466
|
],
|
|
4468
4467
|
"gap": "sm",
|
|
4469
|
-
"
|
|
4470
|
-
"
|
|
4468
|
+
"direction": "horizontal",
|
|
4469
|
+
"type": "stack"
|
|
4471
4470
|
},
|
|
4472
4471
|
{
|
|
4473
4472
|
"type": "divider"
|
|
4474
4473
|
},
|
|
4475
4474
|
{
|
|
4475
|
+
"mode": "edit",
|
|
4476
4476
|
"type": "form-section",
|
|
4477
4477
|
"submitEvent": "SAVE",
|
|
4478
4478
|
"entity": "@payload.row",
|
|
4479
4479
|
"cancelEvent": "CLOSE",
|
|
4480
|
-
"mode": "edit",
|
|
4481
4480
|
"fields": [
|
|
4482
4481
|
"providerName",
|
|
4483
4482
|
"customerName",
|
|
@@ -4488,7 +4487,8 @@
|
|
|
4488
4487
|
]
|
|
4489
4488
|
}
|
|
4490
4489
|
],
|
|
4491
|
-
"
|
|
4490
|
+
"gap": "md",
|
|
4491
|
+
"type": "stack"
|
|
4492
4492
|
}
|
|
4493
4493
|
]
|
|
4494
4494
|
]
|
|
@@ -4529,8 +4529,8 @@
|
|
|
4529
4529
|
"@payload.data",
|
|
4530
4530
|
{
|
|
4531
4531
|
"emit": {
|
|
4532
|
-
"
|
|
4533
|
-
"
|
|
4532
|
+
"failure": "AppointmentUpdateFailed",
|
|
4533
|
+
"success": "AppointmentUpdated"
|
|
4534
4534
|
}
|
|
4535
4535
|
}
|
|
4536
4536
|
],
|
|
@@ -4679,65 +4679,64 @@
|
|
|
4679
4679
|
"modal",
|
|
4680
4680
|
{
|
|
4681
4681
|
"type": "stack",
|
|
4682
|
+
"direction": "vertical",
|
|
4682
4683
|
"gap": "md",
|
|
4683
4684
|
"children": [
|
|
4684
4685
|
{
|
|
4685
|
-
"type": "stack",
|
|
4686
|
-
"gap": "sm",
|
|
4687
4686
|
"align": "center",
|
|
4688
|
-
"direction": "horizontal",
|
|
4689
4687
|
"children": [
|
|
4690
4688
|
{
|
|
4691
|
-
"
|
|
4692
|
-
"
|
|
4689
|
+
"name": "eye",
|
|
4690
|
+
"type": "icon"
|
|
4693
4691
|
},
|
|
4694
4692
|
{
|
|
4695
|
-
"content": "@entity.providerName",
|
|
4696
4693
|
"type": "typography",
|
|
4697
|
-
"variant": "h3"
|
|
4694
|
+
"variant": "h3",
|
|
4695
|
+
"content": "@entity.providerName"
|
|
4698
4696
|
}
|
|
4699
|
-
]
|
|
4697
|
+
],
|
|
4698
|
+
"direction": "horizontal",
|
|
4699
|
+
"type": "stack",
|
|
4700
|
+
"gap": "sm"
|
|
4700
4701
|
},
|
|
4701
4702
|
{
|
|
4702
4703
|
"type": "divider"
|
|
4703
4704
|
},
|
|
4704
4705
|
{
|
|
4705
4706
|
"gap": "md",
|
|
4707
|
+
"direction": "horizontal",
|
|
4708
|
+
"type": "stack",
|
|
4706
4709
|
"children": [
|
|
4707
4710
|
{
|
|
4711
|
+
"content": "Provider Name",
|
|
4708
4712
|
"variant": "caption",
|
|
4709
|
-
"type": "typography"
|
|
4710
|
-
"content": "Provider Name"
|
|
4713
|
+
"type": "typography"
|
|
4711
4714
|
},
|
|
4712
4715
|
{
|
|
4713
|
-
"
|
|
4716
|
+
"type": "typography",
|
|
4714
4717
|
"variant": "body",
|
|
4715
|
-
"
|
|
4718
|
+
"content": "@entity.providerName"
|
|
4716
4719
|
}
|
|
4717
|
-
]
|
|
4718
|
-
"direction": "horizontal",
|
|
4719
|
-
"type": "stack"
|
|
4720
|
+
]
|
|
4720
4721
|
},
|
|
4721
4722
|
{
|
|
4722
|
-
"direction": "horizontal",
|
|
4723
|
-
"gap": "md",
|
|
4724
|
-
"type": "stack",
|
|
4725
4723
|
"children": [
|
|
4726
4724
|
{
|
|
4725
|
+
"content": "Customer Name",
|
|
4727
4726
|
"variant": "caption",
|
|
4728
|
-
"type": "typography"
|
|
4729
|
-
"content": "Customer Name"
|
|
4727
|
+
"type": "typography"
|
|
4730
4728
|
},
|
|
4731
4729
|
{
|
|
4730
|
+
"variant": "body",
|
|
4732
4731
|
"type": "typography",
|
|
4733
|
-
"content": "@entity.customerName"
|
|
4734
|
-
"variant": "body"
|
|
4732
|
+
"content": "@entity.customerName"
|
|
4735
4733
|
}
|
|
4736
|
-
]
|
|
4737
|
-
},
|
|
4738
|
-
{
|
|
4734
|
+
],
|
|
4739
4735
|
"direction": "horizontal",
|
|
4740
4736
|
"type": "stack",
|
|
4737
|
+
"gap": "md"
|
|
4738
|
+
},
|
|
4739
|
+
{
|
|
4741
4740
|
"children": [
|
|
4742
4741
|
{
|
|
4743
4742
|
"content": "Date",
|
|
@@ -4745,31 +4744,35 @@
|
|
|
4745
4744
|
"variant": "caption"
|
|
4746
4745
|
},
|
|
4747
4746
|
{
|
|
4748
|
-
"variant": "body",
|
|
4749
4747
|
"type": "typography",
|
|
4750
|
-
"content": "@entity.date"
|
|
4748
|
+
"content": "@entity.date",
|
|
4749
|
+
"variant": "body"
|
|
4751
4750
|
}
|
|
4752
4751
|
],
|
|
4753
|
-
"
|
|
4752
|
+
"type": "stack",
|
|
4753
|
+
"gap": "md",
|
|
4754
|
+
"direction": "horizontal"
|
|
4754
4755
|
},
|
|
4755
4756
|
{
|
|
4756
4757
|
"children": [
|
|
4757
4758
|
{
|
|
4758
|
-
"variant": "caption",
|
|
4759
4759
|
"type": "typography",
|
|
4760
|
+
"variant": "caption",
|
|
4760
4761
|
"content": "Time"
|
|
4761
4762
|
},
|
|
4762
4763
|
{
|
|
4763
|
-
"type": "typography",
|
|
4764
4764
|
"content": "@entity.time",
|
|
4765
|
+
"type": "typography",
|
|
4765
4766
|
"variant": "body"
|
|
4766
4767
|
}
|
|
4767
4768
|
],
|
|
4768
|
-
"gap": "md",
|
|
4769
4769
|
"type": "stack",
|
|
4770
|
-
"direction": "horizontal"
|
|
4770
|
+
"direction": "horizontal",
|
|
4771
|
+
"gap": "md"
|
|
4771
4772
|
},
|
|
4772
4773
|
{
|
|
4774
|
+
"type": "stack",
|
|
4775
|
+
"gap": "md",
|
|
4773
4776
|
"children": [
|
|
4774
4777
|
{
|
|
4775
4778
|
"variant": "caption",
|
|
@@ -4777,31 +4780,29 @@
|
|
|
4777
4780
|
"type": "typography"
|
|
4778
4781
|
},
|
|
4779
4782
|
{
|
|
4783
|
+
"content": "@entity.status",
|
|
4780
4784
|
"variant": "body",
|
|
4781
|
-
"type": "typography"
|
|
4782
|
-
"content": "@entity.status"
|
|
4785
|
+
"type": "typography"
|
|
4783
4786
|
}
|
|
4784
4787
|
],
|
|
4785
|
-
"gap": "md",
|
|
4786
|
-
"type": "stack",
|
|
4787
4788
|
"direction": "horizontal"
|
|
4788
4789
|
},
|
|
4789
4790
|
{
|
|
4791
|
+
"direction": "horizontal",
|
|
4792
|
+
"type": "stack",
|
|
4793
|
+
"gap": "md",
|
|
4790
4794
|
"children": [
|
|
4791
4795
|
{
|
|
4796
|
+
"type": "typography",
|
|
4792
4797
|
"variant": "caption",
|
|
4793
|
-
"content": "Notes"
|
|
4794
|
-
"type": "typography"
|
|
4798
|
+
"content": "Notes"
|
|
4795
4799
|
},
|
|
4796
4800
|
{
|
|
4797
|
-
"content": "@entity.notes",
|
|
4798
4801
|
"variant": "body",
|
|
4799
|
-
"type": "typography"
|
|
4802
|
+
"type": "typography",
|
|
4803
|
+
"content": "@entity.notes"
|
|
4800
4804
|
}
|
|
4801
|
-
]
|
|
4802
|
-
"gap": "md",
|
|
4803
|
-
"direction": "horizontal",
|
|
4804
|
-
"type": "stack"
|
|
4805
|
+
]
|
|
4805
4806
|
},
|
|
4806
4807
|
{
|
|
4807
4808
|
"type": "divider"
|
|
@@ -4809,26 +4810,25 @@
|
|
|
4809
4810
|
{
|
|
4810
4811
|
"direction": "horizontal",
|
|
4811
4812
|
"type": "stack",
|
|
4812
|
-
"gap": "sm",
|
|
4813
4813
|
"children": [
|
|
4814
4814
|
{
|
|
4815
|
-
"
|
|
4816
|
-
"action": "EDIT",
|
|
4815
|
+
"variant": "primary",
|
|
4817
4816
|
"type": "button",
|
|
4817
|
+
"action": "EDIT",
|
|
4818
4818
|
"label": "Edit",
|
|
4819
|
-
"
|
|
4819
|
+
"icon": "edit"
|
|
4820
4820
|
},
|
|
4821
4821
|
{
|
|
4822
|
-
"action": "CLOSE",
|
|
4823
4822
|
"type": "button",
|
|
4824
|
-
"
|
|
4825
|
-
"
|
|
4823
|
+
"label": "Close",
|
|
4824
|
+
"action": "CLOSE",
|
|
4825
|
+
"variant": "ghost"
|
|
4826
4826
|
}
|
|
4827
4827
|
],
|
|
4828
|
+
"gap": "sm",
|
|
4828
4829
|
"justify": "end"
|
|
4829
4830
|
}
|
|
4830
|
-
]
|
|
4831
|
-
"direction": "vertical"
|
|
4831
|
+
]
|
|
4832
4832
|
}
|
|
4833
4833
|
]
|
|
4834
4834
|
]
|
|
@@ -5066,56 +5066,56 @@
|
|
|
5066
5066
|
"render-ui",
|
|
5067
5067
|
"modal",
|
|
5068
5068
|
{
|
|
5069
|
-
"type": "stack",
|
|
5070
|
-
"gap": "md",
|
|
5071
5069
|
"children": [
|
|
5072
5070
|
{
|
|
5073
|
-
"direction": "horizontal",
|
|
5074
|
-
"align": "center",
|
|
5075
|
-
"type": "stack",
|
|
5076
|
-
"gap": "sm",
|
|
5077
5071
|
"children": [
|
|
5078
5072
|
{
|
|
5079
5073
|
"name": "alert-triangle",
|
|
5080
5074
|
"type": "icon"
|
|
5081
5075
|
},
|
|
5082
5076
|
{
|
|
5083
|
-
"type": "typography",
|
|
5084
5077
|
"variant": "h3",
|
|
5085
|
-
"content": "Delete Appointment"
|
|
5078
|
+
"content": "Delete Appointment",
|
|
5079
|
+
"type": "typography"
|
|
5086
5080
|
}
|
|
5087
|
-
]
|
|
5081
|
+
],
|
|
5082
|
+
"direction": "horizontal",
|
|
5083
|
+
"gap": "sm",
|
|
5084
|
+
"type": "stack",
|
|
5085
|
+
"align": "center"
|
|
5088
5086
|
},
|
|
5089
5087
|
{
|
|
5090
5088
|
"type": "divider"
|
|
5091
5089
|
},
|
|
5092
5090
|
{
|
|
5091
|
+
"type": "alert",
|
|
5093
5092
|
"variant": "error",
|
|
5094
|
-
"message": "This action cannot be undone."
|
|
5095
|
-
"type": "alert"
|
|
5093
|
+
"message": "This action cannot be undone."
|
|
5096
5094
|
},
|
|
5097
5095
|
{
|
|
5096
|
+
"type": "stack",
|
|
5097
|
+
"justify": "end",
|
|
5098
5098
|
"children": [
|
|
5099
5099
|
{
|
|
5100
|
+
"action": "CANCEL",
|
|
5100
5101
|
"variant": "ghost",
|
|
5101
|
-
"label": "Cancel",
|
|
5102
5102
|
"type": "button",
|
|
5103
|
-
"
|
|
5103
|
+
"label": "Cancel"
|
|
5104
5104
|
},
|
|
5105
5105
|
{
|
|
5106
5106
|
"type": "button",
|
|
5107
|
-
"
|
|
5108
|
-
"label": "Delete",
|
|
5107
|
+
"icon": "check",
|
|
5109
5108
|
"action": "CONFIRM_DELETE",
|
|
5110
|
-
"
|
|
5109
|
+
"label": "Delete",
|
|
5110
|
+
"variant": "danger"
|
|
5111
5111
|
}
|
|
5112
5112
|
],
|
|
5113
|
-
"
|
|
5114
|
-
"
|
|
5115
|
-
"gap": "sm",
|
|
5116
|
-
"direction": "horizontal"
|
|
5113
|
+
"direction": "horizontal",
|
|
5114
|
+
"gap": "sm"
|
|
5117
5115
|
}
|
|
5118
5116
|
],
|
|
5117
|
+
"gap": "md",
|
|
5118
|
+
"type": "stack",
|
|
5119
5119
|
"direction": "vertical"
|
|
5120
5120
|
}
|
|
5121
5121
|
]
|
|
@@ -5133,8 +5133,8 @@
|
|
|
5133
5133
|
"@entity.pendingId",
|
|
5134
5134
|
{
|
|
5135
5135
|
"emit": {
|
|
5136
|
-
"
|
|
5137
|
-
"
|
|
5136
|
+
"success": "AppointmentDeleted",
|
|
5137
|
+
"failure": "AppointmentDeleteFailed"
|
|
5138
5138
|
}
|
|
5139
5139
|
}
|
|
5140
5140
|
],
|
|
@@ -5363,8 +5363,8 @@
|
|
|
5363
5363
|
"Schedule",
|
|
5364
5364
|
{
|
|
5365
5365
|
"emit": {
|
|
5366
|
-
"
|
|
5367
|
-
"
|
|
5366
|
+
"failure": "ScheduleLoadFailed",
|
|
5367
|
+
"success": "ScheduleLoaded"
|
|
5368
5368
|
}
|
|
5369
5369
|
}
|
|
5370
5370
|
],
|
|
@@ -5374,35 +5374,35 @@
|
|
|
5374
5374
|
{
|
|
5375
5375
|
"navItems": [
|
|
5376
5376
|
{
|
|
5377
|
-
"label": "Providers",
|
|
5378
5377
|
"icon": "user-check",
|
|
5378
|
+
"label": "Providers",
|
|
5379
5379
|
"href": "/providers"
|
|
5380
5380
|
},
|
|
5381
5381
|
{
|
|
5382
|
-
"icon": "calendar-plus",
|
|
5383
5382
|
"label": "Book",
|
|
5384
|
-
"href": "/book"
|
|
5383
|
+
"href": "/book",
|
|
5384
|
+
"icon": "calendar-plus"
|
|
5385
5385
|
},
|
|
5386
5386
|
{
|
|
5387
|
+
"label": "Appointments",
|
|
5387
5388
|
"icon": "calendar",
|
|
5388
|
-
"href": "/appointments"
|
|
5389
|
-
"label": "Appointments"
|
|
5389
|
+
"href": "/appointments"
|
|
5390
5390
|
},
|
|
5391
5391
|
{
|
|
5392
5392
|
"icon": "clock",
|
|
5393
|
-
"
|
|
5394
|
-
"
|
|
5393
|
+
"href": "/schedule",
|
|
5394
|
+
"label": "Schedule"
|
|
5395
5395
|
}
|
|
5396
5396
|
],
|
|
5397
|
-
"appName": "BookingSystemApp",
|
|
5398
5397
|
"type": "dashboard-layout",
|
|
5399
5398
|
"children": [
|
|
5400
5399
|
{
|
|
5400
|
+
"type": "scaled-diagram",
|
|
5401
5401
|
"children": [
|
|
5402
5402
|
{
|
|
5403
|
+
"gap": "lg",
|
|
5403
5404
|
"children": [
|
|
5404
5405
|
{
|
|
5405
|
-
"type": "breadcrumb",
|
|
5406
5406
|
"items": [
|
|
5407
5407
|
{
|
|
5408
5408
|
"href": "/",
|
|
@@ -5411,101 +5411,102 @@
|
|
|
5411
5411
|
{
|
|
5412
5412
|
"label": "Schedule Overview"
|
|
5413
5413
|
}
|
|
5414
|
-
]
|
|
5414
|
+
],
|
|
5415
|
+
"type": "breadcrumb"
|
|
5415
5416
|
},
|
|
5416
5417
|
{
|
|
5417
|
-
"justify": "between",
|
|
5418
|
-
"type": "stack",
|
|
5419
|
-
"gap": "md",
|
|
5420
5418
|
"children": [
|
|
5421
5419
|
{
|
|
5422
5420
|
"type": "stack",
|
|
5421
|
+
"direction": "horizontal",
|
|
5422
|
+
"gap": "md",
|
|
5423
5423
|
"children": [
|
|
5424
5424
|
{
|
|
5425
|
-
"
|
|
5426
|
-
"
|
|
5425
|
+
"type": "icon",
|
|
5426
|
+
"name": "bar-chart-2"
|
|
5427
5427
|
},
|
|
5428
5428
|
{
|
|
5429
|
+
"type": "typography",
|
|
5429
5430
|
"content": "Schedule Overview",
|
|
5430
|
-
"variant": "h2"
|
|
5431
|
-
"type": "typography"
|
|
5431
|
+
"variant": "h2"
|
|
5432
5432
|
}
|
|
5433
|
-
]
|
|
5434
|
-
"direction": "horizontal",
|
|
5435
|
-
"gap": "md"
|
|
5433
|
+
]
|
|
5436
5434
|
},
|
|
5437
5435
|
{
|
|
5438
|
-
"action": "REFRESH",
|
|
5439
|
-
"icon": "refresh-cw",
|
|
5440
5436
|
"variant": "secondary",
|
|
5437
|
+
"label": "Refresh",
|
|
5441
5438
|
"type": "button",
|
|
5442
|
-
"
|
|
5439
|
+
"action": "REFRESH",
|
|
5440
|
+
"icon": "refresh-cw"
|
|
5443
5441
|
}
|
|
5444
5442
|
],
|
|
5445
|
-
"direction": "horizontal"
|
|
5443
|
+
"direction": "horizontal",
|
|
5444
|
+
"justify": "between",
|
|
5445
|
+
"gap": "md",
|
|
5446
|
+
"type": "stack"
|
|
5446
5447
|
},
|
|
5447
5448
|
{
|
|
5448
5449
|
"type": "divider"
|
|
5449
5450
|
},
|
|
5450
5451
|
{
|
|
5451
|
-
"padding": "md",
|
|
5452
5452
|
"children": [
|
|
5453
5453
|
{
|
|
5454
5454
|
"children": [
|
|
5455
5455
|
{
|
|
5456
|
-
"label": "TotalBookings",
|
|
5457
5456
|
"value": "@entity.totalBookings",
|
|
5458
|
-
"type": "stat-display"
|
|
5457
|
+
"type": "stat-display",
|
|
5458
|
+
"label": "TotalBookings"
|
|
5459
5459
|
},
|
|
5460
5460
|
{
|
|
5461
|
+
"type": "stat-display",
|
|
5461
5462
|
"value": "@entity.confirmedToday",
|
|
5462
|
-
"label": "ConfirmedToday"
|
|
5463
|
-
"type": "stat-display"
|
|
5463
|
+
"label": "ConfirmedToday"
|
|
5464
5464
|
},
|
|
5465
5465
|
{
|
|
5466
|
-
"type": "stat-display",
|
|
5467
5466
|
"label": "PendingBookings",
|
|
5468
|
-
"value": "@entity.pendingBookings"
|
|
5467
|
+
"value": "@entity.pendingBookings",
|
|
5468
|
+
"type": "stat-display"
|
|
5469
5469
|
},
|
|
5470
5470
|
{
|
|
5471
5471
|
"label": "AvailableSlots",
|
|
5472
|
-
"
|
|
5473
|
-
"
|
|
5472
|
+
"value": "@entity.availableSlots",
|
|
5473
|
+
"type": "stat-display"
|
|
5474
5474
|
}
|
|
5475
5475
|
],
|
|
5476
|
-
"
|
|
5477
|
-
"
|
|
5476
|
+
"cols": 4.0,
|
|
5477
|
+
"type": "simple-grid"
|
|
5478
5478
|
}
|
|
5479
5479
|
],
|
|
5480
|
-
"type": "box"
|
|
5480
|
+
"type": "box",
|
|
5481
|
+
"padding": "md"
|
|
5481
5482
|
},
|
|
5482
5483
|
{
|
|
5483
5484
|
"type": "divider"
|
|
5484
5485
|
},
|
|
5485
5486
|
{
|
|
5486
|
-
"cols": 2.0,
|
|
5487
5487
|
"children": [
|
|
5488
5488
|
{
|
|
5489
|
+
"type": "card",
|
|
5489
5490
|
"children": [
|
|
5490
5491
|
{
|
|
5491
5492
|
"type": "typography",
|
|
5492
|
-
"
|
|
5493
|
-
"
|
|
5493
|
+
"variant": "caption",
|
|
5494
|
+
"content": "Chart View"
|
|
5494
5495
|
}
|
|
5495
|
-
]
|
|
5496
|
-
"type": "card"
|
|
5496
|
+
]
|
|
5497
5497
|
},
|
|
5498
5498
|
{
|
|
5499
|
-
"type": "card",
|
|
5500
5499
|
"children": [
|
|
5501
5500
|
{
|
|
5502
5501
|
"variant": "caption",
|
|
5503
5502
|
"content": "Graph View",
|
|
5504
5503
|
"type": "typography"
|
|
5505
5504
|
}
|
|
5506
|
-
]
|
|
5505
|
+
],
|
|
5506
|
+
"type": "card"
|
|
5507
5507
|
}
|
|
5508
5508
|
],
|
|
5509
|
+
"cols": 2.0,
|
|
5509
5510
|
"gap": "md",
|
|
5510
5511
|
"type": "grid"
|
|
5511
5512
|
},
|
|
@@ -5521,8 +5522,8 @@
|
|
|
5521
5522
|
"value": 19.0
|
|
5522
5523
|
},
|
|
5523
5524
|
{
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5525
|
+
"value": 15.0,
|
|
5526
|
+
"date": "Mar"
|
|
5526
5527
|
},
|
|
5527
5528
|
{
|
|
5528
5529
|
"date": "Apr",
|
|
@@ -5539,56 +5540,55 @@
|
|
|
5539
5540
|
]
|
|
5540
5541
|
},
|
|
5541
5542
|
{
|
|
5542
|
-
"type": "chart-legend",
|
|
5543
5543
|
"items": [
|
|
5544
5544
|
{
|
|
5545
5545
|
"color": "primary",
|
|
5546
5546
|
"label": "Current"
|
|
5547
5547
|
},
|
|
5548
5548
|
{
|
|
5549
|
-
"
|
|
5550
|
-
"
|
|
5549
|
+
"label": "Previous",
|
|
5550
|
+
"color": "muted"
|
|
5551
5551
|
}
|
|
5552
|
-
]
|
|
5552
|
+
],
|
|
5553
|
+
"type": "chart-legend"
|
|
5553
5554
|
},
|
|
5554
5555
|
{
|
|
5555
|
-
"height": 200.0,
|
|
5556
5556
|
"type": "graph-view",
|
|
5557
|
+
"height": 200.0,
|
|
5558
|
+
"edges": [
|
|
5559
|
+
{
|
|
5560
|
+
"source": "a",
|
|
5561
|
+
"target": "b"
|
|
5562
|
+
},
|
|
5563
|
+
{
|
|
5564
|
+
"source": "b",
|
|
5565
|
+
"target": "c"
|
|
5566
|
+
}
|
|
5567
|
+
],
|
|
5568
|
+
"width": 400.0,
|
|
5557
5569
|
"nodes": [
|
|
5558
5570
|
{
|
|
5559
5571
|
"id": "a",
|
|
5560
5572
|
"label": "Start"
|
|
5561
5573
|
},
|
|
5562
5574
|
{
|
|
5563
|
-
"
|
|
5564
|
-
"
|
|
5575
|
+
"id": "b",
|
|
5576
|
+
"label": "Process"
|
|
5565
5577
|
},
|
|
5566
5578
|
{
|
|
5567
5579
|
"id": "c",
|
|
5568
5580
|
"label": "End"
|
|
5569
5581
|
}
|
|
5570
|
-
]
|
|
5571
|
-
"edges": [
|
|
5572
|
-
{
|
|
5573
|
-
"source": "a",
|
|
5574
|
-
"target": "b"
|
|
5575
|
-
},
|
|
5576
|
-
{
|
|
5577
|
-
"target": "c",
|
|
5578
|
-
"source": "b"
|
|
5579
|
-
}
|
|
5580
|
-
],
|
|
5581
|
-
"width": 400.0
|
|
5582
|
+
]
|
|
5582
5583
|
}
|
|
5583
5584
|
],
|
|
5584
|
-
"
|
|
5585
|
-
"
|
|
5586
|
-
"type": "stack"
|
|
5585
|
+
"type": "stack",
|
|
5586
|
+
"direction": "vertical"
|
|
5587
5587
|
}
|
|
5588
|
-
]
|
|
5589
|
-
"type": "scaled-diagram"
|
|
5588
|
+
]
|
|
5590
5589
|
}
|
|
5591
|
-
]
|
|
5590
|
+
],
|
|
5591
|
+
"appName": "BookingSystemApp"
|
|
5592
5592
|
}
|
|
5593
5593
|
]
|
|
5594
5594
|
]
|
|
@@ -5603,8 +5603,8 @@
|
|
|
5603
5603
|
"Schedule",
|
|
5604
5604
|
{
|
|
5605
5605
|
"emit": {
|
|
5606
|
-
"
|
|
5607
|
-
"
|
|
5606
|
+
"failure": "ScheduleLoadFailed",
|
|
5607
|
+
"success": "ScheduleLoaded"
|
|
5608
5608
|
}
|
|
5609
5609
|
}
|
|
5610
5610
|
],
|
|
@@ -5612,13 +5612,37 @@
|
|
|
5612
5612
|
"render-ui",
|
|
5613
5613
|
"main",
|
|
5614
5614
|
{
|
|
5615
|
-
"
|
|
5615
|
+
"type": "dashboard-layout",
|
|
5616
|
+
"navItems": [
|
|
5617
|
+
{
|
|
5618
|
+
"href": "/providers",
|
|
5619
|
+
"icon": "user-check",
|
|
5620
|
+
"label": "Providers"
|
|
5621
|
+
},
|
|
5622
|
+
{
|
|
5623
|
+
"label": "Book",
|
|
5624
|
+
"icon": "calendar-plus",
|
|
5625
|
+
"href": "/book"
|
|
5626
|
+
},
|
|
5627
|
+
{
|
|
5628
|
+
"label": "Appointments",
|
|
5629
|
+
"icon": "calendar",
|
|
5630
|
+
"href": "/appointments"
|
|
5631
|
+
},
|
|
5632
|
+
{
|
|
5633
|
+
"href": "/schedule",
|
|
5634
|
+
"icon": "clock",
|
|
5635
|
+
"label": "Schedule"
|
|
5636
|
+
}
|
|
5637
|
+
],
|
|
5616
5638
|
"children": [
|
|
5617
5639
|
{
|
|
5640
|
+
"type": "scaled-diagram",
|
|
5618
5641
|
"children": [
|
|
5619
5642
|
{
|
|
5620
5643
|
"type": "stack",
|
|
5621
5644
|
"direction": "vertical",
|
|
5645
|
+
"gap": "lg",
|
|
5622
5646
|
"children": [
|
|
5623
5647
|
{
|
|
5624
5648
|
"items": [
|
|
@@ -5633,6 +5657,8 @@
|
|
|
5633
5657
|
"type": "breadcrumb"
|
|
5634
5658
|
},
|
|
5635
5659
|
{
|
|
5660
|
+
"gap": "md",
|
|
5661
|
+
"direction": "horizontal",
|
|
5636
5662
|
"justify": "between",
|
|
5637
5663
|
"type": "stack",
|
|
5638
5664
|
"children": [
|
|
@@ -5640,43 +5666,41 @@
|
|
|
5640
5666
|
"direction": "horizontal",
|
|
5641
5667
|
"children": [
|
|
5642
5668
|
{
|
|
5643
|
-
"
|
|
5644
|
-
"
|
|
5669
|
+
"type": "icon",
|
|
5670
|
+
"name": "bar-chart-2"
|
|
5645
5671
|
},
|
|
5646
5672
|
{
|
|
5647
5673
|
"type": "typography",
|
|
5648
|
-
"
|
|
5649
|
-
"
|
|
5674
|
+
"variant": "h2",
|
|
5675
|
+
"content": "Schedule Overview"
|
|
5650
5676
|
}
|
|
5651
5677
|
],
|
|
5652
|
-
"
|
|
5653
|
-
"
|
|
5678
|
+
"gap": "md",
|
|
5679
|
+
"type": "stack"
|
|
5654
5680
|
},
|
|
5655
5681
|
{
|
|
5656
|
-
"variant": "secondary",
|
|
5657
5682
|
"label": "Refresh",
|
|
5683
|
+
"variant": "secondary",
|
|
5658
5684
|
"type": "button",
|
|
5659
|
-
"
|
|
5660
|
-
"
|
|
5685
|
+
"action": "REFRESH",
|
|
5686
|
+
"icon": "refresh-cw"
|
|
5661
5687
|
}
|
|
5662
|
-
]
|
|
5663
|
-
"direction": "horizontal",
|
|
5664
|
-
"gap": "md"
|
|
5688
|
+
]
|
|
5665
5689
|
},
|
|
5666
5690
|
{
|
|
5667
5691
|
"type": "divider"
|
|
5668
5692
|
},
|
|
5669
5693
|
{
|
|
5694
|
+
"type": "box",
|
|
5670
5695
|
"padding": "md",
|
|
5671
5696
|
"children": [
|
|
5672
5697
|
{
|
|
5673
|
-
"type": "simple-grid",
|
|
5674
5698
|
"cols": 4.0,
|
|
5675
5699
|
"children": [
|
|
5676
5700
|
{
|
|
5701
|
+
"label": "TotalBookings",
|
|
5677
5702
|
"value": "@entity.totalBookings",
|
|
5678
|
-
"type": "stat-display"
|
|
5679
|
-
"label": "TotalBookings"
|
|
5703
|
+
"type": "stat-display"
|
|
5680
5704
|
},
|
|
5681
5705
|
{
|
|
5682
5706
|
"type": "stat-display",
|
|
@@ -5684,60 +5708,59 @@
|
|
|
5684
5708
|
"value": "@entity.confirmedToday"
|
|
5685
5709
|
},
|
|
5686
5710
|
{
|
|
5711
|
+
"value": "@entity.pendingBookings",
|
|
5687
5712
|
"label": "PendingBookings",
|
|
5688
|
-
"type": "stat-display"
|
|
5689
|
-
"value": "@entity.pendingBookings"
|
|
5713
|
+
"type": "stat-display"
|
|
5690
5714
|
},
|
|
5691
5715
|
{
|
|
5692
|
-
"value": "@entity.availableSlots",
|
|
5693
5716
|
"type": "stat-display",
|
|
5694
|
-
"label": "AvailableSlots"
|
|
5717
|
+
"label": "AvailableSlots",
|
|
5718
|
+
"value": "@entity.availableSlots"
|
|
5695
5719
|
}
|
|
5696
|
-
]
|
|
5720
|
+
],
|
|
5721
|
+
"type": "simple-grid"
|
|
5697
5722
|
}
|
|
5698
|
-
]
|
|
5699
|
-
"type": "box"
|
|
5723
|
+
]
|
|
5700
5724
|
},
|
|
5701
5725
|
{
|
|
5702
5726
|
"type": "divider"
|
|
5703
5727
|
},
|
|
5704
5728
|
{
|
|
5705
5729
|
"cols": 2.0,
|
|
5706
|
-
"type": "grid",
|
|
5707
|
-
"gap": "md",
|
|
5708
5730
|
"children": [
|
|
5709
5731
|
{
|
|
5710
|
-
"type": "card",
|
|
5711
5732
|
"children": [
|
|
5712
5733
|
{
|
|
5713
|
-
"content": "Chart View",
|
|
5714
5734
|
"type": "typography",
|
|
5715
|
-
"variant": "caption"
|
|
5735
|
+
"variant": "caption",
|
|
5736
|
+
"content": "Chart View"
|
|
5716
5737
|
}
|
|
5717
|
-
]
|
|
5738
|
+
],
|
|
5739
|
+
"type": "card"
|
|
5718
5740
|
},
|
|
5719
5741
|
{
|
|
5720
|
-
"type": "card",
|
|
5721
5742
|
"children": [
|
|
5722
5743
|
{
|
|
5723
5744
|
"content": "Graph View",
|
|
5724
|
-
"
|
|
5725
|
-
"
|
|
5745
|
+
"variant": "caption",
|
|
5746
|
+
"type": "typography"
|
|
5726
5747
|
}
|
|
5727
|
-
]
|
|
5748
|
+
],
|
|
5749
|
+
"type": "card"
|
|
5728
5750
|
}
|
|
5729
|
-
]
|
|
5751
|
+
],
|
|
5752
|
+
"type": "grid",
|
|
5753
|
+
"gap": "md"
|
|
5730
5754
|
},
|
|
5731
5755
|
{
|
|
5732
|
-
"type": "line-chart",
|
|
5733
5756
|
"data": [
|
|
5734
5757
|
{
|
|
5735
|
-
"
|
|
5736
|
-
"
|
|
5758
|
+
"date": "Jan",
|
|
5759
|
+
"value": 12.0
|
|
5737
5760
|
},
|
|
5738
5761
|
{
|
|
5739
|
-
"
|
|
5740
|
-
"
|
|
5762
|
+
"value": 19.0,
|
|
5763
|
+
"date": "Feb"
|
|
5741
5764
|
},
|
|
5742
5765
|
{
|
|
5743
5766
|
"date": "Mar",
|
|
@@ -5755,80 +5778,57 @@
|
|
|
5755
5778
|
"date": "Jun",
|
|
5756
5779
|
"value": 30.0
|
|
5757
5780
|
}
|
|
5758
|
-
]
|
|
5781
|
+
],
|
|
5782
|
+
"type": "line-chart"
|
|
5759
5783
|
},
|
|
5760
5784
|
{
|
|
5785
|
+
"type": "chart-legend",
|
|
5761
5786
|
"items": [
|
|
5762
5787
|
{
|
|
5763
|
-
"
|
|
5764
|
-
"
|
|
5788
|
+
"label": "Current",
|
|
5789
|
+
"color": "primary"
|
|
5765
5790
|
},
|
|
5766
5791
|
{
|
|
5767
|
-
"
|
|
5768
|
-
"
|
|
5792
|
+
"label": "Previous",
|
|
5793
|
+
"color": "muted"
|
|
5769
5794
|
}
|
|
5770
|
-
]
|
|
5771
|
-
"type": "chart-legend"
|
|
5795
|
+
]
|
|
5772
5796
|
},
|
|
5773
5797
|
{
|
|
5774
|
-
"
|
|
5775
|
-
|
|
5776
|
-
"label": "Start",
|
|
5777
|
-
"id": "a"
|
|
5778
|
-
},
|
|
5798
|
+
"height": 200.0,
|
|
5799
|
+
"edges": [
|
|
5779
5800
|
{
|
|
5780
|
-
"
|
|
5781
|
-
"
|
|
5801
|
+
"target": "b",
|
|
5802
|
+
"source": "a"
|
|
5782
5803
|
},
|
|
5783
5804
|
{
|
|
5784
|
-
"
|
|
5785
|
-
"
|
|
5805
|
+
"source": "b",
|
|
5806
|
+
"target": "c"
|
|
5786
5807
|
}
|
|
5787
5808
|
],
|
|
5788
5809
|
"width": 400.0,
|
|
5789
|
-
"
|
|
5790
|
-
"height": 200.0,
|
|
5791
|
-
"edges": [
|
|
5810
|
+
"nodes": [
|
|
5792
5811
|
{
|
|
5793
|
-
"
|
|
5794
|
-
"
|
|
5812
|
+
"id": "a",
|
|
5813
|
+
"label": "Start"
|
|
5795
5814
|
},
|
|
5796
5815
|
{
|
|
5797
|
-
"
|
|
5798
|
-
"
|
|
5816
|
+
"id": "b",
|
|
5817
|
+
"label": "Process"
|
|
5818
|
+
},
|
|
5819
|
+
{
|
|
5820
|
+
"id": "c",
|
|
5821
|
+
"label": "End"
|
|
5799
5822
|
}
|
|
5800
|
-
]
|
|
5823
|
+
],
|
|
5824
|
+
"type": "graph-view"
|
|
5801
5825
|
}
|
|
5802
|
-
]
|
|
5803
|
-
"gap": "lg"
|
|
5826
|
+
]
|
|
5804
5827
|
}
|
|
5805
|
-
]
|
|
5806
|
-
"type": "scaled-diagram"
|
|
5828
|
+
]
|
|
5807
5829
|
}
|
|
5808
5830
|
],
|
|
5809
|
-
"
|
|
5810
|
-
"navItems": [
|
|
5811
|
-
{
|
|
5812
|
-
"href": "/providers",
|
|
5813
|
-
"icon": "user-check",
|
|
5814
|
-
"label": "Providers"
|
|
5815
|
-
},
|
|
5816
|
-
{
|
|
5817
|
-
"label": "Book",
|
|
5818
|
-
"href": "/book",
|
|
5819
|
-
"icon": "calendar-plus"
|
|
5820
|
-
},
|
|
5821
|
-
{
|
|
5822
|
-
"icon": "calendar",
|
|
5823
|
-
"label": "Appointments",
|
|
5824
|
-
"href": "/appointments"
|
|
5825
|
-
},
|
|
5826
|
-
{
|
|
5827
|
-
"icon": "clock",
|
|
5828
|
-
"href": "/schedule",
|
|
5829
|
-
"label": "Schedule"
|
|
5830
|
-
}
|
|
5831
|
-
]
|
|
5831
|
+
"appName": "BookingSystemApp"
|
|
5832
5832
|
}
|
|
5833
5833
|
]
|
|
5834
5834
|
]
|
|
@@ -5852,38 +5852,13 @@
|
|
|
5852
5852
|
"render-ui",
|
|
5853
5853
|
"main",
|
|
5854
5854
|
{
|
|
5855
|
-
"navItems": [
|
|
5856
|
-
{
|
|
5857
|
-
"href": "/providers",
|
|
5858
|
-
"icon": "user-check",
|
|
5859
|
-
"label": "Providers"
|
|
5860
|
-
},
|
|
5861
|
-
{
|
|
5862
|
-
"href": "/book",
|
|
5863
|
-
"label": "Book",
|
|
5864
|
-
"icon": "calendar-plus"
|
|
5865
|
-
},
|
|
5866
|
-
{
|
|
5867
|
-
"icon": "calendar",
|
|
5868
|
-
"label": "Appointments",
|
|
5869
|
-
"href": "/appointments"
|
|
5870
|
-
},
|
|
5871
|
-
{
|
|
5872
|
-
"label": "Schedule",
|
|
5873
|
-
"href": "/schedule",
|
|
5874
|
-
"icon": "clock"
|
|
5875
|
-
}
|
|
5876
|
-
],
|
|
5877
5855
|
"children": [
|
|
5878
5856
|
{
|
|
5879
5857
|
"type": "scaled-diagram",
|
|
5880
5858
|
"children": [
|
|
5881
5859
|
{
|
|
5882
|
-
"direction": "vertical",
|
|
5883
|
-
"type": "stack",
|
|
5884
5860
|
"children": [
|
|
5885
5861
|
{
|
|
5886
|
-
"type": "breadcrumb",
|
|
5887
5862
|
"items": [
|
|
5888
5863
|
{
|
|
5889
5864
|
"href": "/",
|
|
@@ -5892,98 +5867,99 @@
|
|
|
5892
5867
|
{
|
|
5893
5868
|
"label": "Schedule Overview"
|
|
5894
5869
|
}
|
|
5895
|
-
]
|
|
5870
|
+
],
|
|
5871
|
+
"type": "breadcrumb"
|
|
5896
5872
|
},
|
|
5897
5873
|
{
|
|
5898
|
-
"gap": "md",
|
|
5899
|
-
"direction": "horizontal",
|
|
5900
|
-
"type": "stack",
|
|
5901
|
-
"justify": "between",
|
|
5902
5874
|
"children": [
|
|
5903
5875
|
{
|
|
5876
|
+
"type": "stack",
|
|
5877
|
+
"direction": "horizontal",
|
|
5904
5878
|
"children": [
|
|
5905
5879
|
{
|
|
5906
|
-
"
|
|
5907
|
-
"
|
|
5880
|
+
"type": "icon",
|
|
5881
|
+
"name": "bar-chart-2"
|
|
5908
5882
|
},
|
|
5909
5883
|
{
|
|
5884
|
+
"content": "Schedule Overview",
|
|
5910
5885
|
"variant": "h2",
|
|
5911
|
-
"type": "typography"
|
|
5912
|
-
"content": "Schedule Overview"
|
|
5886
|
+
"type": "typography"
|
|
5913
5887
|
}
|
|
5914
5888
|
],
|
|
5915
|
-
"gap": "md"
|
|
5916
|
-
"type": "stack",
|
|
5917
|
-
"direction": "horizontal"
|
|
5889
|
+
"gap": "md"
|
|
5918
5890
|
},
|
|
5919
5891
|
{
|
|
5920
|
-
"icon": "refresh-cw",
|
|
5921
5892
|
"action": "REFRESH",
|
|
5922
5893
|
"variant": "secondary",
|
|
5923
|
-
"
|
|
5924
|
-
"label": "Refresh"
|
|
5894
|
+
"icon": "refresh-cw",
|
|
5895
|
+
"label": "Refresh",
|
|
5896
|
+
"type": "button"
|
|
5925
5897
|
}
|
|
5926
|
-
]
|
|
5898
|
+
],
|
|
5899
|
+
"justify": "between",
|
|
5900
|
+
"type": "stack",
|
|
5901
|
+
"gap": "md",
|
|
5902
|
+
"direction": "horizontal"
|
|
5927
5903
|
},
|
|
5928
5904
|
{
|
|
5929
5905
|
"type": "divider"
|
|
5930
5906
|
},
|
|
5931
5907
|
{
|
|
5932
|
-
"type": "box",
|
|
5933
5908
|
"padding": "md",
|
|
5934
5909
|
"children": [
|
|
5935
5910
|
{
|
|
5936
5911
|
"children": [
|
|
5937
5912
|
{
|
|
5938
|
-
"
|
|
5913
|
+
"value": "@entity.totalBookings",
|
|
5939
5914
|
"type": "stat-display",
|
|
5940
|
-
"
|
|
5915
|
+
"label": "TotalBookings"
|
|
5941
5916
|
},
|
|
5942
5917
|
{
|
|
5943
|
-
"value": "@entity.confirmedToday",
|
|
5944
5918
|
"type": "stat-display",
|
|
5945
|
-
"label": "ConfirmedToday"
|
|
5919
|
+
"label": "ConfirmedToday",
|
|
5920
|
+
"value": "@entity.confirmedToday"
|
|
5946
5921
|
},
|
|
5947
5922
|
{
|
|
5948
|
-
"
|
|
5923
|
+
"label": "PendingBookings",
|
|
5949
5924
|
"type": "stat-display",
|
|
5950
|
-
"
|
|
5925
|
+
"value": "@entity.pendingBookings"
|
|
5951
5926
|
},
|
|
5952
5927
|
{
|
|
5953
|
-
"
|
|
5928
|
+
"value": "@entity.availableSlots",
|
|
5954
5929
|
"label": "AvailableSlots",
|
|
5955
|
-
"
|
|
5930
|
+
"type": "stat-display"
|
|
5956
5931
|
}
|
|
5957
5932
|
],
|
|
5958
5933
|
"cols": 4.0,
|
|
5959
5934
|
"type": "simple-grid"
|
|
5960
5935
|
}
|
|
5961
|
-
]
|
|
5936
|
+
],
|
|
5937
|
+
"type": "box"
|
|
5962
5938
|
},
|
|
5963
5939
|
{
|
|
5964
5940
|
"type": "divider"
|
|
5965
5941
|
},
|
|
5966
5942
|
{
|
|
5967
5943
|
"type": "grid",
|
|
5968
|
-
"cols": 2.0,
|
|
5969
5944
|
"gap": "md",
|
|
5945
|
+
"cols": 2.0,
|
|
5970
5946
|
"children": [
|
|
5971
5947
|
{
|
|
5972
|
-
"type": "card",
|
|
5973
5948
|
"children": [
|
|
5974
5949
|
{
|
|
5975
5950
|
"content": "Chart View",
|
|
5976
|
-
"
|
|
5977
|
-
"
|
|
5951
|
+
"variant": "caption",
|
|
5952
|
+
"type": "typography"
|
|
5978
5953
|
}
|
|
5979
|
-
]
|
|
5954
|
+
],
|
|
5955
|
+
"type": "card"
|
|
5980
5956
|
},
|
|
5981
5957
|
{
|
|
5982
5958
|
"type": "card",
|
|
5983
5959
|
"children": [
|
|
5984
5960
|
{
|
|
5985
|
-
"content": "Graph View",
|
|
5986
5961
|
"type": "typography",
|
|
5962
|
+
"content": "Graph View",
|
|
5987
5963
|
"variant": "caption"
|
|
5988
5964
|
}
|
|
5989
5965
|
]
|
|
@@ -5994,8 +5970,8 @@
|
|
|
5994
5970
|
"type": "line-chart",
|
|
5995
5971
|
"data": [
|
|
5996
5972
|
{
|
|
5997
|
-
"
|
|
5998
|
-
"
|
|
5973
|
+
"value": 12.0,
|
|
5974
|
+
"date": "Jan"
|
|
5999
5975
|
},
|
|
6000
5976
|
{
|
|
6001
5977
|
"value": 19.0,
|
|
@@ -6006,12 +5982,12 @@
|
|
|
6006
5982
|
"date": "Mar"
|
|
6007
5983
|
},
|
|
6008
5984
|
{
|
|
6009
|
-
"
|
|
6010
|
-
"
|
|
5985
|
+
"date": "Apr",
|
|
5986
|
+
"value": 25.0
|
|
6011
5987
|
},
|
|
6012
5988
|
{
|
|
6013
|
-
"
|
|
6014
|
-
"
|
|
5989
|
+
"value": 22.0,
|
|
5990
|
+
"date": "May"
|
|
6015
5991
|
},
|
|
6016
5992
|
{
|
|
6017
5993
|
"value": 30.0,
|
|
@@ -6023,52 +5999,76 @@
|
|
|
6023
5999
|
"type": "chart-legend",
|
|
6024
6000
|
"items": [
|
|
6025
6001
|
{
|
|
6026
|
-
"
|
|
6027
|
-
"
|
|
6002
|
+
"label": "Current",
|
|
6003
|
+
"color": "primary"
|
|
6028
6004
|
},
|
|
6029
6005
|
{
|
|
6030
|
-
"
|
|
6031
|
-
"
|
|
6006
|
+
"color": "muted",
|
|
6007
|
+
"label": "Previous"
|
|
6032
6008
|
}
|
|
6033
6009
|
]
|
|
6034
6010
|
},
|
|
6035
6011
|
{
|
|
6036
|
-
"width": 400.0,
|
|
6037
|
-
"edges": [
|
|
6038
|
-
{
|
|
6039
|
-
"source": "a",
|
|
6040
|
-
"target": "b"
|
|
6041
|
-
},
|
|
6042
|
-
{
|
|
6043
|
-
"source": "b",
|
|
6044
|
-
"target": "c"
|
|
6045
|
-
}
|
|
6046
|
-
],
|
|
6047
6012
|
"nodes": [
|
|
6048
6013
|
{
|
|
6049
|
-
"
|
|
6050
|
-
"
|
|
6014
|
+
"id": "a",
|
|
6015
|
+
"label": "Start"
|
|
6051
6016
|
},
|
|
6052
6017
|
{
|
|
6053
|
-
"
|
|
6054
|
-
"
|
|
6018
|
+
"label": "Process",
|
|
6019
|
+
"id": "b"
|
|
6055
6020
|
},
|
|
6056
6021
|
{
|
|
6057
6022
|
"id": "c",
|
|
6058
6023
|
"label": "End"
|
|
6059
6024
|
}
|
|
6060
6025
|
],
|
|
6026
|
+
"height": 200.0,
|
|
6027
|
+
"width": 400.0,
|
|
6061
6028
|
"type": "graph-view",
|
|
6062
|
-
"
|
|
6029
|
+
"edges": [
|
|
6030
|
+
{
|
|
6031
|
+
"target": "b",
|
|
6032
|
+
"source": "a"
|
|
6033
|
+
},
|
|
6034
|
+
{
|
|
6035
|
+
"target": "c",
|
|
6036
|
+
"source": "b"
|
|
6037
|
+
}
|
|
6038
|
+
]
|
|
6063
6039
|
}
|
|
6064
6040
|
],
|
|
6041
|
+
"type": "stack",
|
|
6042
|
+
"direction": "vertical",
|
|
6065
6043
|
"gap": "lg"
|
|
6066
6044
|
}
|
|
6067
6045
|
]
|
|
6068
6046
|
}
|
|
6069
6047
|
],
|
|
6070
|
-
"
|
|
6071
|
-
|
|
6048
|
+
"navItems": [
|
|
6049
|
+
{
|
|
6050
|
+
"icon": "user-check",
|
|
6051
|
+
"label": "Providers",
|
|
6052
|
+
"href": "/providers"
|
|
6053
|
+
},
|
|
6054
|
+
{
|
|
6055
|
+
"icon": "calendar-plus",
|
|
6056
|
+
"href": "/book",
|
|
6057
|
+
"label": "Book"
|
|
6058
|
+
},
|
|
6059
|
+
{
|
|
6060
|
+
"label": "Appointments",
|
|
6061
|
+
"icon": "calendar",
|
|
6062
|
+
"href": "/appointments"
|
|
6063
|
+
},
|
|
6064
|
+
{
|
|
6065
|
+
"href": "/schedule",
|
|
6066
|
+
"label": "Schedule",
|
|
6067
|
+
"icon": "clock"
|
|
6068
|
+
}
|
|
6069
|
+
],
|
|
6070
|
+
"type": "dashboard-layout",
|
|
6071
|
+
"appName": "BookingSystemApp"
|
|
6072
6072
|
}
|
|
6073
6073
|
]
|
|
6074
6074
|
]
|
|
@@ -6083,8 +6083,8 @@
|
|
|
6083
6083
|
"Schedule",
|
|
6084
6084
|
{
|
|
6085
6085
|
"emit": {
|
|
6086
|
-
"
|
|
6087
|
-
"
|
|
6086
|
+
"failure": "ScheduleLoadFailed",
|
|
6087
|
+
"success": "ScheduleLoaded"
|
|
6088
6088
|
}
|
|
6089
6089
|
}
|
|
6090
6090
|
],
|
|
@@ -6092,77 +6092,73 @@
|
|
|
6092
6092
|
"render-ui",
|
|
6093
6093
|
"main",
|
|
6094
6094
|
{
|
|
6095
|
+
"appName": "BookingSystemApp",
|
|
6095
6096
|
"type": "dashboard-layout",
|
|
6096
6097
|
"children": [
|
|
6097
6098
|
{
|
|
6098
6099
|
"type": "scaled-diagram",
|
|
6099
6100
|
"children": [
|
|
6100
6101
|
{
|
|
6101
|
-
"direction": "vertical",
|
|
6102
|
-
"type": "stack",
|
|
6103
|
-
"gap": "lg",
|
|
6104
6102
|
"children": [
|
|
6105
6103
|
{
|
|
6106
|
-
"type": "breadcrumb",
|
|
6107
6104
|
"items": [
|
|
6108
6105
|
{
|
|
6109
|
-
"
|
|
6110
|
-
"
|
|
6106
|
+
"href": "/",
|
|
6107
|
+
"label": "Home"
|
|
6111
6108
|
},
|
|
6112
6109
|
{
|
|
6113
6110
|
"label": "Schedule Overview"
|
|
6114
6111
|
}
|
|
6115
|
-
]
|
|
6112
|
+
],
|
|
6113
|
+
"type": "breadcrumb"
|
|
6116
6114
|
},
|
|
6117
6115
|
{
|
|
6118
6116
|
"type": "stack",
|
|
6119
6117
|
"direction": "horizontal",
|
|
6120
6118
|
"justify": "between",
|
|
6119
|
+
"gap": "md",
|
|
6121
6120
|
"children": [
|
|
6122
6121
|
{
|
|
6122
|
+
"direction": "horizontal",
|
|
6123
|
+
"gap": "md",
|
|
6123
6124
|
"children": [
|
|
6124
6125
|
{
|
|
6125
|
-
"
|
|
6126
|
-
"
|
|
6126
|
+
"name": "bar-chart-2",
|
|
6127
|
+
"type": "icon"
|
|
6127
6128
|
},
|
|
6128
6129
|
{
|
|
6129
6130
|
"content": "Schedule Overview",
|
|
6130
|
-
"
|
|
6131
|
-
"
|
|
6131
|
+
"variant": "h2",
|
|
6132
|
+
"type": "typography"
|
|
6132
6133
|
}
|
|
6133
6134
|
],
|
|
6134
|
-
"type": "stack"
|
|
6135
|
-
"direction": "horizontal",
|
|
6136
|
-
"gap": "md"
|
|
6135
|
+
"type": "stack"
|
|
6137
6136
|
},
|
|
6138
6137
|
{
|
|
6139
|
-
"
|
|
6138
|
+
"type": "button",
|
|
6139
|
+
"label": "Refresh",
|
|
6140
6140
|
"icon": "refresh-cw",
|
|
6141
6141
|
"action": "REFRESH",
|
|
6142
|
-
"
|
|
6143
|
-
"label": "Refresh"
|
|
6142
|
+
"variant": "secondary"
|
|
6144
6143
|
}
|
|
6145
|
-
]
|
|
6146
|
-
"gap": "md"
|
|
6144
|
+
]
|
|
6147
6145
|
},
|
|
6148
6146
|
{
|
|
6149
6147
|
"type": "divider"
|
|
6150
6148
|
},
|
|
6151
6149
|
{
|
|
6152
|
-
"
|
|
6150
|
+
"type": "box",
|
|
6153
6151
|
"children": [
|
|
6154
6152
|
{
|
|
6155
|
-
"cols": 4.0,
|
|
6156
|
-
"type": "simple-grid",
|
|
6157
6153
|
"children": [
|
|
6158
6154
|
{
|
|
6159
|
-
"type": "stat-display",
|
|
6160
6155
|
"value": "@entity.totalBookings",
|
|
6156
|
+
"type": "stat-display",
|
|
6161
6157
|
"label": "TotalBookings"
|
|
6162
6158
|
},
|
|
6163
6159
|
{
|
|
6164
|
-
"type": "stat-display",
|
|
6165
6160
|
"label": "ConfirmedToday",
|
|
6161
|
+
"type": "stat-display",
|
|
6166
6162
|
"value": "@entity.confirmedToday"
|
|
6167
6163
|
},
|
|
6168
6164
|
{
|
|
@@ -6171,14 +6167,16 @@
|
|
|
6171
6167
|
"value": "@entity.pendingBookings"
|
|
6172
6168
|
},
|
|
6173
6169
|
{
|
|
6174
|
-
"label": "AvailableSlots",
|
|
6175
6170
|
"value": "@entity.availableSlots",
|
|
6176
|
-
"type": "stat-display"
|
|
6171
|
+
"type": "stat-display",
|
|
6172
|
+
"label": "AvailableSlots"
|
|
6177
6173
|
}
|
|
6178
|
-
]
|
|
6174
|
+
],
|
|
6175
|
+
"type": "simple-grid",
|
|
6176
|
+
"cols": 4.0
|
|
6179
6177
|
}
|
|
6180
6178
|
],
|
|
6181
|
-
"
|
|
6179
|
+
"padding": "md"
|
|
6182
6180
|
},
|
|
6183
6181
|
{
|
|
6184
6182
|
"type": "divider"
|
|
@@ -6190,20 +6188,20 @@
|
|
|
6190
6188
|
"children": [
|
|
6191
6189
|
{
|
|
6192
6190
|
"variant": "caption",
|
|
6193
|
-
"
|
|
6194
|
-
"
|
|
6191
|
+
"content": "Chart View",
|
|
6192
|
+
"type": "typography"
|
|
6195
6193
|
}
|
|
6196
6194
|
]
|
|
6197
6195
|
},
|
|
6198
6196
|
{
|
|
6197
|
+
"type": "card",
|
|
6199
6198
|
"children": [
|
|
6200
6199
|
{
|
|
6201
6200
|
"type": "typography",
|
|
6202
6201
|
"variant": "caption",
|
|
6203
6202
|
"content": "Graph View"
|
|
6204
6203
|
}
|
|
6205
|
-
]
|
|
6206
|
-
"type": "card"
|
|
6204
|
+
]
|
|
6207
6205
|
}
|
|
6208
6206
|
],
|
|
6209
6207
|
"gap": "md",
|
|
@@ -6211,6 +6209,7 @@
|
|
|
6211
6209
|
"cols": 2.0
|
|
6212
6210
|
},
|
|
6213
6211
|
{
|
|
6212
|
+
"type": "line-chart",
|
|
6214
6213
|
"data": [
|
|
6215
6214
|
{
|
|
6216
6215
|
"date": "Jan",
|
|
@@ -6229,45 +6228,30 @@
|
|
|
6229
6228
|
"date": "Apr"
|
|
6230
6229
|
},
|
|
6231
6230
|
{
|
|
6232
|
-
"
|
|
6233
|
-
"
|
|
6231
|
+
"value": 22.0,
|
|
6232
|
+
"date": "May"
|
|
6234
6233
|
},
|
|
6235
6234
|
{
|
|
6236
|
-
"
|
|
6237
|
-
"
|
|
6235
|
+
"date": "Jun",
|
|
6236
|
+
"value": 30.0
|
|
6238
6237
|
}
|
|
6239
|
-
]
|
|
6240
|
-
"type": "line-chart"
|
|
6238
|
+
]
|
|
6241
6239
|
},
|
|
6242
6240
|
{
|
|
6241
|
+
"type": "chart-legend",
|
|
6243
6242
|
"items": [
|
|
6244
6243
|
{
|
|
6245
|
-
"
|
|
6246
|
-
"
|
|
6244
|
+
"color": "primary",
|
|
6245
|
+
"label": "Current"
|
|
6247
6246
|
},
|
|
6248
6247
|
{
|
|
6249
6248
|
"color": "muted",
|
|
6250
6249
|
"label": "Previous"
|
|
6251
6250
|
}
|
|
6252
|
-
]
|
|
6253
|
-
"type": "chart-legend"
|
|
6251
|
+
]
|
|
6254
6252
|
},
|
|
6255
6253
|
{
|
|
6256
|
-
"
|
|
6257
|
-
"nodes": [
|
|
6258
|
-
{
|
|
6259
|
-
"label": "Start",
|
|
6260
|
-
"id": "a"
|
|
6261
|
-
},
|
|
6262
|
-
{
|
|
6263
|
-
"label": "Process",
|
|
6264
|
-
"id": "b"
|
|
6265
|
-
},
|
|
6266
|
-
{
|
|
6267
|
-
"id": "c",
|
|
6268
|
-
"label": "End"
|
|
6269
|
-
}
|
|
6270
|
-
],
|
|
6254
|
+
"height": 200.0,
|
|
6271
6255
|
"edges": [
|
|
6272
6256
|
{
|
|
6273
6257
|
"source": "a",
|
|
@@ -6278,35 +6262,51 @@
|
|
|
6278
6262
|
"target": "c"
|
|
6279
6263
|
}
|
|
6280
6264
|
],
|
|
6281
|
-
"
|
|
6265
|
+
"nodes": [
|
|
6266
|
+
{
|
|
6267
|
+
"id": "a",
|
|
6268
|
+
"label": "Start"
|
|
6269
|
+
},
|
|
6270
|
+
{
|
|
6271
|
+
"id": "b",
|
|
6272
|
+
"label": "Process"
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
"label": "End",
|
|
6276
|
+
"id": "c"
|
|
6277
|
+
}
|
|
6278
|
+
],
|
|
6279
|
+
"type": "graph-view",
|
|
6282
6280
|
"width": 400.0
|
|
6283
6281
|
}
|
|
6284
|
-
]
|
|
6282
|
+
],
|
|
6283
|
+
"direction": "vertical",
|
|
6284
|
+
"type": "stack",
|
|
6285
|
+
"gap": "lg"
|
|
6285
6286
|
}
|
|
6286
6287
|
]
|
|
6287
6288
|
}
|
|
6288
6289
|
],
|
|
6289
|
-
"appName": "BookingSystemApp",
|
|
6290
6290
|
"navItems": [
|
|
6291
6291
|
{
|
|
6292
|
-
"
|
|
6292
|
+
"label": "Providers",
|
|
6293
6293
|
"href": "/providers",
|
|
6294
|
-
"
|
|
6294
|
+
"icon": "user-check"
|
|
6295
6295
|
},
|
|
6296
6296
|
{
|
|
6297
6297
|
"label": "Book",
|
|
6298
|
-
"
|
|
6299
|
-
"
|
|
6298
|
+
"href": "/book",
|
|
6299
|
+
"icon": "calendar-plus"
|
|
6300
6300
|
},
|
|
6301
6301
|
{
|
|
6302
6302
|
"icon": "calendar",
|
|
6303
|
-
"
|
|
6304
|
-
"
|
|
6303
|
+
"label": "Appointments",
|
|
6304
|
+
"href": "/appointments"
|
|
6305
6305
|
},
|
|
6306
6306
|
{
|
|
6307
|
+
"icon": "clock",
|
|
6307
6308
|
"href": "/schedule",
|
|
6308
|
-
"label": "Schedule"
|
|
6309
|
-
"icon": "clock"
|
|
6309
|
+
"label": "Schedule"
|
|
6310
6310
|
}
|
|
6311
6311
|
]
|
|
6312
6312
|
}
|
|
@@ -6332,43 +6332,20 @@
|
|
|
6332
6332
|
"render-ui",
|
|
6333
6333
|
"main",
|
|
6334
6334
|
{
|
|
6335
|
-
"
|
|
6336
|
-
{
|
|
6337
|
-
"href": "/providers",
|
|
6338
|
-
"label": "Providers",
|
|
6339
|
-
"icon": "user-check"
|
|
6340
|
-
},
|
|
6341
|
-
{
|
|
6342
|
-
"icon": "calendar-plus",
|
|
6343
|
-
"label": "Book",
|
|
6344
|
-
"href": "/book"
|
|
6345
|
-
},
|
|
6346
|
-
{
|
|
6347
|
-
"label": "Appointments",
|
|
6348
|
-
"icon": "calendar",
|
|
6349
|
-
"href": "/appointments"
|
|
6350
|
-
},
|
|
6351
|
-
{
|
|
6352
|
-
"icon": "clock",
|
|
6353
|
-
"href": "/schedule",
|
|
6354
|
-
"label": "Schedule"
|
|
6355
|
-
}
|
|
6356
|
-
],
|
|
6335
|
+
"type": "dashboard-layout",
|
|
6357
6336
|
"children": [
|
|
6358
6337
|
{
|
|
6359
6338
|
"type": "scaled-diagram",
|
|
6360
6339
|
"children": [
|
|
6361
6340
|
{
|
|
6362
|
-
"direction": "vertical",
|
|
6363
6341
|
"gap": "lg",
|
|
6364
|
-
"type": "stack",
|
|
6365
6342
|
"children": [
|
|
6366
6343
|
{
|
|
6367
6344
|
"type": "breadcrumb",
|
|
6368
6345
|
"items": [
|
|
6369
6346
|
{
|
|
6370
|
-
"
|
|
6371
|
-
"
|
|
6347
|
+
"label": "Home",
|
|
6348
|
+
"href": "/"
|
|
6372
6349
|
},
|
|
6373
6350
|
{
|
|
6374
6351
|
"label": "Schedule Overview"
|
|
@@ -6376,6 +6353,9 @@
|
|
|
6376
6353
|
]
|
|
6377
6354
|
},
|
|
6378
6355
|
{
|
|
6356
|
+
"type": "stack",
|
|
6357
|
+
"justify": "between",
|
|
6358
|
+
"gap": "md",
|
|
6379
6359
|
"children": [
|
|
6380
6360
|
{
|
|
6381
6361
|
"children": [
|
|
@@ -6389,22 +6369,19 @@
|
|
|
6389
6369
|
"type": "typography"
|
|
6390
6370
|
}
|
|
6391
6371
|
],
|
|
6372
|
+
"direction": "horizontal",
|
|
6392
6373
|
"gap": "md",
|
|
6393
|
-
"type": "stack"
|
|
6394
|
-
"direction": "horizontal"
|
|
6374
|
+
"type": "stack"
|
|
6395
6375
|
},
|
|
6396
6376
|
{
|
|
6397
|
-
"
|
|
6377
|
+
"action": "REFRESH",
|
|
6378
|
+
"variant": "secondary",
|
|
6398
6379
|
"type": "button",
|
|
6399
6380
|
"label": "Refresh",
|
|
6400
|
-
"
|
|
6401
|
-
"variant": "secondary"
|
|
6381
|
+
"icon": "refresh-cw"
|
|
6402
6382
|
}
|
|
6403
6383
|
],
|
|
6404
|
-
"
|
|
6405
|
-
"justify": "between",
|
|
6406
|
-
"direction": "horizontal",
|
|
6407
|
-
"type": "stack"
|
|
6384
|
+
"direction": "horizontal"
|
|
6408
6385
|
},
|
|
6409
6386
|
{
|
|
6410
6387
|
"type": "divider"
|
|
@@ -6412,82 +6389,82 @@
|
|
|
6412
6389
|
{
|
|
6413
6390
|
"children": [
|
|
6414
6391
|
{
|
|
6415
|
-
"cols": 4.0,
|
|
6416
6392
|
"type": "simple-grid",
|
|
6417
6393
|
"children": [
|
|
6418
6394
|
{
|
|
6419
|
-
"
|
|
6395
|
+
"value": "@entity.totalBookings",
|
|
6420
6396
|
"label": "TotalBookings",
|
|
6421
|
-
"
|
|
6397
|
+
"type": "stat-display"
|
|
6422
6398
|
},
|
|
6423
6399
|
{
|
|
6424
|
-
"label": "ConfirmedToday",
|
|
6425
6400
|
"type": "stat-display",
|
|
6426
|
-
"value": "@entity.confirmedToday"
|
|
6401
|
+
"value": "@entity.confirmedToday",
|
|
6402
|
+
"label": "ConfirmedToday"
|
|
6427
6403
|
},
|
|
6428
6404
|
{
|
|
6405
|
+
"value": "@entity.pendingBookings",
|
|
6429
6406
|
"type": "stat-display",
|
|
6430
|
-
"label": "PendingBookings"
|
|
6431
|
-
"value": "@entity.pendingBookings"
|
|
6407
|
+
"label": "PendingBookings"
|
|
6432
6408
|
},
|
|
6433
6409
|
{
|
|
6434
6410
|
"type": "stat-display",
|
|
6435
6411
|
"label": "AvailableSlots",
|
|
6436
6412
|
"value": "@entity.availableSlots"
|
|
6437
6413
|
}
|
|
6438
|
-
]
|
|
6414
|
+
],
|
|
6415
|
+
"cols": 4.0
|
|
6439
6416
|
}
|
|
6440
6417
|
],
|
|
6441
|
-
"
|
|
6442
|
-
"
|
|
6418
|
+
"padding": "md",
|
|
6419
|
+
"type": "box"
|
|
6443
6420
|
},
|
|
6444
6421
|
{
|
|
6445
6422
|
"type": "divider"
|
|
6446
6423
|
},
|
|
6447
6424
|
{
|
|
6448
6425
|
"type": "grid",
|
|
6449
|
-
"gap": "md",
|
|
6450
|
-
"cols": 2.0,
|
|
6451
6426
|
"children": [
|
|
6452
6427
|
{
|
|
6428
|
+
"type": "card",
|
|
6453
6429
|
"children": [
|
|
6454
6430
|
{
|
|
6455
6431
|
"variant": "caption",
|
|
6456
6432
|
"content": "Chart View",
|
|
6457
6433
|
"type": "typography"
|
|
6458
6434
|
}
|
|
6459
|
-
]
|
|
6460
|
-
"type": "card"
|
|
6435
|
+
]
|
|
6461
6436
|
},
|
|
6462
6437
|
{
|
|
6463
6438
|
"children": [
|
|
6464
6439
|
{
|
|
6465
|
-
"variant": "caption",
|
|
6466
6440
|
"content": "Graph View",
|
|
6441
|
+
"variant": "caption",
|
|
6467
6442
|
"type": "typography"
|
|
6468
6443
|
}
|
|
6469
6444
|
],
|
|
6470
6445
|
"type": "card"
|
|
6471
6446
|
}
|
|
6472
|
-
]
|
|
6447
|
+
],
|
|
6448
|
+
"gap": "md",
|
|
6449
|
+
"cols": 2.0
|
|
6473
6450
|
},
|
|
6474
6451
|
{
|
|
6475
6452
|
"data": [
|
|
6476
6453
|
{
|
|
6477
|
-
"
|
|
6478
|
-
"
|
|
6454
|
+
"date": "Jan",
|
|
6455
|
+
"value": 12.0
|
|
6479
6456
|
},
|
|
6480
6457
|
{
|
|
6481
6458
|
"date": "Feb",
|
|
6482
6459
|
"value": 19.0
|
|
6483
6460
|
},
|
|
6484
6461
|
{
|
|
6485
|
-
"
|
|
6486
|
-
"
|
|
6462
|
+
"date": "Mar",
|
|
6463
|
+
"value": 15.0
|
|
6487
6464
|
},
|
|
6488
6465
|
{
|
|
6489
|
-
"
|
|
6490
|
-
"
|
|
6466
|
+
"value": 25.0,
|
|
6467
|
+
"date": "Apr"
|
|
6491
6468
|
},
|
|
6492
6469
|
{
|
|
6493
6470
|
"date": "May",
|
|
@@ -6504,8 +6481,8 @@
|
|
|
6504
6481
|
"type": "chart-legend",
|
|
6505
6482
|
"items": [
|
|
6506
6483
|
{
|
|
6507
|
-
"
|
|
6508
|
-
"
|
|
6484
|
+
"label": "Current",
|
|
6485
|
+
"color": "primary"
|
|
6509
6486
|
},
|
|
6510
6487
|
{
|
|
6511
6488
|
"label": "Previous",
|
|
@@ -6515,14 +6492,15 @@
|
|
|
6515
6492
|
},
|
|
6516
6493
|
{
|
|
6517
6494
|
"type": "graph-view",
|
|
6495
|
+
"width": 400.0,
|
|
6518
6496
|
"edges": [
|
|
6519
6497
|
{
|
|
6520
|
-
"
|
|
6521
|
-
"
|
|
6498
|
+
"source": "a",
|
|
6499
|
+
"target": "b"
|
|
6522
6500
|
},
|
|
6523
6501
|
{
|
|
6524
|
-
"
|
|
6525
|
-
"
|
|
6502
|
+
"source": "b",
|
|
6503
|
+
"target": "c"
|
|
6526
6504
|
}
|
|
6527
6505
|
],
|
|
6528
6506
|
"nodes": [
|
|
@@ -6531,24 +6509,46 @@
|
|
|
6531
6509
|
"label": "Start"
|
|
6532
6510
|
},
|
|
6533
6511
|
{
|
|
6534
|
-
"
|
|
6535
|
-
"
|
|
6512
|
+
"id": "b",
|
|
6513
|
+
"label": "Process"
|
|
6536
6514
|
},
|
|
6537
6515
|
{
|
|
6538
|
-
"
|
|
6539
|
-
"
|
|
6516
|
+
"id": "c",
|
|
6517
|
+
"label": "End"
|
|
6540
6518
|
}
|
|
6541
6519
|
],
|
|
6542
|
-
"width": 400.0,
|
|
6543
6520
|
"height": 200.0
|
|
6544
6521
|
}
|
|
6545
|
-
]
|
|
6522
|
+
],
|
|
6523
|
+
"direction": "vertical",
|
|
6524
|
+
"type": "stack"
|
|
6546
6525
|
}
|
|
6547
6526
|
]
|
|
6548
6527
|
}
|
|
6549
6528
|
],
|
|
6550
6529
|
"appName": "BookingSystemApp",
|
|
6551
|
-
"
|
|
6530
|
+
"navItems": [
|
|
6531
|
+
{
|
|
6532
|
+
"label": "Providers",
|
|
6533
|
+
"icon": "user-check",
|
|
6534
|
+
"href": "/providers"
|
|
6535
|
+
},
|
|
6536
|
+
{
|
|
6537
|
+
"href": "/book",
|
|
6538
|
+
"icon": "calendar-plus",
|
|
6539
|
+
"label": "Book"
|
|
6540
|
+
},
|
|
6541
|
+
{
|
|
6542
|
+
"label": "Appointments",
|
|
6543
|
+
"href": "/appointments",
|
|
6544
|
+
"icon": "calendar"
|
|
6545
|
+
},
|
|
6546
|
+
{
|
|
6547
|
+
"icon": "clock",
|
|
6548
|
+
"label": "Schedule",
|
|
6549
|
+
"href": "/schedule"
|
|
6550
|
+
}
|
|
6551
|
+
]
|
|
6552
6552
|
}
|
|
6553
6553
|
]
|
|
6554
6554
|
]
|