@almadar/std 14.24.0 → 14.25.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 +75 -75
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors/behaviors-registry.json +4 -684
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors-registry.json +4 -684
- package/package.json +1 -1
|
@@ -118,13 +118,10 @@
|
|
|
118
118
|
"ref": "AppShell.traits.AppLayout",
|
|
119
119
|
"name": "CourseAppLayout",
|
|
120
120
|
"config": {
|
|
121
|
-
"appName": "LMS",
|
|
122
|
-
"notificationClickEvent": "COURSE_NOTIFICATIONS_OPEN",
|
|
123
|
-
"notifications": [],
|
|
124
121
|
"navItems": [
|
|
125
122
|
{
|
|
126
|
-
"icon": "graduation-cap",
|
|
127
123
|
"label": "Courses",
|
|
124
|
+
"icon": "graduation-cap",
|
|
128
125
|
"href": "/courses"
|
|
129
126
|
},
|
|
130
127
|
{
|
|
@@ -133,12 +130,15 @@
|
|
|
133
130
|
"icon": "user-plus"
|
|
134
131
|
},
|
|
135
132
|
{
|
|
136
|
-
"icon": "trending-up",
|
|
137
133
|
"href": "/progress",
|
|
134
|
+
"icon": "trending-up",
|
|
138
135
|
"label": "Progress"
|
|
139
136
|
}
|
|
140
137
|
],
|
|
138
|
+
"notifications": [],
|
|
139
|
+
"appName": "LMS",
|
|
141
140
|
"searchEvent": "COURSE_SEARCH",
|
|
141
|
+
"notificationClickEvent": "COURSE_NOTIFICATIONS_OPEN",
|
|
142
142
|
"contentTrait": "@trait.CourseCatalog"
|
|
143
143
|
},
|
|
144
144
|
"events": {
|
|
@@ -344,15 +344,18 @@
|
|
|
344
344
|
"render-ui",
|
|
345
345
|
"main",
|
|
346
346
|
{
|
|
347
|
+
"direction": "vertical",
|
|
347
348
|
"gap": "lg",
|
|
348
349
|
"type": "stack",
|
|
349
|
-
"direction": "vertical",
|
|
350
350
|
"children": [
|
|
351
351
|
{
|
|
352
|
+
"type": "stack",
|
|
353
|
+
"direction": "horizontal",
|
|
354
|
+
"justify": "between",
|
|
355
|
+
"align": "center",
|
|
356
|
+
"gap": "md",
|
|
352
357
|
"children": [
|
|
353
358
|
{
|
|
354
|
-
"direction": "horizontal",
|
|
355
|
-
"type": "stack",
|
|
356
359
|
"children": [
|
|
357
360
|
{
|
|
358
361
|
"type": "icon",
|
|
@@ -360,60 +363,57 @@
|
|
|
360
363
|
},
|
|
361
364
|
{
|
|
362
365
|
"content": "Courses",
|
|
363
|
-
"
|
|
364
|
-
"
|
|
366
|
+
"type": "typography",
|
|
367
|
+
"variant": "h2"
|
|
365
368
|
}
|
|
366
369
|
],
|
|
370
|
+
"direction": "horizontal",
|
|
367
371
|
"gap": "sm",
|
|
368
|
-
"align": "center"
|
|
372
|
+
"align": "center",
|
|
373
|
+
"type": "stack"
|
|
369
374
|
},
|
|
370
375
|
{
|
|
371
|
-
"direction": "horizontal",
|
|
372
376
|
"type": "stack",
|
|
377
|
+
"direction": "horizontal",
|
|
378
|
+
"gap": "sm",
|
|
373
379
|
"children": [
|
|
374
380
|
{
|
|
375
|
-
"type": "button",
|
|
376
|
-
"action": "CREATE",
|
|
377
|
-
"variant": "primary",
|
|
378
381
|
"label": "Create Course",
|
|
379
|
-
"
|
|
382
|
+
"variant": "primary",
|
|
383
|
+
"type": "button",
|
|
384
|
+
"icon": "plus",
|
|
385
|
+
"action": "CREATE"
|
|
380
386
|
},
|
|
381
387
|
{
|
|
382
|
-
"
|
|
388
|
+
"type": "button",
|
|
389
|
+
"label": "Edit Selected",
|
|
383
390
|
"icon": "edit",
|
|
384
391
|
"variant": "ghost",
|
|
385
|
-
"
|
|
386
|
-
"label": "Edit Selected"
|
|
392
|
+
"action": "EDIT_COURSE"
|
|
387
393
|
},
|
|
388
394
|
{
|
|
389
|
-
"icon": "trash-2",
|
|
390
395
|
"type": "button",
|
|
391
|
-
"
|
|
396
|
+
"variant": "danger",
|
|
392
397
|
"action": "DELETE_COURSE",
|
|
393
|
-
"
|
|
398
|
+
"icon": "trash-2",
|
|
399
|
+
"label": "Delete Selected"
|
|
394
400
|
}
|
|
395
|
-
]
|
|
396
|
-
"gap": "sm"
|
|
401
|
+
]
|
|
397
402
|
}
|
|
398
|
-
]
|
|
399
|
-
"justify": "between",
|
|
400
|
-
"type": "stack",
|
|
401
|
-
"direction": "horizontal",
|
|
402
|
-
"gap": "md",
|
|
403
|
-
"align": "center"
|
|
403
|
+
]
|
|
404
404
|
},
|
|
405
405
|
{
|
|
406
406
|
"type": "divider"
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
|
-
"
|
|
409
|
+
"gap": "md",
|
|
410
|
+
"align": "center",
|
|
410
411
|
"type": "stack",
|
|
412
|
+
"direction": "horizontal",
|
|
411
413
|
"children": [
|
|
412
414
|
"@trait.CourseSearch",
|
|
413
415
|
"@trait.CourseFilter"
|
|
414
|
-
]
|
|
415
|
-
"align": "center",
|
|
416
|
-
"gap": "md"
|
|
416
|
+
]
|
|
417
417
|
},
|
|
418
418
|
"@trait.CourseStats",
|
|
419
419
|
"@trait.CourseGraphs",
|
|
@@ -445,7 +445,11 @@
|
|
|
445
445
|
"render-ui",
|
|
446
446
|
"main",
|
|
447
447
|
{
|
|
448
|
+
"type": "stack",
|
|
449
|
+
"align": "center",
|
|
448
450
|
"direction": "vertical",
|
|
451
|
+
"gap": "md",
|
|
452
|
+
"className": "py-8",
|
|
449
453
|
"children": [
|
|
450
454
|
{
|
|
451
455
|
"name": "bell",
|
|
@@ -457,22 +461,18 @@
|
|
|
457
461
|
"type": "typography"
|
|
458
462
|
},
|
|
459
463
|
{
|
|
460
|
-
"type": "typography",
|
|
461
|
-
"content": "You're all caught up.",
|
|
462
464
|
"variant": "caption",
|
|
463
|
-
"color": "muted"
|
|
465
|
+
"color": "muted",
|
|
466
|
+
"type": "typography",
|
|
467
|
+
"content": "You're all caught up."
|
|
464
468
|
},
|
|
465
469
|
{
|
|
466
|
-
"label": "Back to courses",
|
|
467
470
|
"action": "INIT",
|
|
468
|
-
"
|
|
469
|
-
"
|
|
471
|
+
"variant": "ghost",
|
|
472
|
+
"label": "Back to courses",
|
|
473
|
+
"type": "button"
|
|
470
474
|
}
|
|
471
|
-
]
|
|
472
|
-
"gap": "md",
|
|
473
|
-
"className": "py-8",
|
|
474
|
-
"align": "center",
|
|
475
|
-
"type": "stack"
|
|
475
|
+
]
|
|
476
476
|
}
|
|
477
477
|
]
|
|
478
478
|
]
|
|
@@ -485,8 +485,8 @@
|
|
|
485
485
|
"ref": "Search.traits.SearchResultSearch",
|
|
486
486
|
"name": "CourseSearch",
|
|
487
487
|
"config": {
|
|
488
|
-
"
|
|
489
|
-
"
|
|
488
|
+
"placeholder": "Search courses...",
|
|
489
|
+
"event": "SEARCH"
|
|
490
490
|
},
|
|
491
491
|
"listens": [
|
|
492
492
|
{
|
|
@@ -516,14 +516,14 @@
|
|
|
516
516
|
"label": "Category"
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
|
-
"filterType": "select",
|
|
520
|
-
"label": "Level",
|
|
521
519
|
"field": "level",
|
|
520
|
+
"filterType": "select",
|
|
522
521
|
"options": [
|
|
523
522
|
"beginner",
|
|
524
523
|
"intermediate",
|
|
525
524
|
"advanced"
|
|
526
|
-
]
|
|
525
|
+
],
|
|
526
|
+
"label": "Level"
|
|
527
527
|
}
|
|
528
528
|
],
|
|
529
529
|
"event": "FILTER"
|
|
@@ -535,32 +535,32 @@
|
|
|
535
535
|
"config": {
|
|
536
536
|
"metrics": [
|
|
537
537
|
{
|
|
538
|
-
"
|
|
538
|
+
"label": "Total Courses",
|
|
539
539
|
"variant": "primary",
|
|
540
540
|
"format": "number",
|
|
541
|
-
"
|
|
541
|
+
"aggregation": "count",
|
|
542
542
|
"icon": "graduation-cap"
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
|
-
"
|
|
546
|
-
"aggregation": "sum",
|
|
547
|
-
"field": "enrolledCount",
|
|
545
|
+
"format": "number",
|
|
548
546
|
"icon": "users",
|
|
549
547
|
"variant": "info",
|
|
550
|
-
"
|
|
548
|
+
"label": "Enrolled Students",
|
|
549
|
+
"field": "enrolledCount",
|
|
550
|
+
"aggregation": "sum"
|
|
551
551
|
},
|
|
552
552
|
{
|
|
553
|
-
"
|
|
553
|
+
"field": "completionPct",
|
|
554
554
|
"icon": "check-circle",
|
|
555
|
-
"aggregation": "avg",
|
|
556
555
|
"variant": "success",
|
|
557
|
-
"
|
|
558
|
-
"
|
|
556
|
+
"aggregation": "avg",
|
|
557
|
+
"label": "Completion Rate",
|
|
558
|
+
"format": "percent"
|
|
559
559
|
},
|
|
560
560
|
{
|
|
561
561
|
"variant": "default",
|
|
562
|
-
"suffix": "h",
|
|
563
562
|
"format": "number",
|
|
563
|
+
"suffix": "h",
|
|
564
564
|
"icon": "clock",
|
|
565
565
|
"label": "Avg Duration",
|
|
566
566
|
"aggregation": "avg",
|
|
@@ -584,13 +584,13 @@
|
|
|
584
584
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
585
585
|
"name": "CourseGraphs",
|
|
586
586
|
"config": {
|
|
587
|
-
"categoryField": "category",
|
|
588
|
-
"chartType": "bar",
|
|
589
587
|
"title": "Courses by Category",
|
|
590
|
-
"
|
|
588
|
+
"showLegend": true,
|
|
591
589
|
"aggregation": "count",
|
|
590
|
+
"categoryField": "category",
|
|
591
|
+
"chartType": "bar",
|
|
592
592
|
"height": 280.0,
|
|
593
|
-
"
|
|
593
|
+
"subtitle": "Catalog distribution"
|
|
594
594
|
},
|
|
595
595
|
"listens": [
|
|
596
596
|
{
|
|
@@ -609,10 +609,10 @@
|
|
|
609
609
|
"linkedEntity": "Course",
|
|
610
610
|
"config": {
|
|
611
611
|
"cols": 4.0,
|
|
612
|
-
"gap": "md",
|
|
613
|
-
"imageField": "thumbnail",
|
|
614
612
|
"titleField": "title",
|
|
615
|
-
"subtitleField": "instructor"
|
|
613
|
+
"subtitleField": "instructor",
|
|
614
|
+
"imageField": "thumbnail",
|
|
615
|
+
"gap": "md"
|
|
616
616
|
},
|
|
617
617
|
"listens": [
|
|
618
618
|
{
|
|
@@ -655,9 +655,9 @@
|
|
|
655
655
|
"name": "CourseCreateModal",
|
|
656
656
|
"linkedEntity": "Course",
|
|
657
657
|
"config": {
|
|
658
|
+
"title": "Create Course",
|
|
658
659
|
"icon": "plus-circle",
|
|
659
660
|
"mode": "create",
|
|
660
|
-
"title": "Create Course",
|
|
661
661
|
"fields": [
|
|
662
662
|
"title",
|
|
663
663
|
"description",
|
|
@@ -688,8 +688,9 @@
|
|
|
688
688
|
"name": "CourseEditModal",
|
|
689
689
|
"linkedEntity": "Course",
|
|
690
690
|
"config": {
|
|
691
|
-
"mode": "edit",
|
|
692
691
|
"title": "Edit Course",
|
|
692
|
+
"mode": "edit",
|
|
693
|
+
"icon": "edit",
|
|
693
694
|
"fields": [
|
|
694
695
|
"title",
|
|
695
696
|
"description",
|
|
@@ -699,8 +700,7 @@
|
|
|
699
700
|
"instructor",
|
|
700
701
|
"thumbnail",
|
|
701
702
|
"videoId"
|
|
702
|
-
]
|
|
703
|
-
"icon": "edit"
|
|
703
|
+
]
|
|
704
704
|
},
|
|
705
705
|
"events": {
|
|
706
706
|
"OPEN": "EDIT"
|
|
@@ -721,14 +721,14 @@
|
|
|
721
721
|
"name": "CourseDeleteConfirm",
|
|
722
722
|
"linkedEntity": "Course",
|
|
723
723
|
"config": {
|
|
724
|
+
"alertMessage": "This action cannot be undone.",
|
|
724
725
|
"confirmLabel": "Delete",
|
|
725
|
-
"icon": "alert-triangle",
|
|
726
726
|
"title": "Delete Course",
|
|
727
|
-
"
|
|
727
|
+
"icon": "alert-triangle"
|
|
728
728
|
},
|
|
729
729
|
"events": {
|
|
730
|
-
"
|
|
731
|
-
"
|
|
730
|
+
"REQUEST": "DELETE_COURSE",
|
|
731
|
+
"CONFIRM": "CONFIRM_DELETE"
|
|
732
732
|
},
|
|
733
733
|
"listens": [
|
|
734
734
|
{
|
|
@@ -970,40 +970,40 @@
|
|
|
970
970
|
"render-ui",
|
|
971
971
|
"main",
|
|
972
972
|
{
|
|
973
|
-
"
|
|
974
|
-
"direction": "vertical",
|
|
973
|
+
"type": "stack",
|
|
975
974
|
"children": [
|
|
976
975
|
{
|
|
976
|
+
"type": "stack",
|
|
977
|
+
"gap": "sm",
|
|
978
|
+
"direction": "horizontal",
|
|
979
|
+
"align": "center",
|
|
977
980
|
"children": [
|
|
978
981
|
{
|
|
979
982
|
"name": "image",
|
|
980
983
|
"type": "icon"
|
|
981
984
|
},
|
|
982
985
|
{
|
|
983
|
-
"variant": "h3",
|
|
984
986
|
"type": "typography",
|
|
987
|
+
"variant": "h3",
|
|
985
988
|
"content": "Course Thumbnail"
|
|
986
989
|
}
|
|
987
|
-
]
|
|
988
|
-
"type": "stack",
|
|
989
|
-
"gap": "sm",
|
|
990
|
-
"align": "center",
|
|
991
|
-
"direction": "horizontal"
|
|
990
|
+
]
|
|
992
991
|
},
|
|
993
992
|
{
|
|
994
993
|
"type": "input",
|
|
995
|
-
"
|
|
996
|
-
"
|
|
994
|
+
"inputType": "text",
|
|
995
|
+
"placeholder": "Choose image..."
|
|
997
996
|
},
|
|
998
997
|
{
|
|
999
998
|
"action": "UPLOAD",
|
|
1000
|
-
"icon": "upload",
|
|
1001
999
|
"label": "Upload Thumbnail",
|
|
1002
|
-
"
|
|
1003
|
-
"
|
|
1000
|
+
"variant": "primary",
|
|
1001
|
+
"icon": "upload",
|
|
1002
|
+
"type": "button"
|
|
1004
1003
|
}
|
|
1005
1004
|
],
|
|
1006
|
-
"
|
|
1005
|
+
"direction": "vertical",
|
|
1006
|
+
"gap": "md"
|
|
1007
1007
|
}
|
|
1008
1008
|
]
|
|
1009
1009
|
]
|
|
@@ -1016,15 +1016,15 @@
|
|
|
1016
1016
|
"ref": "Storage.traits.ServiceStorageStorage",
|
|
1017
1017
|
"name": "CourseThumbnailUpload",
|
|
1018
1018
|
"config": {
|
|
1019
|
-
"bucket": "course-thumbnails",
|
|
1020
1019
|
"allowedMimeTypes": [
|
|
1021
1020
|
"image/png",
|
|
1022
1021
|
"image/jpeg",
|
|
1023
1022
|
"image/webp"
|
|
1024
1023
|
],
|
|
1024
|
+
"uiTrait": "@trait.CourseThumbnailForm",
|
|
1025
1025
|
"acl": "public",
|
|
1026
|
-
"
|
|
1027
|
-
"
|
|
1026
|
+
"bucket": "course-thumbnails",
|
|
1027
|
+
"maxSize": 5242880.0
|
|
1028
1028
|
},
|
|
1029
1029
|
"listens": [
|
|
1030
1030
|
{
|
|
@@ -1041,10 +1041,10 @@
|
|
|
1041
1041
|
"ref": "YouTube.traits.ServiceYoutubeYoutube",
|
|
1042
1042
|
"name": "CourseLessonVideo",
|
|
1043
1043
|
"config": {
|
|
1044
|
-
"autoplay": false,
|
|
1045
|
-
"controls": true,
|
|
1046
1044
|
"videoId": "",
|
|
1047
|
-
"
|
|
1045
|
+
"controls": true,
|
|
1046
|
+
"uiTrait": "@trait.CourseLessonPlayer",
|
|
1047
|
+
"autoplay": false
|
|
1048
1048
|
}
|
|
1049
1049
|
},
|
|
1050
1050
|
{
|
|
@@ -1119,17 +1119,22 @@
|
|
|
1119
1119
|
"render-ui",
|
|
1120
1120
|
"main",
|
|
1121
1121
|
{
|
|
1122
|
-
"
|
|
1122
|
+
"type": "stack",
|
|
1123
|
+
"className": "max-w-3xl mx-auto w-full",
|
|
1123
1124
|
"children": [
|
|
1124
1125
|
{
|
|
1126
|
+
"gap": "sm",
|
|
1127
|
+
"align": "center",
|
|
1128
|
+
"type": "stack",
|
|
1125
1129
|
"direction": "horizontal",
|
|
1130
|
+
"justify": "between",
|
|
1126
1131
|
"children": [
|
|
1127
1132
|
{
|
|
1128
1133
|
"type": "button",
|
|
1129
|
-
"label": "Previous",
|
|
1130
1134
|
"action": "PREV_LESSON",
|
|
1131
1135
|
"variant": "ghost",
|
|
1132
|
-
"icon": "chevron-left"
|
|
1136
|
+
"icon": "chevron-left",
|
|
1137
|
+
"label": "Previous"
|
|
1133
1138
|
},
|
|
1134
1139
|
{
|
|
1135
1140
|
"variant": "h3",
|
|
@@ -1138,58 +1143,57 @@
|
|
|
1138
1143
|
},
|
|
1139
1144
|
{
|
|
1140
1145
|
"variant": "ghost",
|
|
1141
|
-
"action": "NEXT_LESSON",
|
|
1142
1146
|
"icon": "chevron-right",
|
|
1147
|
+
"label": "Next",
|
|
1143
1148
|
"type": "button",
|
|
1144
|
-
"
|
|
1149
|
+
"action": "NEXT_LESSON"
|
|
1145
1150
|
}
|
|
1146
|
-
]
|
|
1147
|
-
"justify": "between",
|
|
1148
|
-
"align": "center",
|
|
1149
|
-
"gap": "sm",
|
|
1150
|
-
"type": "stack"
|
|
1151
|
+
]
|
|
1151
1152
|
},
|
|
1152
1153
|
{
|
|
1153
1154
|
"type": "divider"
|
|
1154
1155
|
},
|
|
1155
1156
|
{
|
|
1156
|
-
"type": "card",
|
|
1157
1157
|
"children": [
|
|
1158
1158
|
{
|
|
1159
|
-
"direction": "vertical",
|
|
1160
1159
|
"type": "stack",
|
|
1161
|
-
"align": "center",
|
|
1162
1160
|
"gap": "md",
|
|
1161
|
+
"direction": "vertical",
|
|
1162
|
+
"align": "center",
|
|
1163
1163
|
"children": [
|
|
1164
1164
|
{
|
|
1165
|
-
"
|
|
1166
|
-
"
|
|
1165
|
+
"type": "icon",
|
|
1166
|
+
"name": "video"
|
|
1167
1167
|
},
|
|
1168
1168
|
{
|
|
1169
|
-
"variant": "caption",
|
|
1170
1169
|
"color": "muted",
|
|
1171
1170
|
"content": "Lesson video",
|
|
1172
|
-
"type": "typography"
|
|
1171
|
+
"type": "typography",
|
|
1172
|
+
"variant": "caption"
|
|
1173
1173
|
},
|
|
1174
1174
|
{
|
|
1175
1175
|
"variant": "body",
|
|
1176
|
-
"
|
|
1177
|
-
"
|
|
1176
|
+
"content": "@config.videoId",
|
|
1177
|
+
"type": "typography"
|
|
1178
1178
|
}
|
|
1179
1179
|
]
|
|
1180
1180
|
}
|
|
1181
|
-
]
|
|
1181
|
+
],
|
|
1182
|
+
"type": "card"
|
|
1182
1183
|
},
|
|
1183
1184
|
{
|
|
1184
1185
|
"type": "divider"
|
|
1185
1186
|
},
|
|
1186
1187
|
{
|
|
1188
|
+
"align": "center",
|
|
1189
|
+
"justify": "between",
|
|
1190
|
+
"type": "stack",
|
|
1187
1191
|
"children": [
|
|
1188
1192
|
{
|
|
1189
1193
|
"gap": "sm",
|
|
1190
1194
|
"type": "stack",
|
|
1191
|
-
"align": "center",
|
|
1192
1195
|
"direction": "horizontal",
|
|
1196
|
+
"align": "center",
|
|
1193
1197
|
"children": [
|
|
1194
1198
|
{
|
|
1195
1199
|
"type": "input",
|
|
@@ -1197,29 +1201,25 @@
|
|
|
1197
1201
|
},
|
|
1198
1202
|
{
|
|
1199
1203
|
"type": "typography",
|
|
1200
|
-
"
|
|
1201
|
-
"
|
|
1204
|
+
"content": "Mark lesson complete",
|
|
1205
|
+
"variant": "body"
|
|
1202
1206
|
}
|
|
1203
1207
|
]
|
|
1204
1208
|
},
|
|
1205
1209
|
{
|
|
1210
|
+
"label": "Complete Lesson",
|
|
1211
|
+
"action": "LESSON_COMPLETE",
|
|
1206
1212
|
"type": "button",
|
|
1207
1213
|
"variant": "primary",
|
|
1208
|
-
"icon": "check"
|
|
1209
|
-
"label": "Complete Lesson",
|
|
1210
|
-
"action": "LESSON_COMPLETE"
|
|
1214
|
+
"icon": "check"
|
|
1211
1215
|
}
|
|
1212
1216
|
],
|
|
1213
1217
|
"gap": "sm",
|
|
1214
|
-
"type": "stack",
|
|
1215
|
-
"align": "center",
|
|
1216
|
-
"justify": "between",
|
|
1217
1218
|
"direction": "horizontal"
|
|
1218
1219
|
}
|
|
1219
1220
|
],
|
|
1220
|
-
"
|
|
1221
|
-
"gap": "md"
|
|
1222
|
-
"type": "stack"
|
|
1221
|
+
"direction": "vertical",
|
|
1222
|
+
"gap": "md"
|
|
1223
1223
|
}
|
|
1224
1224
|
]
|
|
1225
1225
|
]
|
|
@@ -1381,29 +1381,29 @@
|
|
|
1381
1381
|
"name": "EnrollmentAppLayout",
|
|
1382
1382
|
"linkedEntity": "Enrollment",
|
|
1383
1383
|
"config": {
|
|
1384
|
-
"appName": "LMS",
|
|
1385
|
-
"contentTrait": "@trait.EnrollmentWizard",
|
|
1386
|
-
"notificationClickEvent": "ENROLLMENT_NOTIFICATIONS_OPEN",
|
|
1387
|
-
"notifications": [],
|
|
1388
|
-
"searchEvent": "ENROLLMENT_SEARCH",
|
|
1389
|
-
"topBarActions": [],
|
|
1390
1384
|
"navItems": [
|
|
1391
1385
|
{
|
|
1386
|
+
"icon": "graduation-cap",
|
|
1392
1387
|
"href": "/courses",
|
|
1393
|
-
"label": "Courses"
|
|
1394
|
-
"icon": "graduation-cap"
|
|
1388
|
+
"label": "Courses"
|
|
1395
1389
|
},
|
|
1396
1390
|
{
|
|
1397
|
-
"label": "Enroll",
|
|
1398
1391
|
"href": "/enroll",
|
|
1392
|
+
"label": "Enroll",
|
|
1399
1393
|
"icon": "user-plus"
|
|
1400
1394
|
},
|
|
1401
1395
|
{
|
|
1396
|
+
"icon": "trending-up",
|
|
1402
1397
|
"href": "/progress",
|
|
1403
|
-
"label": "Progress"
|
|
1404
|
-
"icon": "trending-up"
|
|
1398
|
+
"label": "Progress"
|
|
1405
1399
|
}
|
|
1406
|
-
]
|
|
1400
|
+
],
|
|
1401
|
+
"notifications": [],
|
|
1402
|
+
"topBarActions": [],
|
|
1403
|
+
"contentTrait": "@trait.EnrollmentWizard",
|
|
1404
|
+
"searchEvent": "ENROLLMENT_SEARCH",
|
|
1405
|
+
"appName": "LMS",
|
|
1406
|
+
"notificationClickEvent": "ENROLLMENT_NOTIFICATIONS_OPEN"
|
|
1407
1407
|
},
|
|
1408
1408
|
"events": {
|
|
1409
1409
|
"NOTIFY_CLICK": "ENROLLMENT_NOTIFICATIONS_OPEN",
|
|
@@ -1616,8 +1616,8 @@
|
|
|
1616
1616
|
"Enrollment",
|
|
1617
1617
|
{
|
|
1618
1618
|
"emit": {
|
|
1619
|
-
"
|
|
1620
|
-
"
|
|
1619
|
+
"success": "EnrollmentLoaded",
|
|
1620
|
+
"failure": "EnrollmentLoadFailed"
|
|
1621
1621
|
}
|
|
1622
1622
|
}
|
|
1623
1623
|
],
|
|
@@ -1625,25 +1625,23 @@
|
|
|
1625
1625
|
"render-ui",
|
|
1626
1626
|
"main",
|
|
1627
1627
|
{
|
|
1628
|
-
"className": "max-w-xl mx-auto w-full",
|
|
1629
|
-
"direction": "vertical",
|
|
1630
1628
|
"children": [
|
|
1631
1629
|
{
|
|
1632
|
-
"direction": "horizontal",
|
|
1633
|
-
"gap": "sm",
|
|
1634
1630
|
"type": "stack",
|
|
1635
|
-
"
|
|
1631
|
+
"gap": "sm",
|
|
1632
|
+
"direction": "horizontal",
|
|
1636
1633
|
"children": [
|
|
1637
1634
|
{
|
|
1638
|
-
"
|
|
1639
|
-
"
|
|
1635
|
+
"name": "user-plus",
|
|
1636
|
+
"type": "icon"
|
|
1640
1637
|
},
|
|
1641
1638
|
{
|
|
1642
1639
|
"variant": "h2",
|
|
1643
1640
|
"type": "typography",
|
|
1644
1641
|
"content": "Course Enrollment"
|
|
1645
1642
|
}
|
|
1646
|
-
]
|
|
1643
|
+
],
|
|
1644
|
+
"align": "center"
|
|
1647
1645
|
},
|
|
1648
1646
|
{
|
|
1649
1647
|
"type": "wizard-progress",
|
|
@@ -1659,32 +1657,34 @@
|
|
|
1659
1657
|
"type": "divider"
|
|
1660
1658
|
},
|
|
1661
1659
|
{
|
|
1662
|
-
"
|
|
1660
|
+
"type": "typography",
|
|
1663
1661
|
"variant": "h3",
|
|
1664
|
-
"
|
|
1662
|
+
"content": "Student Info"
|
|
1665
1663
|
},
|
|
1666
1664
|
{
|
|
1665
|
+
"submitLabel": "Continue",
|
|
1667
1666
|
"showCancel": false,
|
|
1667
|
+
"type": "form-section",
|
|
1668
1668
|
"submitEvent": "NEXT",
|
|
1669
1669
|
"mode": "create",
|
|
1670
|
-
"type": "form-section",
|
|
1671
|
-
"submitLabel": "Continue",
|
|
1672
1670
|
"fields": [
|
|
1673
1671
|
{
|
|
1672
|
+
"name": "studentName",
|
|
1674
1673
|
"min": 2.0,
|
|
1675
|
-
"required": true
|
|
1676
|
-
"name": "studentName"
|
|
1674
|
+
"required": true
|
|
1677
1675
|
},
|
|
1678
1676
|
{
|
|
1679
1677
|
"required": true,
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1678
|
+
"type": "email",
|
|
1679
|
+
"name": "email"
|
|
1682
1680
|
}
|
|
1683
1681
|
]
|
|
1684
1682
|
}
|
|
1685
1683
|
],
|
|
1686
|
-
"
|
|
1687
|
-
"
|
|
1684
|
+
"type": "stack",
|
|
1685
|
+
"className": "max-w-xl mx-auto w-full",
|
|
1686
|
+
"direction": "vertical",
|
|
1687
|
+
"gap": "lg"
|
|
1688
1688
|
}
|
|
1689
1689
|
]
|
|
1690
1690
|
]
|
|
@@ -1713,62 +1713,62 @@
|
|
|
1713
1713
|
"render-ui",
|
|
1714
1714
|
"main",
|
|
1715
1715
|
{
|
|
1716
|
-
"type": "stack",
|
|
1717
|
-
"direction": "vertical",
|
|
1718
1716
|
"gap": "lg",
|
|
1717
|
+
"className": "max-w-xl mx-auto w-full",
|
|
1719
1718
|
"children": [
|
|
1720
1719
|
{
|
|
1721
|
-
"align": "center",
|
|
1722
1720
|
"type": "stack",
|
|
1723
1721
|
"direction": "horizontal",
|
|
1724
|
-
"gap": "sm",
|
|
1725
1722
|
"children": [
|
|
1726
1723
|
{
|
|
1727
1724
|
"name": "user-plus",
|
|
1728
1725
|
"type": "icon"
|
|
1729
1726
|
},
|
|
1730
1727
|
{
|
|
1731
|
-
"
|
|
1728
|
+
"type": "typography",
|
|
1732
1729
|
"variant": "h2",
|
|
1733
|
-
"
|
|
1730
|
+
"content": "Course Enrollment"
|
|
1734
1731
|
}
|
|
1735
|
-
]
|
|
1732
|
+
],
|
|
1733
|
+
"gap": "sm",
|
|
1734
|
+
"align": "center"
|
|
1736
1735
|
},
|
|
1737
1736
|
{
|
|
1738
|
-
"currentStep": 1.0,
|
|
1739
1737
|
"steps": [
|
|
1740
1738
|
"Student Info",
|
|
1741
1739
|
"Course Selection",
|
|
1742
1740
|
"Review",
|
|
1743
1741
|
"Confirm"
|
|
1744
1742
|
],
|
|
1743
|
+
"currentStep": 1.0,
|
|
1745
1744
|
"type": "wizard-progress"
|
|
1746
1745
|
},
|
|
1747
1746
|
{
|
|
1748
1747
|
"type": "divider"
|
|
1749
1748
|
},
|
|
1750
1749
|
{
|
|
1751
|
-
"content": "Course Selection",
|
|
1752
1750
|
"type": "typography",
|
|
1751
|
+
"content": "Course Selection",
|
|
1753
1752
|
"variant": "h3"
|
|
1754
1753
|
},
|
|
1755
1754
|
{
|
|
1756
|
-
"
|
|
1757
|
-
"
|
|
1758
|
-
"entity": "@entity",
|
|
1755
|
+
"cancelEvent": "PREV",
|
|
1756
|
+
"submitLabel": "Continue",
|
|
1759
1757
|
"mode": "edit",
|
|
1758
|
+
"entity": "@entity",
|
|
1760
1759
|
"type": "form-section",
|
|
1760
|
+
"cancelLabel": "Back",
|
|
1761
1761
|
"fields": [
|
|
1762
1762
|
{
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1763
|
+
"required": true,
|
|
1764
|
+
"name": "courseId"
|
|
1765
1765
|
}
|
|
1766
1766
|
],
|
|
1767
|
-
"
|
|
1768
|
-
"cancelEvent": "PREV"
|
|
1767
|
+
"submitEvent": "NEXT"
|
|
1769
1768
|
}
|
|
1770
1769
|
],
|
|
1771
|
-
"
|
|
1770
|
+
"type": "stack",
|
|
1771
|
+
"direction": "vertical"
|
|
1772
1772
|
}
|
|
1773
1773
|
]
|
|
1774
1774
|
]
|
|
@@ -1793,130 +1793,130 @@
|
|
|
1793
1793
|
"render-ui",
|
|
1794
1794
|
"main",
|
|
1795
1795
|
{
|
|
1796
|
-
"className": "max-w-xl mx-auto w-full",
|
|
1797
|
-
"gap": "lg",
|
|
1798
1796
|
"type": "stack",
|
|
1799
|
-
"direction": "vertical",
|
|
1800
1797
|
"children": [
|
|
1801
1798
|
{
|
|
1802
1799
|
"direction": "horizontal",
|
|
1803
|
-
"align": "center",
|
|
1804
|
-
"type": "stack",
|
|
1805
1800
|
"children": [
|
|
1806
1801
|
{
|
|
1807
|
-
"
|
|
1808
|
-
"
|
|
1802
|
+
"type": "icon",
|
|
1803
|
+
"name": "user-plus"
|
|
1809
1804
|
},
|
|
1810
1805
|
{
|
|
1811
1806
|
"variant": "h2",
|
|
1812
|
-
"
|
|
1813
|
-
"
|
|
1807
|
+
"type": "typography",
|
|
1808
|
+
"content": "Course Enrollment"
|
|
1814
1809
|
}
|
|
1815
1810
|
],
|
|
1811
|
+
"type": "stack",
|
|
1812
|
+
"align": "center",
|
|
1816
1813
|
"gap": "sm"
|
|
1817
1814
|
},
|
|
1818
1815
|
{
|
|
1819
|
-
"type": "wizard-progress",
|
|
1820
1816
|
"steps": [
|
|
1821
1817
|
"Student Info",
|
|
1822
1818
|
"Course Selection",
|
|
1823
1819
|
"Review",
|
|
1824
1820
|
"Confirm"
|
|
1825
1821
|
],
|
|
1826
|
-
"currentStep": 2.0
|
|
1822
|
+
"currentStep": 2.0,
|
|
1823
|
+
"type": "wizard-progress"
|
|
1827
1824
|
},
|
|
1828
1825
|
{
|
|
1829
1826
|
"type": "divider"
|
|
1830
1827
|
},
|
|
1831
1828
|
{
|
|
1832
|
-
"
|
|
1829
|
+
"variant": "h3",
|
|
1833
1830
|
"content": "Review",
|
|
1834
|
-
"
|
|
1831
|
+
"type": "typography"
|
|
1835
1832
|
},
|
|
1836
1833
|
{
|
|
1834
|
+
"direction": "vertical",
|
|
1837
1835
|
"gap": "sm",
|
|
1838
|
-
"type": "stack",
|
|
1839
1836
|
"children": [
|
|
1840
1837
|
{
|
|
1841
1838
|
"type": "stack",
|
|
1842
|
-
"
|
|
1843
|
-
"justify": "between",
|
|
1839
|
+
"direction": "horizontal",
|
|
1844
1840
|
"children": [
|
|
1845
1841
|
{
|
|
1846
|
-
"content": "Student",
|
|
1847
1842
|
"type": "typography",
|
|
1848
|
-
"variant": "caption"
|
|
1843
|
+
"variant": "caption",
|
|
1844
|
+
"content": "Student"
|
|
1849
1845
|
},
|
|
1850
1846
|
{
|
|
1851
|
-
"variant": "body",
|
|
1852
1847
|
"content": "@entity.studentName",
|
|
1853
|
-
"type": "typography"
|
|
1848
|
+
"type": "typography",
|
|
1849
|
+
"variant": "body"
|
|
1854
1850
|
}
|
|
1855
1851
|
],
|
|
1856
|
-
"
|
|
1852
|
+
"justify": "between",
|
|
1853
|
+
"gap": "md"
|
|
1857
1854
|
},
|
|
1858
1855
|
{
|
|
1859
1856
|
"type": "stack",
|
|
1860
|
-
"
|
|
1861
|
-
"justify": "between",
|
|
1857
|
+
"gap": "md",
|
|
1862
1858
|
"children": [
|
|
1863
1859
|
{
|
|
1860
|
+
"type": "typography",
|
|
1864
1861
|
"content": "Email",
|
|
1865
|
-
"variant": "caption"
|
|
1866
|
-
"type": "typography"
|
|
1862
|
+
"variant": "caption"
|
|
1867
1863
|
},
|
|
1868
1864
|
{
|
|
1869
|
-
"variant": "body",
|
|
1870
1865
|
"type": "typography",
|
|
1871
|
-
"content": "@entity.email"
|
|
1866
|
+
"content": "@entity.email",
|
|
1867
|
+
"variant": "body"
|
|
1872
1868
|
}
|
|
1873
1869
|
],
|
|
1874
|
-
"
|
|
1870
|
+
"justify": "between",
|
|
1871
|
+
"direction": "horizontal"
|
|
1875
1872
|
},
|
|
1876
1873
|
{
|
|
1877
|
-
"gap": "md",
|
|
1878
|
-
"justify": "between",
|
|
1879
1874
|
"direction": "horizontal",
|
|
1875
|
+
"gap": "md",
|
|
1876
|
+
"type": "stack",
|
|
1880
1877
|
"children": [
|
|
1881
1878
|
{
|
|
1882
|
-
"
|
|
1879
|
+
"content": "Course",
|
|
1883
1880
|
"variant": "caption",
|
|
1884
|
-
"
|
|
1881
|
+
"type": "typography"
|
|
1885
1882
|
},
|
|
1886
1883
|
{
|
|
1884
|
+
"type": "typography",
|
|
1887
1885
|
"content": "@entity.courseId",
|
|
1888
|
-
"variant": "body"
|
|
1889
|
-
"type": "typography"
|
|
1886
|
+
"variant": "body"
|
|
1890
1887
|
}
|
|
1891
1888
|
],
|
|
1892
|
-
"
|
|
1889
|
+
"justify": "between"
|
|
1893
1890
|
}
|
|
1894
1891
|
],
|
|
1895
|
-
"
|
|
1892
|
+
"type": "stack"
|
|
1896
1893
|
},
|
|
1897
1894
|
{
|
|
1898
|
-
"gap": "sm",
|
|
1899
|
-
"type": "stack",
|
|
1900
|
-
"justify": "between",
|
|
1901
1895
|
"direction": "horizontal",
|
|
1896
|
+
"justify": "between",
|
|
1897
|
+
"type": "stack",
|
|
1898
|
+
"gap": "sm",
|
|
1902
1899
|
"children": [
|
|
1903
1900
|
{
|
|
1904
|
-
"
|
|
1901
|
+
"type": "button",
|
|
1905
1902
|
"icon": "arrow-left",
|
|
1906
|
-
"variant": "ghost",
|
|
1907
1903
|
"action": "PREV",
|
|
1908
|
-
"
|
|
1904
|
+
"label": "Back",
|
|
1905
|
+
"variant": "ghost"
|
|
1909
1906
|
},
|
|
1910
1907
|
{
|
|
1908
|
+
"label": "Continue",
|
|
1911
1909
|
"action": "NEXT",
|
|
1910
|
+
"type": "button",
|
|
1912
1911
|
"variant": "primary",
|
|
1913
|
-
"icon": "arrow-right"
|
|
1914
|
-
"label": "Continue",
|
|
1915
|
-
"type": "button"
|
|
1912
|
+
"icon": "arrow-right"
|
|
1916
1913
|
}
|
|
1917
1914
|
]
|
|
1918
1915
|
}
|
|
1919
|
-
]
|
|
1916
|
+
],
|
|
1917
|
+
"direction": "vertical",
|
|
1918
|
+
"className": "max-w-xl mx-auto w-full",
|
|
1919
|
+
"gap": "lg"
|
|
1920
1920
|
}
|
|
1921
1921
|
]
|
|
1922
1922
|
]
|
|
@@ -1932,8 +1932,6 @@
|
|
|
1932
1932
|
{
|
|
1933
1933
|
"className": "max-w-xl mx-auto w-full",
|
|
1934
1934
|
"gap": "lg",
|
|
1935
|
-
"type": "stack",
|
|
1936
|
-
"direction": "vertical",
|
|
1937
1935
|
"children": [
|
|
1938
1936
|
{
|
|
1939
1937
|
"variant": "h2",
|
|
@@ -1941,29 +1939,33 @@
|
|
|
1941
1939
|
"type": "typography"
|
|
1942
1940
|
},
|
|
1943
1941
|
{
|
|
1942
|
+
"currentStep": 0.0,
|
|
1943
|
+
"type": "wizard-progress",
|
|
1944
1944
|
"steps": [
|
|
1945
1945
|
"Student Info",
|
|
1946
1946
|
"Course Selection",
|
|
1947
1947
|
"Review",
|
|
1948
1948
|
"Confirm"
|
|
1949
|
-
]
|
|
1950
|
-
"currentStep": 0.0,
|
|
1951
|
-
"type": "wizard-progress"
|
|
1949
|
+
]
|
|
1952
1950
|
},
|
|
1953
1951
|
{
|
|
1954
1952
|
"type": "divider"
|
|
1955
1953
|
},
|
|
1956
1954
|
{
|
|
1957
|
-
"content": "Student Info",
|
|
1958
1955
|
"type": "typography",
|
|
1956
|
+
"content": "Student Info",
|
|
1959
1957
|
"variant": "h3"
|
|
1960
1958
|
},
|
|
1961
1959
|
{
|
|
1960
|
+
"type": "form-section",
|
|
1961
|
+
"entity": "@entity",
|
|
1962
|
+
"submitLabel": "Continue",
|
|
1963
|
+
"showCancel": false,
|
|
1962
1964
|
"fields": [
|
|
1963
1965
|
{
|
|
1966
|
+
"min": 2.0,
|
|
1964
1967
|
"required": true,
|
|
1965
|
-
"name": "studentName"
|
|
1966
|
-
"min": 2.0
|
|
1968
|
+
"name": "studentName"
|
|
1967
1969
|
},
|
|
1968
1970
|
{
|
|
1969
1971
|
"type": "email",
|
|
@@ -1971,14 +1973,12 @@
|
|
|
1971
1973
|
"required": true
|
|
1972
1974
|
}
|
|
1973
1975
|
],
|
|
1974
|
-
"
|
|
1975
|
-
"
|
|
1976
|
-
"submitEvent": "NEXT",
|
|
1977
|
-
"showCancel": false,
|
|
1978
|
-
"entity": "@entity",
|
|
1979
|
-
"mode": "edit"
|
|
1976
|
+
"mode": "edit",
|
|
1977
|
+
"submitEvent": "NEXT"
|
|
1980
1978
|
}
|
|
1981
|
-
]
|
|
1979
|
+
],
|
|
1980
|
+
"type": "stack",
|
|
1981
|
+
"direction": "vertical"
|
|
1982
1982
|
}
|
|
1983
1983
|
]
|
|
1984
1984
|
]
|
|
@@ -1998,12 +1998,12 @@
|
|
|
1998
1998
|
"render-ui",
|
|
1999
1999
|
"main",
|
|
2000
2000
|
{
|
|
2001
|
-
"className": "max-w-xl mx-auto w-full",
|
|
2002
2001
|
"direction": "vertical",
|
|
2002
|
+
"gap": "lg",
|
|
2003
2003
|
"children": [
|
|
2004
2004
|
{
|
|
2005
|
-
"type": "typography",
|
|
2006
2005
|
"content": "Course Enrollment",
|
|
2006
|
+
"type": "typography",
|
|
2007
2007
|
"variant": "h2"
|
|
2008
2008
|
},
|
|
2009
2009
|
{
|
|
@@ -2020,34 +2020,35 @@
|
|
|
2020
2020
|
"type": "divider"
|
|
2021
2021
|
},
|
|
2022
2022
|
{
|
|
2023
|
-
"
|
|
2023
|
+
"message": "Please confirm your enrollment.",
|
|
2024
2024
|
"type": "alert",
|
|
2025
|
-
"
|
|
2025
|
+
"variant": "info"
|
|
2026
2026
|
},
|
|
2027
2027
|
{
|
|
2028
|
-
"type": "stack",
|
|
2029
2028
|
"direction": "vertical",
|
|
2029
|
+
"type": "stack",
|
|
2030
2030
|
"gap": "sm",
|
|
2031
2031
|
"children": [
|
|
2032
2032
|
{
|
|
2033
|
-
"
|
|
2034
|
-
"justify": "between",
|
|
2033
|
+
"type": "stack",
|
|
2035
2034
|
"gap": "md",
|
|
2035
|
+
"justify": "between",
|
|
2036
|
+
"direction": "horizontal",
|
|
2036
2037
|
"children": [
|
|
2037
2038
|
{
|
|
2039
|
+
"type": "typography",
|
|
2038
2040
|
"content": "Student",
|
|
2039
|
-
"variant": "caption"
|
|
2040
|
-
"type": "typography"
|
|
2041
|
+
"variant": "caption"
|
|
2041
2042
|
},
|
|
2042
2043
|
{
|
|
2044
|
+
"type": "typography",
|
|
2043
2045
|
"variant": "body",
|
|
2044
|
-
"content": "@entity.studentName"
|
|
2045
|
-
"type": "typography"
|
|
2046
|
+
"content": "@entity.studentName"
|
|
2046
2047
|
}
|
|
2047
|
-
]
|
|
2048
|
-
"type": "stack"
|
|
2048
|
+
]
|
|
2049
2049
|
},
|
|
2050
2050
|
{
|
|
2051
|
+
"justify": "between",
|
|
2051
2052
|
"direction": "horizontal",
|
|
2052
2053
|
"children": [
|
|
2053
2054
|
{
|
|
@@ -2056,59 +2057,58 @@
|
|
|
2056
2057
|
"type": "typography"
|
|
2057
2058
|
},
|
|
2058
2059
|
{
|
|
2059
|
-
"type": "typography",
|
|
2060
2060
|
"variant": "body",
|
|
2061
|
-
"content": "@entity.email"
|
|
2061
|
+
"content": "@entity.email",
|
|
2062
|
+
"type": "typography"
|
|
2062
2063
|
}
|
|
2063
2064
|
],
|
|
2064
|
-
"
|
|
2065
|
-
"
|
|
2066
|
-
"type": "stack"
|
|
2065
|
+
"type": "stack",
|
|
2066
|
+
"gap": "md"
|
|
2067
2067
|
},
|
|
2068
2068
|
{
|
|
2069
|
-
"
|
|
2069
|
+
"direction": "horizontal",
|
|
2070
|
+
"gap": "md",
|
|
2070
2071
|
"children": [
|
|
2071
2072
|
{
|
|
2073
|
+
"content": "Course",
|
|
2072
2074
|
"variant": "caption",
|
|
2073
|
-
"type": "typography"
|
|
2074
|
-
"content": "Course"
|
|
2075
|
+
"type": "typography"
|
|
2075
2076
|
},
|
|
2076
2077
|
{
|
|
2078
|
+
"type": "typography",
|
|
2077
2079
|
"variant": "body",
|
|
2078
|
-
"content": "@entity.courseId"
|
|
2079
|
-
"type": "typography"
|
|
2080
|
+
"content": "@entity.courseId"
|
|
2080
2081
|
}
|
|
2081
2082
|
],
|
|
2082
|
-
"
|
|
2083
|
-
"
|
|
2084
|
-
"justify": "between"
|
|
2083
|
+
"justify": "between",
|
|
2084
|
+
"type": "stack"
|
|
2085
2085
|
}
|
|
2086
2086
|
]
|
|
2087
2087
|
},
|
|
2088
2088
|
{
|
|
2089
|
-
"justify": "between",
|
|
2090
2089
|
"direction": "horizontal",
|
|
2090
|
+
"type": "stack",
|
|
2091
|
+
"justify": "between",
|
|
2092
|
+
"gap": "sm",
|
|
2091
2093
|
"children": [
|
|
2092
2094
|
{
|
|
2093
|
-
"
|
|
2095
|
+
"label": "Back",
|
|
2094
2096
|
"icon": "arrow-left",
|
|
2097
|
+
"type": "button",
|
|
2095
2098
|
"variant": "ghost",
|
|
2096
|
-
"label": "Back",
|
|
2097
2099
|
"action": "PREV"
|
|
2098
2100
|
},
|
|
2099
2101
|
{
|
|
2102
|
+
"action": "COMPLETE",
|
|
2100
2103
|
"variant": "primary",
|
|
2101
|
-
"label": "Enroll",
|
|
2102
|
-
"icon": "check",
|
|
2103
2104
|
"type": "button",
|
|
2104
|
-
"
|
|
2105
|
+
"label": "Enroll",
|
|
2106
|
+
"icon": "check"
|
|
2105
2107
|
}
|
|
2106
|
-
]
|
|
2107
|
-
"gap": "sm",
|
|
2108
|
-
"type": "stack"
|
|
2108
|
+
]
|
|
2109
2109
|
}
|
|
2110
2110
|
],
|
|
2111
|
-
"
|
|
2111
|
+
"className": "max-w-xl mx-auto w-full",
|
|
2112
2112
|
"type": "stack"
|
|
2113
2113
|
}
|
|
2114
2114
|
]
|
|
@@ -2123,50 +2123,50 @@
|
|
|
2123
2123
|
"render-ui",
|
|
2124
2124
|
"main",
|
|
2125
2125
|
{
|
|
2126
|
-
"type": "stack",
|
|
2127
|
-
"gap": "lg",
|
|
2128
2126
|
"className": "max-w-xl mx-auto w-full",
|
|
2127
|
+
"direction": "vertical",
|
|
2128
|
+
"gap": "lg",
|
|
2129
|
+
"type": "stack",
|
|
2129
2130
|
"children": [
|
|
2130
2131
|
{
|
|
2131
|
-
"variant": "h2",
|
|
2132
2132
|
"type": "typography",
|
|
2133
|
+
"variant": "h2",
|
|
2133
2134
|
"content": "Course Enrollment"
|
|
2134
2135
|
},
|
|
2135
2136
|
{
|
|
2136
|
-
"currentStep": 1.0,
|
|
2137
2137
|
"type": "wizard-progress",
|
|
2138
2138
|
"steps": [
|
|
2139
2139
|
"Student Info",
|
|
2140
2140
|
"Course Selection",
|
|
2141
2141
|
"Review",
|
|
2142
2142
|
"Confirm"
|
|
2143
|
-
]
|
|
2143
|
+
],
|
|
2144
|
+
"currentStep": 1.0
|
|
2144
2145
|
},
|
|
2145
2146
|
{
|
|
2146
2147
|
"type": "divider"
|
|
2147
2148
|
},
|
|
2148
2149
|
{
|
|
2149
2150
|
"type": "typography",
|
|
2150
|
-
"
|
|
2151
|
-
"
|
|
2151
|
+
"content": "Course Selection",
|
|
2152
|
+
"variant": "h3"
|
|
2152
2153
|
},
|
|
2153
2154
|
{
|
|
2154
|
-
"type": "form-section",
|
|
2155
|
-
"entity": "@entity",
|
|
2156
|
-
"cancelEvent": "PREV",
|
|
2157
2155
|
"cancelLabel": "Back",
|
|
2156
|
+
"submitLabel": "Continue",
|
|
2158
2157
|
"fields": [
|
|
2159
2158
|
{
|
|
2160
|
-
"
|
|
2161
|
-
"
|
|
2159
|
+
"name": "courseId",
|
|
2160
|
+
"required": true
|
|
2162
2161
|
}
|
|
2163
2162
|
],
|
|
2163
|
+
"type": "form-section",
|
|
2164
2164
|
"mode": "edit",
|
|
2165
|
-
"
|
|
2166
|
-
"submitEvent": "NEXT"
|
|
2165
|
+
"entity": "@entity",
|
|
2166
|
+
"submitEvent": "NEXT",
|
|
2167
|
+
"cancelEvent": "PREV"
|
|
2167
2168
|
}
|
|
2168
|
-
]
|
|
2169
|
-
"direction": "vertical"
|
|
2169
|
+
]
|
|
2170
2170
|
}
|
|
2171
2171
|
]
|
|
2172
2172
|
]
|
|
@@ -2194,8 +2194,8 @@
|
|
|
2194
2194
|
"@entity",
|
|
2195
2195
|
{
|
|
2196
2196
|
"emit": {
|
|
2197
|
-
"
|
|
2198
|
-
"
|
|
2197
|
+
"failure": "EnrollmentSaveFailed",
|
|
2198
|
+
"success": "EnrollmentSaved"
|
|
2199
2199
|
}
|
|
2200
2200
|
}
|
|
2201
2201
|
],
|
|
@@ -2203,8 +2203,8 @@
|
|
|
2203
2203
|
"emit",
|
|
2204
2204
|
"ENROLLED",
|
|
2205
2205
|
{
|
|
2206
|
-
"
|
|
2207
|
-
"
|
|
2206
|
+
"id": "@entity.id",
|
|
2207
|
+
"courseId": "@entity.courseId"
|
|
2208
2208
|
}
|
|
2209
2209
|
],
|
|
2210
2210
|
[
|
|
@@ -2216,35 +2216,35 @@
|
|
|
2216
2216
|
"render-ui",
|
|
2217
2217
|
"main",
|
|
2218
2218
|
{
|
|
2219
|
+
"type": "stack",
|
|
2219
2220
|
"gap": "lg",
|
|
2220
|
-
"
|
|
2221
|
+
"align": "center",
|
|
2221
2222
|
"children": [
|
|
2222
2223
|
{
|
|
2223
2224
|
"type": "icon",
|
|
2224
2225
|
"name": "check-circle"
|
|
2225
2226
|
},
|
|
2226
2227
|
{
|
|
2227
|
-
"
|
|
2228
|
+
"variant": "h2",
|
|
2228
2229
|
"content": "Enrolled!",
|
|
2229
|
-
"
|
|
2230
|
+
"type": "typography"
|
|
2230
2231
|
},
|
|
2231
2232
|
{
|
|
2232
2233
|
"variant": "body",
|
|
2233
|
-
"
|
|
2234
|
+
"type": "typography",
|
|
2234
2235
|
"content": "You have been enrolled in the course.",
|
|
2235
|
-
"
|
|
2236
|
+
"color": "muted"
|
|
2236
2237
|
},
|
|
2237
2238
|
{
|
|
2238
|
-
"icon": "rotate-ccw",
|
|
2239
|
-
"variant": "ghost",
|
|
2240
2239
|
"type": "button",
|
|
2241
|
-
"
|
|
2242
|
-
"
|
|
2240
|
+
"action": "RESTART",
|
|
2241
|
+
"variant": "ghost",
|
|
2242
|
+
"icon": "rotate-ccw",
|
|
2243
|
+
"label": "Enroll another student"
|
|
2243
2244
|
}
|
|
2244
2245
|
],
|
|
2245
|
-
"type": "stack",
|
|
2246
2246
|
"direction": "vertical",
|
|
2247
|
-
"
|
|
2247
|
+
"className": "max-w-xl mx-auto w-full py-12"
|
|
2248
2248
|
}
|
|
2249
2249
|
]
|
|
2250
2250
|
]
|
|
@@ -2258,57 +2258,57 @@
|
|
|
2258
2258
|
"render-ui",
|
|
2259
2259
|
"main",
|
|
2260
2260
|
{
|
|
2261
|
+
"gap": "lg",
|
|
2261
2262
|
"className": "max-w-xl mx-auto w-full",
|
|
2263
|
+
"type": "stack",
|
|
2262
2264
|
"children": [
|
|
2263
2265
|
{
|
|
2266
|
+
"type": "typography",
|
|
2264
2267
|
"content": "Course Enrollment",
|
|
2265
|
-
"variant": "h2"
|
|
2266
|
-
"type": "typography"
|
|
2268
|
+
"variant": "h2"
|
|
2267
2269
|
},
|
|
2268
2270
|
{
|
|
2271
|
+
"type": "wizard-progress",
|
|
2269
2272
|
"steps": [
|
|
2270
2273
|
"Student Info",
|
|
2271
2274
|
"Course Selection",
|
|
2272
2275
|
"Review",
|
|
2273
2276
|
"Confirm"
|
|
2274
2277
|
],
|
|
2275
|
-
"type": "wizard-progress",
|
|
2276
2278
|
"currentStep": 2.0
|
|
2277
2279
|
},
|
|
2278
2280
|
{
|
|
2279
2281
|
"type": "divider"
|
|
2280
2282
|
},
|
|
2281
2283
|
{
|
|
2282
|
-
"
|
|
2284
|
+
"variant": "h3",
|
|
2283
2285
|
"content": "Review",
|
|
2284
|
-
"
|
|
2286
|
+
"type": "typography"
|
|
2285
2287
|
},
|
|
2286
2288
|
{
|
|
2287
2289
|
"justify": "between",
|
|
2288
2290
|
"direction": "horizontal",
|
|
2289
2291
|
"gap": "sm",
|
|
2292
|
+
"type": "stack",
|
|
2290
2293
|
"children": [
|
|
2291
2294
|
{
|
|
2292
|
-
"type": "button",
|
|
2293
|
-
"icon": "arrow-left",
|
|
2294
|
-
"variant": "ghost",
|
|
2295
2295
|
"label": "Back",
|
|
2296
|
-
"
|
|
2296
|
+
"variant": "ghost",
|
|
2297
|
+
"icon": "arrow-left",
|
|
2298
|
+
"action": "PREV",
|
|
2299
|
+
"type": "button"
|
|
2297
2300
|
},
|
|
2298
2301
|
{
|
|
2299
2302
|
"icon": "arrow-right",
|
|
2300
|
-
"type": "button",
|
|
2301
2303
|
"action": "NEXT",
|
|
2304
|
+
"label": "Continue",
|
|
2302
2305
|
"variant": "primary",
|
|
2303
|
-
"
|
|
2306
|
+
"type": "button"
|
|
2304
2307
|
}
|
|
2305
|
-
]
|
|
2306
|
-
"type": "stack"
|
|
2308
|
+
]
|
|
2307
2309
|
}
|
|
2308
2310
|
],
|
|
2309
|
-
"
|
|
2310
|
-
"direction": "vertical",
|
|
2311
|
-
"gap": "lg"
|
|
2311
|
+
"direction": "vertical"
|
|
2312
2312
|
}
|
|
2313
2313
|
]
|
|
2314
2314
|
]
|
|
@@ -2347,16 +2347,15 @@
|
|
|
2347
2347
|
"render-ui",
|
|
2348
2348
|
"main",
|
|
2349
2349
|
{
|
|
2350
|
-
"gap": "lg",
|
|
2351
2350
|
"children": [
|
|
2352
2351
|
{
|
|
2352
|
+
"type": "typography",
|
|
2353
2353
|
"content": "Course Enrollment",
|
|
2354
|
-
"variant": "h2"
|
|
2355
|
-
"type": "typography"
|
|
2354
|
+
"variant": "h2"
|
|
2356
2355
|
},
|
|
2357
2356
|
{
|
|
2358
|
-
"type": "wizard-progress",
|
|
2359
2357
|
"currentStep": 0.0,
|
|
2358
|
+
"type": "wizard-progress",
|
|
2360
2359
|
"steps": [
|
|
2361
2360
|
"Student Info",
|
|
2362
2361
|
"Course Selection",
|
|
@@ -2373,28 +2372,29 @@
|
|
|
2373
2372
|
"variant": "h3"
|
|
2374
2373
|
},
|
|
2375
2374
|
{
|
|
2376
|
-
"
|
|
2377
|
-
"submitEvent": "NEXT",
|
|
2378
|
-
"submitLabel": "Continue",
|
|
2379
|
-
"type": "form-section",
|
|
2375
|
+
"showCancel": false,
|
|
2380
2376
|
"fields": [
|
|
2381
2377
|
{
|
|
2382
2378
|
"name": "studentName",
|
|
2383
|
-
"
|
|
2384
|
-
"
|
|
2379
|
+
"min": 2.0,
|
|
2380
|
+
"required": true
|
|
2385
2381
|
},
|
|
2386
2382
|
{
|
|
2387
2383
|
"name": "email",
|
|
2388
|
-
"
|
|
2389
|
-
"
|
|
2384
|
+
"type": "email",
|
|
2385
|
+
"required": true
|
|
2390
2386
|
}
|
|
2391
2387
|
],
|
|
2392
|
-
"
|
|
2388
|
+
"mode": "create",
|
|
2389
|
+
"type": "form-section",
|
|
2390
|
+
"submitLabel": "Continue",
|
|
2391
|
+
"submitEvent": "NEXT"
|
|
2393
2392
|
}
|
|
2394
2393
|
],
|
|
2395
2394
|
"direction": "vertical",
|
|
2396
|
-
"
|
|
2397
|
-
"
|
|
2395
|
+
"type": "stack",
|
|
2396
|
+
"gap": "lg",
|
|
2397
|
+
"className": "max-w-xl mx-auto w-full"
|
|
2398
2398
|
}
|
|
2399
2399
|
]
|
|
2400
2400
|
]
|
|
@@ -2489,6 +2489,12 @@
|
|
|
2489
2489
|
"name": "ProgressAppLayout",
|
|
2490
2490
|
"linkedEntity": "Progress",
|
|
2491
2491
|
"config": {
|
|
2492
|
+
"searchEvent": "PROGRESS_SEARCH",
|
|
2493
|
+
"notifications": [],
|
|
2494
|
+
"contentTrait": "@trait.ProgressDisplay",
|
|
2495
|
+
"notificationClickEvent": "PROGRESS_NOTIFICATIONS_OPEN",
|
|
2496
|
+
"appName": "LMS",
|
|
2497
|
+
"topBarActions": [],
|
|
2492
2498
|
"navItems": [
|
|
2493
2499
|
{
|
|
2494
2500
|
"label": "Courses",
|
|
@@ -2497,21 +2503,15 @@
|
|
|
2497
2503
|
},
|
|
2498
2504
|
{
|
|
2499
2505
|
"label": "Enroll",
|
|
2500
|
-
"
|
|
2501
|
-
"
|
|
2506
|
+
"icon": "user-plus",
|
|
2507
|
+
"href": "/enroll"
|
|
2502
2508
|
},
|
|
2503
2509
|
{
|
|
2504
|
-
"
|
|
2510
|
+
"icon": "trending-up",
|
|
2505
2511
|
"label": "Progress",
|
|
2506
|
-
"
|
|
2512
|
+
"href": "/progress"
|
|
2507
2513
|
}
|
|
2508
|
-
]
|
|
2509
|
-
"searchEvent": "PROGRESS_SEARCH",
|
|
2510
|
-
"notifications": [],
|
|
2511
|
-
"contentTrait": "@trait.ProgressDisplay",
|
|
2512
|
-
"topBarActions": [],
|
|
2513
|
-
"appName": "LMS",
|
|
2514
|
-
"notificationClickEvent": "PROGRESS_NOTIFICATIONS_OPEN"
|
|
2514
|
+
]
|
|
2515
2515
|
},
|
|
2516
2516
|
"events": {
|
|
2517
2517
|
"SEARCH": "PROGRESS_SEARCH",
|
|
@@ -2544,23 +2544,22 @@
|
|
|
2544
2544
|
"render-ui",
|
|
2545
2545
|
"main",
|
|
2546
2546
|
{
|
|
2547
|
-
"type": "stack",
|
|
2548
2547
|
"gap": "lg",
|
|
2549
2548
|
"children": [
|
|
2550
2549
|
{
|
|
2550
|
+
"align": "center",
|
|
2551
2551
|
"children": [
|
|
2552
2552
|
{
|
|
2553
2553
|
"name": "trending-up",
|
|
2554
2554
|
"type": "icon"
|
|
2555
2555
|
},
|
|
2556
2556
|
{
|
|
2557
|
-
"
|
|
2557
|
+
"type": "typography",
|
|
2558
2558
|
"variant": "h2",
|
|
2559
|
-
"
|
|
2559
|
+
"content": "Progress"
|
|
2560
2560
|
}
|
|
2561
2561
|
],
|
|
2562
2562
|
"gap": "sm",
|
|
2563
|
-
"align": "center",
|
|
2564
2563
|
"type": "stack",
|
|
2565
2564
|
"direction": "horizontal"
|
|
2566
2565
|
},
|
|
@@ -2574,6 +2573,7 @@
|
|
|
2574
2573
|
},
|
|
2575
2574
|
"@trait.ProgressBrowseList"
|
|
2576
2575
|
],
|
|
2576
|
+
"type": "stack",
|
|
2577
2577
|
"direction": "vertical",
|
|
2578
2578
|
"className": "max-w-5xl mx-auto w-full"
|
|
2579
2579
|
}
|
|
@@ -2664,8 +2664,8 @@
|
|
|
2664
2664
|
"Progress",
|
|
2665
2665
|
{
|
|
2666
2666
|
"emit": {
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
2667
|
+
"success": "ProgressLoaded",
|
|
2668
|
+
"failure": "ProgressLoadFailed"
|
|
2669
2669
|
}
|
|
2670
2670
|
}
|
|
2671
2671
|
],
|
|
@@ -2673,45 +2673,45 @@
|
|
|
2673
2673
|
"render-ui",
|
|
2674
2674
|
"main",
|
|
2675
2675
|
{
|
|
2676
|
-
"type": "simple-grid",
|
|
2677
|
-
"gap": "md",
|
|
2678
2676
|
"children": [
|
|
2679
2677
|
{
|
|
2678
|
+
"value": 0.0,
|
|
2680
2679
|
"type": "stat-display",
|
|
2680
|
+
"icon": "check-circle",
|
|
2681
2681
|
"variant": "success",
|
|
2682
|
-
"value": 0.0,
|
|
2683
2682
|
"format": "percent",
|
|
2684
|
-
"icon": "check-circle",
|
|
2685
2683
|
"label": "Completion %"
|
|
2686
2684
|
},
|
|
2687
2685
|
{
|
|
2688
|
-
"suffix": "h",
|
|
2689
2686
|
"label": "Time Spent",
|
|
2690
|
-
"variant": "info",
|
|
2691
|
-
"icon": "clock",
|
|
2692
|
-
"type": "stat-display",
|
|
2693
2687
|
"value": 0.0,
|
|
2694
|
-
"
|
|
2688
|
+
"type": "stat-display",
|
|
2689
|
+
"icon": "clock",
|
|
2690
|
+
"format": "number",
|
|
2691
|
+
"suffix": "h",
|
|
2692
|
+
"variant": "info"
|
|
2695
2693
|
},
|
|
2696
2694
|
{
|
|
2697
|
-
"variant": "default",
|
|
2698
2695
|
"value": 0.0,
|
|
2699
|
-
"label": "Lessons Remaining",
|
|
2700
2696
|
"type": "stat-display",
|
|
2697
|
+
"label": "Lessons Remaining",
|
|
2701
2698
|
"icon": "list",
|
|
2699
|
+
"variant": "default",
|
|
2702
2700
|
"format": "number"
|
|
2703
2701
|
},
|
|
2704
2702
|
{
|
|
2705
2703
|
"format": "number",
|
|
2706
|
-
"suffix": "d",
|
|
2707
|
-
"value": 0.0,
|
|
2708
2704
|
"type": "stat-display",
|
|
2709
|
-
"
|
|
2705
|
+
"value": 0.0,
|
|
2710
2706
|
"icon": "flame",
|
|
2711
|
-
"variant": "warning"
|
|
2707
|
+
"variant": "warning",
|
|
2708
|
+
"suffix": "d",
|
|
2709
|
+
"label": "Streak"
|
|
2712
2710
|
}
|
|
2713
2711
|
],
|
|
2714
|
-
"cols": 4.0
|
|
2712
|
+
"cols": 4.0,
|
|
2713
|
+
"gap": "md",
|
|
2714
|
+
"type": "simple-grid"
|
|
2715
2715
|
}
|
|
2716
2716
|
]
|
|
2717
2717
|
]
|
|
@@ -2725,43 +2725,43 @@
|
|
|
2725
2725
|
"render-ui",
|
|
2726
2726
|
"main",
|
|
2727
2727
|
{
|
|
2728
|
+
"cols": 4.0,
|
|
2728
2729
|
"type": "simple-grid",
|
|
2729
2730
|
"gap": "md",
|
|
2730
|
-
"cols": 4.0,
|
|
2731
2731
|
"children": [
|
|
2732
2732
|
{
|
|
2733
|
+
"label": "Completion %",
|
|
2734
|
+
"format": "percent",
|
|
2733
2735
|
"type": "stat-display",
|
|
2734
|
-
"
|
|
2736
|
+
"value": 0.0,
|
|
2735
2737
|
"icon": "check-circle",
|
|
2736
|
-
"
|
|
2737
|
-
"label": "Completion %",
|
|
2738
|
-
"value": 0.0
|
|
2738
|
+
"variant": "success"
|
|
2739
2739
|
},
|
|
2740
2740
|
{
|
|
2741
|
+
"variant": "info",
|
|
2742
|
+
"icon": "clock",
|
|
2743
|
+
"format": "number",
|
|
2741
2744
|
"suffix": "h",
|
|
2742
|
-
"type": "stat-display",
|
|
2743
2745
|
"value": 0.0,
|
|
2744
2746
|
"label": "Time Spent",
|
|
2745
|
-
"
|
|
2746
|
-
"variant": "info",
|
|
2747
|
-
"format": "number"
|
|
2747
|
+
"type": "stat-display"
|
|
2748
2748
|
},
|
|
2749
2749
|
{
|
|
2750
|
-
"
|
|
2750
|
+
"variant": "default",
|
|
2751
2751
|
"label": "Lessons Remaining",
|
|
2752
|
-
"
|
|
2752
|
+
"format": "number",
|
|
2753
2753
|
"type": "stat-display",
|
|
2754
|
-
"
|
|
2755
|
-
"
|
|
2754
|
+
"value": 0.0,
|
|
2755
|
+
"icon": "list"
|
|
2756
2756
|
},
|
|
2757
2757
|
{
|
|
2758
|
-
"
|
|
2759
|
-
"type": "stat-display",
|
|
2758
|
+
"icon": "flame",
|
|
2760
2759
|
"value": 0.0,
|
|
2761
|
-
"
|
|
2760
|
+
"type": "stat-display",
|
|
2762
2761
|
"format": "number",
|
|
2763
|
-
"
|
|
2764
|
-
"suffix": "d"
|
|
2762
|
+
"label": "Streak",
|
|
2763
|
+
"suffix": "d",
|
|
2764
|
+
"variant": "warning"
|
|
2765
2765
|
}
|
|
2766
2766
|
]
|
|
2767
2767
|
}
|
|
@@ -2861,13 +2861,13 @@
|
|
|
2861
2861
|
"render-ui",
|
|
2862
2862
|
"main",
|
|
2863
2863
|
{
|
|
2864
|
-
"showLegend": true,
|
|
2865
|
-
"title": "Progress over time",
|
|
2866
2864
|
"subtitle": "Average completion % per week",
|
|
2865
|
+
"title": "Progress over time",
|
|
2867
2866
|
"type": "chart",
|
|
2868
|
-
"chartType": "line",
|
|
2869
2867
|
"data": [],
|
|
2870
|
-
"
|
|
2868
|
+
"chartType": "line",
|
|
2869
|
+
"height": 280.0,
|
|
2870
|
+
"showLegend": true
|
|
2871
2871
|
}
|
|
2872
2872
|
]
|
|
2873
2873
|
]
|
|
@@ -2881,13 +2881,13 @@
|
|
|
2881
2881
|
"render-ui",
|
|
2882
2882
|
"main",
|
|
2883
2883
|
{
|
|
2884
|
-
"
|
|
2884
|
+
"showLegend": true,
|
|
2885
2885
|
"subtitle": "Average completion % per week",
|
|
2886
2886
|
"data": "@payload.data",
|
|
2887
|
-
"
|
|
2887
|
+
"type": "chart",
|
|
2888
2888
|
"title": "Progress over time",
|
|
2889
|
-
"
|
|
2890
|
-
"
|
|
2889
|
+
"chartType": "line",
|
|
2890
|
+
"height": 280.0
|
|
2891
2891
|
}
|
|
2892
2892
|
]
|
|
2893
2893
|
]
|
|
@@ -2901,39 +2901,39 @@
|
|
|
2901
2901
|
"name": "ProgressBrowseList",
|
|
2902
2902
|
"linkedEntity": "Progress",
|
|
2903
2903
|
"config": {
|
|
2904
|
+
"itemActions": [],
|
|
2905
|
+
"cols": 1.0,
|
|
2904
2906
|
"fields": [
|
|
2905
2907
|
{
|
|
2908
|
+
"name": "courseName",
|
|
2906
2909
|
"label": "Course",
|
|
2907
|
-
"icon": "book-open",
|
|
2908
2910
|
"variant": "h4",
|
|
2909
|
-
"
|
|
2911
|
+
"icon": "book-open"
|
|
2910
2912
|
},
|
|
2911
2913
|
{
|
|
2914
|
+
"name": "completionPct",
|
|
2912
2915
|
"label": "Completion",
|
|
2913
|
-
"variant": "badge",
|
|
2914
2916
|
"format": "percent",
|
|
2915
|
-
"
|
|
2917
|
+
"variant": "badge"
|
|
2916
2918
|
},
|
|
2917
2919
|
{
|
|
2918
|
-
"name": "lessonsCompleted",
|
|
2919
2920
|
"label": "Lessons Completed",
|
|
2921
|
+
"name": "lessonsCompleted",
|
|
2920
2922
|
"variant": "body"
|
|
2921
2923
|
},
|
|
2922
2924
|
{
|
|
2925
|
+
"label": "Total Lessons",
|
|
2923
2926
|
"variant": "body",
|
|
2924
|
-
"name": "totalLessons"
|
|
2925
|
-
"label": "Total Lessons"
|
|
2927
|
+
"name": "totalLessons"
|
|
2926
2928
|
},
|
|
2927
2929
|
{
|
|
2928
|
-
"variant": "caption",
|
|
2929
|
-
"format": "date",
|
|
2930
2930
|
"label": "Last Activity",
|
|
2931
|
-
"name": "lastActivity"
|
|
2931
|
+
"name": "lastActivity",
|
|
2932
|
+
"variant": "caption",
|
|
2933
|
+
"format": "date"
|
|
2932
2934
|
}
|
|
2933
2935
|
],
|
|
2934
|
-
"
|
|
2935
|
-
"gap": "sm",
|
|
2936
|
-
"itemActions": []
|
|
2936
|
+
"gap": "sm"
|
|
2937
2937
|
},
|
|
2938
2938
|
"listens": [
|
|
2939
2939
|
{
|
|
@@ -3088,4 +3088,4 @@
|
|
|
3088
3088
|
]
|
|
3089
3089
|
}
|
|
3090
3090
|
]
|
|
3091
|
-
}
|
|
3091
|
+
}
|