@almadar/std 15.15.0 → 15.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors/behaviors-registry.json +2913 -156
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors-registry.json +2913 -156
- package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/registry/app/atoms/std-application.orb +300 -188
- package/dist/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/registry/app/atoms/std-donor.orb +191 -156
- package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/registry/app/atoms/std-driver.orb +440 -202
- package/dist/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/registry/app/atoms/std-event.orb +309 -178
- package/dist/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/registry/app/atoms/std-lease.orb +411 -178
- package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/registry/app/atoms/std-matter.orb +415 -189
- package/dist/registry/app/atoms/std-membership.orb +387 -167
- package/dist/registry/app/atoms/std-menu.orb +232 -175
- package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/registry/app/atoms/std-segment.orb +173 -139
- package/dist/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/registry/app/atoms/std-trial.orb +401 -183
- package/dist/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-interview-slot",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-interview-slot — scheduled interview between
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "std-interview-slot — scheduled interview between applicant and interviewers. Listens for SET_STATUS so sibling std-lifecycle can drive automated transitions. Exposes Scheduling/Booking + HR knobs (bookingWindowDays, leadTimeMinutes, backgroundCheckRequired, …).",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "InterviewSlotOrbital",
|
|
@@ -240,6 +240,22 @@
|
|
|
240
240
|
}
|
|
241
241
|
]
|
|
242
242
|
},
|
|
243
|
+
{
|
|
244
|
+
"key": "SET_STATUS",
|
|
245
|
+
"name": "Set Status",
|
|
246
|
+
"payloadSchema": [
|
|
247
|
+
{
|
|
248
|
+
"name": "entityId",
|
|
249
|
+
"type": "string",
|
|
250
|
+
"required": true
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "newStatus",
|
|
254
|
+
"type": "string",
|
|
255
|
+
"required": true
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
},
|
|
243
259
|
{
|
|
244
260
|
"key": "CLOSE_VIEW",
|
|
245
261
|
"name": "Close View"
|
|
@@ -267,8 +283,8 @@
|
|
|
267
283
|
"InterviewSlot",
|
|
268
284
|
{
|
|
269
285
|
"emit": {
|
|
270
|
-
"
|
|
271
|
-
"
|
|
286
|
+
"success": "InterviewSlotLoaded",
|
|
287
|
+
"failure": "InterviewSlotLoadFailed"
|
|
272
288
|
}
|
|
273
289
|
}
|
|
274
290
|
],
|
|
@@ -276,21 +292,21 @@
|
|
|
276
292
|
"render-ui",
|
|
277
293
|
"main",
|
|
278
294
|
{
|
|
295
|
+
"direction": "vertical",
|
|
279
296
|
"type": "stack",
|
|
297
|
+
"gap": "md",
|
|
280
298
|
"className": "py-12",
|
|
281
299
|
"children": [
|
|
282
300
|
{
|
|
283
301
|
"type": "spinner"
|
|
284
302
|
},
|
|
285
303
|
{
|
|
286
|
-
"variant": "caption",
|
|
287
304
|
"type": "typography",
|
|
288
305
|
"content": "Loading interviews…",
|
|
306
|
+
"variant": "caption",
|
|
289
307
|
"color": "muted"
|
|
290
308
|
}
|
|
291
309
|
],
|
|
292
|
-
"direction": "vertical",
|
|
293
|
-
"gap": "md",
|
|
294
310
|
"align": "center"
|
|
295
311
|
}
|
|
296
312
|
]
|
|
@@ -305,9 +321,14 @@
|
|
|
305
321
|
"render-ui",
|
|
306
322
|
"main",
|
|
307
323
|
{
|
|
324
|
+
"type": "stack",
|
|
325
|
+
"direction": "vertical",
|
|
326
|
+
"gap": "md",
|
|
308
327
|
"children": [
|
|
309
328
|
{
|
|
329
|
+
"type": "stack",
|
|
310
330
|
"direction": "horizontal",
|
|
331
|
+
"gap": "sm",
|
|
311
332
|
"align": "center",
|
|
312
333
|
"children": [
|
|
313
334
|
{
|
|
@@ -315,39 +336,37 @@
|
|
|
315
336
|
"name": "calendar"
|
|
316
337
|
},
|
|
317
338
|
{
|
|
318
|
-
"
|
|
339
|
+
"content": "@config.title",
|
|
319
340
|
"type": "typography",
|
|
320
|
-
"
|
|
341
|
+
"variant": "h3"
|
|
321
342
|
}
|
|
322
|
-
]
|
|
323
|
-
"gap": "sm",
|
|
324
|
-
"type": "stack"
|
|
343
|
+
]
|
|
325
344
|
},
|
|
326
345
|
{
|
|
327
346
|
"cols": 4.0,
|
|
328
347
|
"children": [
|
|
329
348
|
{
|
|
330
|
-
"label": "Scheduled",
|
|
331
|
-
"value": "@payload.data.length",
|
|
332
349
|
"icon": "calendar",
|
|
333
|
-
"
|
|
350
|
+
"value": "@payload.data.length",
|
|
351
|
+
"type": "stat-display",
|
|
352
|
+
"label": "Scheduled"
|
|
334
353
|
},
|
|
335
354
|
{
|
|
336
|
-
"label": "Today",
|
|
337
355
|
"type": "stat-display",
|
|
338
|
-
"
|
|
339
|
-
"icon": "clock"
|
|
356
|
+
"label": "Today",
|
|
357
|
+
"icon": "clock",
|
|
358
|
+
"value": "9"
|
|
340
359
|
},
|
|
341
360
|
{
|
|
342
|
-
"
|
|
361
|
+
"type": "stat-display",
|
|
343
362
|
"value": "37",
|
|
344
|
-
"
|
|
345
|
-
"
|
|
363
|
+
"label": "Completed this week",
|
|
364
|
+
"icon": "check-circle"
|
|
346
365
|
},
|
|
347
366
|
{
|
|
348
|
-
"value": "6%",
|
|
349
|
-
"icon": "alert-triangle",
|
|
350
367
|
"type": "stat-display",
|
|
368
|
+
"icon": "alert-triangle",
|
|
369
|
+
"value": "6%",
|
|
351
370
|
"label": "No-show rate"
|
|
352
371
|
}
|
|
353
372
|
],
|
|
@@ -357,17 +376,14 @@
|
|
|
357
376
|
"type": "divider"
|
|
358
377
|
},
|
|
359
378
|
{
|
|
360
|
-
"type": "data-grid",
|
|
361
379
|
"fields": "@config.fields",
|
|
362
|
-
"gap": "sm",
|
|
363
|
-
"cols": 1.0,
|
|
364
380
|
"entity": "@payload.data",
|
|
381
|
+
"type": "data-grid",
|
|
382
|
+
"cols": 1.0,
|
|
383
|
+
"gap": "sm",
|
|
365
384
|
"itemActions": "@config.itemActions"
|
|
366
385
|
}
|
|
367
|
-
]
|
|
368
|
-
"gap": "md",
|
|
369
|
-
"direction": "vertical",
|
|
370
|
-
"type": "stack"
|
|
386
|
+
]
|
|
371
387
|
}
|
|
372
388
|
]
|
|
373
389
|
]
|
|
@@ -381,8 +397,8 @@
|
|
|
381
397
|
"render-ui",
|
|
382
398
|
"main",
|
|
383
399
|
{
|
|
384
|
-
"type": "alert",
|
|
385
400
|
"variant": "error",
|
|
401
|
+
"type": "alert",
|
|
386
402
|
"message": "@payload.error"
|
|
387
403
|
}
|
|
388
404
|
]
|
|
@@ -443,15 +459,17 @@
|
|
|
443
459
|
"main",
|
|
444
460
|
{
|
|
445
461
|
"gap": "md",
|
|
462
|
+
"type": "stack",
|
|
446
463
|
"direction": "vertical",
|
|
447
464
|
"children": [
|
|
448
465
|
{
|
|
449
|
-
"
|
|
466
|
+
"gap": "sm",
|
|
467
|
+
"type": "stack",
|
|
450
468
|
"children": [
|
|
451
469
|
{
|
|
452
|
-
"label": "Back",
|
|
453
470
|
"type": "button",
|
|
454
471
|
"action": "CLOSE_VIEW",
|
|
472
|
+
"label": "Back",
|
|
455
473
|
"variant": "ghost"
|
|
456
474
|
},
|
|
457
475
|
{
|
|
@@ -469,78 +487,77 @@
|
|
|
469
487
|
"label": "@entity.format"
|
|
470
488
|
},
|
|
471
489
|
{
|
|
472
|
-
"label": "@entity.status",
|
|
473
490
|
"variant": "default",
|
|
474
|
-
"type": "badge"
|
|
491
|
+
"type": "badge",
|
|
492
|
+
"label": "@entity.status"
|
|
475
493
|
}
|
|
476
494
|
],
|
|
477
495
|
"direction": "horizontal",
|
|
478
|
-
"
|
|
479
|
-
"gap": "sm"
|
|
496
|
+
"align": "center"
|
|
480
497
|
},
|
|
481
498
|
{
|
|
482
499
|
"type": "divider"
|
|
483
500
|
},
|
|
484
501
|
{
|
|
485
|
-
"direction": "vertical",
|
|
486
502
|
"type": "stack",
|
|
487
503
|
"gap": "sm",
|
|
488
504
|
"children": [
|
|
489
505
|
{
|
|
506
|
+
"gap": "md",
|
|
490
507
|
"type": "stack",
|
|
491
508
|
"children": [
|
|
492
509
|
{
|
|
493
|
-
"
|
|
510
|
+
"content": "Interviewer",
|
|
494
511
|
"variant": "caption",
|
|
495
512
|
"type": "typography",
|
|
496
|
-
"
|
|
513
|
+
"color": "muted"
|
|
497
514
|
},
|
|
498
515
|
{
|
|
499
|
-
"content": "@entity.interviewerName",
|
|
500
516
|
"type": "typography",
|
|
501
|
-
"variant": "body"
|
|
517
|
+
"variant": "body",
|
|
518
|
+
"content": "@entity.interviewerName"
|
|
502
519
|
}
|
|
503
520
|
],
|
|
504
|
-
"gap": "md",
|
|
505
521
|
"direction": "horizontal"
|
|
506
522
|
},
|
|
507
523
|
{
|
|
524
|
+
"type": "stack",
|
|
508
525
|
"direction": "horizontal",
|
|
526
|
+
"gap": "md",
|
|
509
527
|
"children": [
|
|
510
528
|
{
|
|
511
|
-
"
|
|
512
|
-
"variant": "caption",
|
|
529
|
+
"content": "Applicant ID",
|
|
513
530
|
"type": "typography",
|
|
514
|
-
"
|
|
531
|
+
"color": "muted",
|
|
532
|
+
"variant": "caption"
|
|
515
533
|
},
|
|
516
534
|
{
|
|
517
535
|
"type": "typography",
|
|
518
536
|
"content": "@entity.applicantId",
|
|
519
537
|
"variant": "body"
|
|
520
538
|
}
|
|
521
|
-
]
|
|
522
|
-
"gap": "md",
|
|
523
|
-
"type": "stack"
|
|
539
|
+
]
|
|
524
540
|
},
|
|
525
541
|
{
|
|
526
|
-
"gap": "md",
|
|
527
|
-
"type": "stack",
|
|
528
542
|
"children": [
|
|
529
543
|
{
|
|
530
544
|
"color": "muted",
|
|
531
|
-
"type": "typography",
|
|
532
545
|
"content": "Notes",
|
|
533
|
-
"variant": "caption"
|
|
546
|
+
"variant": "caption",
|
|
547
|
+
"type": "typography"
|
|
534
548
|
},
|
|
535
549
|
{
|
|
536
|
-
"content": "@entity.notes",
|
|
537
550
|
"type": "typography",
|
|
551
|
+
"content": "@entity.notes",
|
|
538
552
|
"variant": "body"
|
|
539
553
|
}
|
|
540
554
|
],
|
|
541
|
-
"
|
|
555
|
+
"type": "stack",
|
|
556
|
+
"direction": "horizontal",
|
|
557
|
+
"gap": "md"
|
|
542
558
|
}
|
|
543
|
-
]
|
|
559
|
+
],
|
|
560
|
+
"direction": "vertical"
|
|
544
561
|
},
|
|
545
562
|
{
|
|
546
563
|
"type": "divider"
|
|
@@ -550,47 +567,46 @@
|
|
|
550
567
|
"cols": 2.0,
|
|
551
568
|
"children": [
|
|
552
569
|
{
|
|
553
|
-
"
|
|
570
|
+
"value": "@entity.scheduledAt",
|
|
554
571
|
"label": "Scheduled",
|
|
555
|
-
"
|
|
556
|
-
"
|
|
572
|
+
"type": "stat-display",
|
|
573
|
+
"icon": "calendar"
|
|
557
574
|
},
|
|
558
575
|
{
|
|
559
576
|
"label": "Duration (min)",
|
|
577
|
+
"value": "@entity.durationMinutes",
|
|
560
578
|
"type": "stat-display",
|
|
561
|
-
"icon": "clock"
|
|
562
|
-
"value": "@entity.durationMinutes"
|
|
579
|
+
"icon": "clock"
|
|
563
580
|
}
|
|
564
581
|
]
|
|
565
582
|
},
|
|
566
583
|
{
|
|
567
|
-
"type": "stack",
|
|
568
|
-
"gap": "sm",
|
|
569
|
-
"align": "center",
|
|
570
584
|
"children": [
|
|
571
585
|
{
|
|
586
|
+
"type": "button",
|
|
587
|
+
"action": "COMPLETE_INTERVIEW",
|
|
572
588
|
"actionPayload": {
|
|
573
589
|
"id": "@entity.id"
|
|
574
590
|
},
|
|
575
|
-
"type": "button",
|
|
576
|
-
"variant": "primary",
|
|
577
591
|
"label": "Complete",
|
|
578
|
-
"
|
|
592
|
+
"variant": "primary"
|
|
579
593
|
},
|
|
580
594
|
{
|
|
581
595
|
"label": "Cancel",
|
|
582
|
-
"
|
|
596
|
+
"type": "button",
|
|
583
597
|
"variant": "danger",
|
|
598
|
+
"action": "CANCEL_INTERVIEW",
|
|
584
599
|
"actionPayload": {
|
|
585
600
|
"id": "@entity.id"
|
|
586
|
-
}
|
|
587
|
-
"type": "button"
|
|
601
|
+
}
|
|
588
602
|
}
|
|
589
603
|
],
|
|
604
|
+
"align": "center",
|
|
605
|
+
"gap": "sm",
|
|
606
|
+
"type": "stack",
|
|
590
607
|
"direction": "horizontal"
|
|
591
608
|
}
|
|
592
|
-
]
|
|
593
|
-
"type": "stack"
|
|
609
|
+
]
|
|
594
610
|
}
|
|
595
611
|
]
|
|
596
612
|
]
|
|
@@ -608,6 +624,57 @@
|
|
|
608
624
|
[
|
|
609
625
|
"fetch",
|
|
610
626
|
"InterviewSlot",
|
|
627
|
+
{
|
|
628
|
+
"emit": {
|
|
629
|
+
"failure": "InterviewSlotLoadFailed",
|
|
630
|
+
"success": "InterviewSlotLoaded"
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
],
|
|
634
|
+
[
|
|
635
|
+
"render-ui",
|
|
636
|
+
"main",
|
|
637
|
+
{
|
|
638
|
+
"className": "py-12",
|
|
639
|
+
"children": [
|
|
640
|
+
{
|
|
641
|
+
"type": "spinner"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"type": "typography",
|
|
645
|
+
"variant": "caption",
|
|
646
|
+
"color": "muted",
|
|
647
|
+
"content": "Cancelling interview…"
|
|
648
|
+
}
|
|
649
|
+
],
|
|
650
|
+
"type": "stack",
|
|
651
|
+
"direction": "vertical",
|
|
652
|
+
"align": "center",
|
|
653
|
+
"gap": "md"
|
|
654
|
+
}
|
|
655
|
+
]
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"from": "browsing",
|
|
660
|
+
"to": "loading",
|
|
661
|
+
"event": "SET_STATUS",
|
|
662
|
+
"effects": [
|
|
663
|
+
[
|
|
664
|
+
"set",
|
|
665
|
+
"@entity.id",
|
|
666
|
+
"@payload.entityId"
|
|
667
|
+
],
|
|
668
|
+
[
|
|
669
|
+
"set",
|
|
670
|
+
"@entity.status",
|
|
671
|
+
"@payload.newStatus"
|
|
672
|
+
],
|
|
673
|
+
[
|
|
674
|
+
"persist",
|
|
675
|
+
"update",
|
|
676
|
+
"InterviewSlot",
|
|
677
|
+
"@entity",
|
|
611
678
|
{
|
|
612
679
|
"emit": {
|
|
613
680
|
"success": "InterviewSlotLoaded",
|
|
@@ -619,11 +686,10 @@
|
|
|
619
686
|
"render-ui",
|
|
620
687
|
"main",
|
|
621
688
|
{
|
|
689
|
+
"gap": "md",
|
|
690
|
+
"type": "stack",
|
|
622
691
|
"align": "center",
|
|
623
692
|
"className": "py-12",
|
|
624
|
-
"direction": "vertical",
|
|
625
|
-
"type": "stack",
|
|
626
|
-
"gap": "md",
|
|
627
693
|
"children": [
|
|
628
694
|
{
|
|
629
695
|
"type": "spinner"
|
|
@@ -631,10 +697,11 @@
|
|
|
631
697
|
{
|
|
632
698
|
"variant": "caption",
|
|
633
699
|
"type": "typography",
|
|
634
|
-
"
|
|
635
|
-
"
|
|
700
|
+
"content": "Updating interview status…",
|
|
701
|
+
"color": "muted"
|
|
636
702
|
}
|
|
637
|
-
]
|
|
703
|
+
],
|
|
704
|
+
"direction": "vertical"
|
|
638
705
|
}
|
|
639
706
|
]
|
|
640
707
|
]
|
|
@@ -658,22 +725,22 @@
|
|
|
658
725
|
"render-ui",
|
|
659
726
|
"main",
|
|
660
727
|
{
|
|
661
|
-
"gap": "md",
|
|
662
728
|
"className": "py-12",
|
|
663
729
|
"direction": "vertical",
|
|
664
|
-
"type": "stack",
|
|
665
|
-
"align": "center",
|
|
666
730
|
"children": [
|
|
667
731
|
{
|
|
668
732
|
"type": "spinner"
|
|
669
733
|
},
|
|
670
734
|
{
|
|
671
|
-
"
|
|
672
|
-
"type": "typography",
|
|
735
|
+
"content": "Loading interviews…",
|
|
673
736
|
"color": "muted",
|
|
674
|
-
"
|
|
737
|
+
"variant": "caption",
|
|
738
|
+
"type": "typography"
|
|
675
739
|
}
|
|
676
|
-
]
|
|
740
|
+
],
|
|
741
|
+
"type": "stack",
|
|
742
|
+
"align": "center",
|
|
743
|
+
"gap": "md"
|
|
677
744
|
}
|
|
678
745
|
]
|
|
679
746
|
]
|
|
@@ -693,8 +760,8 @@
|
|
|
693
760
|
"InterviewSlot",
|
|
694
761
|
{
|
|
695
762
|
"emit": {
|
|
696
|
-
"
|
|
697
|
-
"
|
|
763
|
+
"failure": "InterviewSlotLoadFailed",
|
|
764
|
+
"success": "InterviewSlotLoaded"
|
|
698
765
|
}
|
|
699
766
|
}
|
|
700
767
|
],
|
|
@@ -702,22 +769,22 @@
|
|
|
702
769
|
"render-ui",
|
|
703
770
|
"main",
|
|
704
771
|
{
|
|
705
|
-
"align": "center",
|
|
706
772
|
"children": [
|
|
707
773
|
{
|
|
708
774
|
"type": "spinner"
|
|
709
775
|
},
|
|
710
776
|
{
|
|
777
|
+
"type": "typography",
|
|
711
778
|
"color": "muted",
|
|
712
779
|
"variant": "caption",
|
|
713
|
-
"type": "typography",
|
|
714
780
|
"content": "Completing interview…"
|
|
715
781
|
}
|
|
716
782
|
],
|
|
783
|
+
"className": "py-12",
|
|
717
784
|
"gap": "md",
|
|
718
|
-
"type": "stack",
|
|
719
785
|
"direction": "vertical",
|
|
720
|
-
"
|
|
786
|
+
"align": "center",
|
|
787
|
+
"type": "stack"
|
|
721
788
|
}
|
|
722
789
|
]
|
|
723
790
|
]
|
|
@@ -746,22 +813,22 @@
|
|
|
746
813
|
"render-ui",
|
|
747
814
|
"main",
|
|
748
815
|
{
|
|
749
|
-
"align": "center",
|
|
750
|
-
"direction": "vertical",
|
|
751
|
-
"type": "stack",
|
|
752
|
-
"gap": "md",
|
|
753
816
|
"className": "py-12",
|
|
817
|
+
"align": "center",
|
|
754
818
|
"children": [
|
|
755
819
|
{
|
|
756
820
|
"type": "spinner"
|
|
757
821
|
},
|
|
758
822
|
{
|
|
759
|
-
"
|
|
823
|
+
"variant": "caption",
|
|
760
824
|
"color": "muted",
|
|
761
825
|
"content": "Cancelling interview…",
|
|
762
|
-
"
|
|
826
|
+
"type": "typography"
|
|
763
827
|
}
|
|
764
|
-
]
|
|
828
|
+
],
|
|
829
|
+
"direction": "vertical",
|
|
830
|
+
"gap": "md",
|
|
831
|
+
"type": "stack"
|
|
765
832
|
}
|
|
766
833
|
]
|
|
767
834
|
]
|
|
@@ -776,8 +843,8 @@
|
|
|
776
843
|
"InterviewSlot",
|
|
777
844
|
{
|
|
778
845
|
"emit": {
|
|
779
|
-
"
|
|
780
|
-
"
|
|
846
|
+
"failure": "InterviewSlotLoadFailed",
|
|
847
|
+
"success": "InterviewSlotLoaded"
|
|
781
848
|
}
|
|
782
849
|
}
|
|
783
850
|
],
|
|
@@ -785,8 +852,8 @@
|
|
|
785
852
|
"render-ui",
|
|
786
853
|
"main",
|
|
787
854
|
{
|
|
788
|
-
"
|
|
789
|
-
"
|
|
855
|
+
"type": "spinner",
|
|
856
|
+
"size": "sm"
|
|
790
857
|
}
|
|
791
858
|
]
|
|
792
859
|
]
|
|
@@ -794,33 +861,80 @@
|
|
|
794
861
|
]
|
|
795
862
|
},
|
|
796
863
|
"config": {
|
|
864
|
+
"eVerifyRequired": {
|
|
865
|
+
"type": "boolean",
|
|
866
|
+
"default": false,
|
|
867
|
+
"label": "E-Verify required",
|
|
868
|
+
"description": "US I-9 / E-Verify gate. Block downstream offer until verification passes.",
|
|
869
|
+
"tier": "customization"
|
|
870
|
+
},
|
|
871
|
+
"maxReschedules": {
|
|
872
|
+
"type": "number",
|
|
873
|
+
"default": 2.0,
|
|
874
|
+
"label": "Max reschedules",
|
|
875
|
+
"description": "Hard cap on reschedule count per interview slot.",
|
|
876
|
+
"tier": "advanced"
|
|
877
|
+
},
|
|
878
|
+
"cancellationPolicy": {
|
|
879
|
+
"type": "string",
|
|
880
|
+
"default": "free",
|
|
881
|
+
"label": "Cancellation policy",
|
|
882
|
+
"description": "Refund treatment when a slot is cancelled inside the reschedule window.",
|
|
883
|
+
"tier": "customization",
|
|
884
|
+
"values": [
|
|
885
|
+
"free",
|
|
886
|
+
"partial-refund",
|
|
887
|
+
"no-refund"
|
|
888
|
+
]
|
|
889
|
+
},
|
|
890
|
+
"backgroundCheckRequired": {
|
|
891
|
+
"type": "boolean",
|
|
892
|
+
"default": false,
|
|
893
|
+
"label": "Background check required",
|
|
894
|
+
"description": "Block COMPLETE_INTERVIEW until a background check is on file.",
|
|
895
|
+
"tier": "customization"
|
|
896
|
+
},
|
|
897
|
+
"title": {
|
|
898
|
+
"type": "string",
|
|
899
|
+
"default": "Interviews",
|
|
900
|
+
"label": "Section title",
|
|
901
|
+
"description": "Heading shown above the interview schedule",
|
|
902
|
+
"tier": "customization"
|
|
903
|
+
},
|
|
904
|
+
"retentionAfterRejectionDays": {
|
|
905
|
+
"type": "number",
|
|
906
|
+
"default": 730.0,
|
|
907
|
+
"label": "Retention after rejection (days)",
|
|
908
|
+
"description": "Days to keep rejected interview records. Default 730 (2 years) EEOC typical.",
|
|
909
|
+
"tier": "advanced"
|
|
910
|
+
},
|
|
797
911
|
"fields": {
|
|
798
912
|
"type": "[FieldSpec]",
|
|
799
913
|
"default": [
|
|
800
914
|
{
|
|
801
|
-
"name": "applicantName",
|
|
802
915
|
"variant": "caption",
|
|
916
|
+
"name": "applicantName",
|
|
803
917
|
"label": "Applicant"
|
|
804
918
|
},
|
|
805
919
|
{
|
|
920
|
+
"label": "Interviewer",
|
|
806
921
|
"name": "interviewerName",
|
|
807
|
-
"variant": "caption"
|
|
808
|
-
"label": "Interviewer"
|
|
922
|
+
"variant": "caption"
|
|
809
923
|
},
|
|
810
924
|
{
|
|
811
925
|
"name": "scheduledAt",
|
|
812
|
-
"
|
|
813
|
-
"
|
|
926
|
+
"label": "Scheduled",
|
|
927
|
+
"variant": "caption"
|
|
814
928
|
},
|
|
815
929
|
{
|
|
816
|
-
"label": "Format",
|
|
817
930
|
"variant": "badge",
|
|
818
|
-
"name": "format"
|
|
931
|
+
"name": "format",
|
|
932
|
+
"label": "Format"
|
|
819
933
|
},
|
|
820
934
|
{
|
|
935
|
+
"name": "status",
|
|
821
936
|
"label": "Status",
|
|
822
|
-
"variant": "badge"
|
|
823
|
-
"name": "status"
|
|
937
|
+
"variant": "badge"
|
|
824
938
|
}
|
|
825
939
|
],
|
|
826
940
|
"label": "Columns to show",
|
|
@@ -834,23 +948,18 @@
|
|
|
834
948
|
"type": "string",
|
|
835
949
|
"required": false
|
|
836
950
|
},
|
|
837
|
-
"
|
|
838
|
-
"name": "
|
|
951
|
+
"variant": {
|
|
952
|
+
"name": "variant",
|
|
839
953
|
"type": "string",
|
|
840
954
|
"required": false
|
|
841
955
|
},
|
|
842
|
-
"
|
|
843
|
-
"name": "
|
|
956
|
+
"key": {
|
|
957
|
+
"name": "key",
|
|
844
958
|
"type": "string",
|
|
845
959
|
"required": false
|
|
846
960
|
},
|
|
847
|
-
"
|
|
848
|
-
"name": "
|
|
849
|
-
"type": "string",
|
|
850
|
-
"required": true
|
|
851
|
-
},
|
|
852
|
-
"variant": {
|
|
853
|
-
"name": "variant",
|
|
961
|
+
"header": {
|
|
962
|
+
"name": "header",
|
|
854
963
|
"type": "string",
|
|
855
964
|
"required": false
|
|
856
965
|
},
|
|
@@ -859,19 +968,41 @@
|
|
|
859
968
|
"type": "string",
|
|
860
969
|
"required": false
|
|
861
970
|
},
|
|
862
|
-
"
|
|
863
|
-
"name": "
|
|
971
|
+
"name": {
|
|
972
|
+
"name": "name",
|
|
973
|
+
"type": "string",
|
|
974
|
+
"required": true
|
|
975
|
+
},
|
|
976
|
+
"icon": {
|
|
977
|
+
"name": "icon",
|
|
864
978
|
"type": "string",
|
|
865
979
|
"required": false
|
|
866
980
|
}
|
|
867
981
|
}
|
|
868
982
|
}
|
|
869
983
|
},
|
|
870
|
-
"
|
|
871
|
-
"type": "string",
|
|
872
|
-
"default":
|
|
873
|
-
"label": "
|
|
874
|
-
"description": "
|
|
984
|
+
"blackoutDates": {
|
|
985
|
+
"type": "[string]",
|
|
986
|
+
"default": [],
|
|
987
|
+
"label": "Blackout dates",
|
|
988
|
+
"description": "ISO dates blocked from booking (e.g. holidays). Compose std-lifecycle to enforce.",
|
|
989
|
+
"tier": "customization",
|
|
990
|
+
"items": {
|
|
991
|
+
"type": "string"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
"equalOpportunityTrackingEnabled": {
|
|
995
|
+
"type": "boolean",
|
|
996
|
+
"default": false,
|
|
997
|
+
"label": "Equal opportunity tracking",
|
|
998
|
+
"description": "Capture demographic data separately for EEO reporting (sibling collection).",
|
|
999
|
+
"tier": "advanced"
|
|
1000
|
+
},
|
|
1001
|
+
"noShowGracePeriodMinutes": {
|
|
1002
|
+
"type": "number",
|
|
1003
|
+
"default": 15.0,
|
|
1004
|
+
"label": "No-show grace (minutes)",
|
|
1005
|
+
"description": "Minutes after scheduledAt before the slot auto-marks no_show. Wire via std-lifecycle.",
|
|
875
1006
|
"tier": "customization"
|
|
876
1007
|
},
|
|
877
1008
|
"itemActions": {
|
|
@@ -879,13 +1010,13 @@
|
|
|
879
1010
|
"default": [
|
|
880
1011
|
{
|
|
881
1012
|
"event": "OPEN_INTERVIEW",
|
|
882
|
-
"icon": "arrow-right",
|
|
883
1013
|
"label": "Open",
|
|
1014
|
+
"icon": "arrow-right",
|
|
884
1015
|
"variant": "primary"
|
|
885
1016
|
},
|
|
886
1017
|
{
|
|
887
|
-
"label": "Cancel",
|
|
888
1018
|
"variant": "danger",
|
|
1019
|
+
"label": "Cancel",
|
|
889
1020
|
"event": "CANCEL_INTERVIEW"
|
|
890
1021
|
}
|
|
891
1022
|
],
|
|
@@ -900,23 +1031,65 @@
|
|
|
900
1031
|
"type": "string",
|
|
901
1032
|
"required": false
|
|
902
1033
|
},
|
|
903
|
-
"
|
|
904
|
-
"name": "
|
|
1034
|
+
"event": {
|
|
1035
|
+
"name": "event",
|
|
905
1036
|
"type": "string",
|
|
906
|
-
"required":
|
|
1037
|
+
"required": true
|
|
907
1038
|
},
|
|
908
1039
|
"label": {
|
|
909
1040
|
"name": "label",
|
|
910
1041
|
"type": "string",
|
|
911
1042
|
"required": true
|
|
912
1043
|
},
|
|
913
|
-
"
|
|
914
|
-
"name": "
|
|
1044
|
+
"variant": {
|
|
1045
|
+
"name": "variant",
|
|
915
1046
|
"type": "string",
|
|
916
|
-
"required":
|
|
1047
|
+
"required": false
|
|
917
1048
|
}
|
|
918
1049
|
}
|
|
919
1050
|
}
|
|
1051
|
+
},
|
|
1052
|
+
"leadTimeMinutes": {
|
|
1053
|
+
"type": "number",
|
|
1054
|
+
"default": 60.0,
|
|
1055
|
+
"label": "Lead time (minutes)",
|
|
1056
|
+
"description": "Minimum minutes before start time that a new booking is accepted.",
|
|
1057
|
+
"tier": "customization"
|
|
1058
|
+
},
|
|
1059
|
+
"bookingHours": {
|
|
1060
|
+
"type": "string",
|
|
1061
|
+
"default": "09:00-17:00",
|
|
1062
|
+
"label": "Booking hours",
|
|
1063
|
+
"description": "Daily window during which interviews can be scheduled (HH:MM-HH:MM).",
|
|
1064
|
+
"tier": "customization"
|
|
1065
|
+
},
|
|
1066
|
+
"bookingWindowDays": {
|
|
1067
|
+
"type": "number",
|
|
1068
|
+
"default": 30.0,
|
|
1069
|
+
"label": "Booking window (days)",
|
|
1070
|
+
"description": "How far in advance applicants can schedule interviews.",
|
|
1071
|
+
"tier": "customization"
|
|
1072
|
+
},
|
|
1073
|
+
"anonymizeOnRejection": {
|
|
1074
|
+
"type": "boolean",
|
|
1075
|
+
"default": false,
|
|
1076
|
+
"label": "Anonymize on rejection",
|
|
1077
|
+
"description": "When true, scrub applicant PII on rejection. Pair with std-data-erasure.",
|
|
1078
|
+
"tier": "customization"
|
|
1079
|
+
},
|
|
1080
|
+
"i9DocumentsRequired": {
|
|
1081
|
+
"type": "boolean",
|
|
1082
|
+
"default": false,
|
|
1083
|
+
"label": "I-9 documents required",
|
|
1084
|
+
"description": "Require I-9 supporting documents before accepting an offer downstream.",
|
|
1085
|
+
"tier": "customization"
|
|
1086
|
+
},
|
|
1087
|
+
"rescheduleWindowHours": {
|
|
1088
|
+
"type": "number",
|
|
1089
|
+
"default": 24.0,
|
|
1090
|
+
"label": "Reschedule window (hours)",
|
|
1091
|
+
"description": "Hours before scheduledAt during which the applicant can self-reschedule.",
|
|
1092
|
+
"tier": "customization"
|
|
920
1093
|
}
|
|
921
1094
|
},
|
|
922
1095
|
"scope": "collection"
|
|
@@ -935,4 +1108,4 @@
|
|
|
935
1108
|
]
|
|
936
1109
|
}
|
|
937
1110
|
]
|
|
938
|
-
}
|
|
1111
|
+
}
|