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