@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-applicant",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-applicant — job applicant
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "std-applicant — job applicant pipeline (stage field, not status). Exposes HR knobs (backgroundCheckRequired, eVerifyRequired, anonymizeOnRejection, …).",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "ApplicantOrbital",
|
|
@@ -348,19 +348,19 @@
|
|
|
348
348
|
"render-ui",
|
|
349
349
|
"main",
|
|
350
350
|
{
|
|
351
|
+
"className": "py-12",
|
|
351
352
|
"type": "stack",
|
|
353
|
+
"gap": "md",
|
|
352
354
|
"align": "center",
|
|
353
355
|
"direction": "vertical",
|
|
354
|
-
"gap": "md",
|
|
355
|
-
"className": "py-12",
|
|
356
356
|
"children": [
|
|
357
357
|
{
|
|
358
358
|
"type": "spinner"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"content": "Loading applicants…",
|
|
362
|
-
"variant": "caption",
|
|
363
362
|
"color": "muted",
|
|
363
|
+
"variant": "caption",
|
|
364
364
|
"type": "typography"
|
|
365
365
|
}
|
|
366
366
|
]
|
|
@@ -377,25 +377,24 @@
|
|
|
377
377
|
"render-ui",
|
|
378
378
|
"main",
|
|
379
379
|
{
|
|
380
|
-
"direction": "vertical",
|
|
381
|
-
"gap": "md",
|
|
382
380
|
"type": "stack",
|
|
381
|
+
"direction": "vertical",
|
|
383
382
|
"children": [
|
|
384
383
|
{
|
|
385
|
-
"direction": "horizontal",
|
|
386
384
|
"align": "center",
|
|
385
|
+
"type": "stack",
|
|
387
386
|
"children": [
|
|
388
387
|
{
|
|
389
388
|
"name": "users",
|
|
390
389
|
"type": "icon"
|
|
391
390
|
},
|
|
392
391
|
{
|
|
393
|
-
"type": "typography",
|
|
394
392
|
"content": "@config.title",
|
|
395
|
-
"variant": "h3"
|
|
393
|
+
"variant": "h3",
|
|
394
|
+
"type": "typography"
|
|
396
395
|
}
|
|
397
396
|
],
|
|
398
|
-
"
|
|
397
|
+
"direction": "horizontal",
|
|
399
398
|
"gap": "sm"
|
|
400
399
|
},
|
|
401
400
|
{
|
|
@@ -403,28 +402,28 @@
|
|
|
403
402
|
"cols": 4.0,
|
|
404
403
|
"children": [
|
|
405
404
|
{
|
|
406
|
-
"type": "stat-display",
|
|
407
|
-
"value": "@payload.data.length",
|
|
408
405
|
"icon": "users",
|
|
409
|
-
"
|
|
406
|
+
"type": "stat-display",
|
|
407
|
+
"label": "Total applicants",
|
|
408
|
+
"value": "@payload.data.length"
|
|
410
409
|
},
|
|
411
410
|
{
|
|
412
|
-
"label": "In interview",
|
|
413
|
-
"type": "stat-display",
|
|
414
411
|
"value": "18",
|
|
415
|
-
"icon": "message-square"
|
|
412
|
+
"icon": "message-square",
|
|
413
|
+
"label": "In interview",
|
|
414
|
+
"type": "stat-display"
|
|
416
415
|
},
|
|
417
416
|
{
|
|
418
|
-
"value": "5",
|
|
419
417
|
"icon": "send",
|
|
420
418
|
"type": "stat-display",
|
|
421
|
-
"label": "Offers out"
|
|
419
|
+
"label": "Offers out",
|
|
420
|
+
"value": "5"
|
|
422
421
|
},
|
|
423
422
|
{
|
|
424
423
|
"label": "Hired this month",
|
|
425
|
-
"
|
|
424
|
+
"icon": "check-circle",
|
|
426
425
|
"type": "stat-display",
|
|
427
|
-
"
|
|
426
|
+
"value": "9"
|
|
428
427
|
}
|
|
429
428
|
]
|
|
430
429
|
},
|
|
@@ -432,14 +431,15 @@
|
|
|
432
431
|
"type": "divider"
|
|
433
432
|
},
|
|
434
433
|
{
|
|
435
|
-
"
|
|
434
|
+
"gap": "sm",
|
|
436
435
|
"itemActions": "@config.itemActions",
|
|
436
|
+
"fields": "@config.fields",
|
|
437
437
|
"cols": 1.0,
|
|
438
438
|
"type": "data-grid",
|
|
439
|
-
"
|
|
440
|
-
"fields": "@config.fields"
|
|
439
|
+
"entity": "@payload.data"
|
|
441
440
|
}
|
|
442
|
-
]
|
|
441
|
+
],
|
|
442
|
+
"gap": "md"
|
|
443
443
|
}
|
|
444
444
|
]
|
|
445
445
|
]
|
|
@@ -514,15 +514,14 @@
|
|
|
514
514
|
"render-ui",
|
|
515
515
|
"main",
|
|
516
516
|
{
|
|
517
|
+
"type": "stack",
|
|
517
518
|
"direction": "vertical",
|
|
518
|
-
"gap": "md",
|
|
519
519
|
"children": [
|
|
520
520
|
{
|
|
521
|
-
"type": "stack",
|
|
522
521
|
"children": [
|
|
523
522
|
{
|
|
524
|
-
"variant": "ghost",
|
|
525
523
|
"action": "CLOSE_VIEW",
|
|
524
|
+
"variant": "ghost",
|
|
526
525
|
"type": "button",
|
|
527
526
|
"label": "Back"
|
|
528
527
|
},
|
|
@@ -531,29 +530,30 @@
|
|
|
531
530
|
"type": "icon"
|
|
532
531
|
},
|
|
533
532
|
{
|
|
533
|
+
"variant": "h3",
|
|
534
534
|
"type": "typography",
|
|
535
|
-
"content": "@entity.name"
|
|
536
|
-
"variant": "h3"
|
|
535
|
+
"content": "@entity.name"
|
|
537
536
|
},
|
|
538
537
|
{
|
|
539
|
-
"variant": "primary",
|
|
540
538
|
"label": "@entity.stage",
|
|
539
|
+
"variant": "primary",
|
|
541
540
|
"type": "badge"
|
|
542
541
|
}
|
|
543
542
|
],
|
|
544
|
-
"gap": "sm",
|
|
545
543
|
"direction": "horizontal",
|
|
544
|
+
"type": "stack",
|
|
545
|
+
"gap": "sm",
|
|
546
546
|
"align": "center"
|
|
547
547
|
},
|
|
548
548
|
{
|
|
549
549
|
"type": "divider"
|
|
550
550
|
},
|
|
551
551
|
{
|
|
552
|
+
"gap": "sm",
|
|
553
|
+
"direction": "vertical",
|
|
554
|
+
"type": "stack",
|
|
552
555
|
"children": [
|
|
553
556
|
{
|
|
554
|
-
"direction": "horizontal",
|
|
555
|
-
"gap": "md",
|
|
556
|
-
"type": "stack",
|
|
557
557
|
"children": [
|
|
558
558
|
{
|
|
559
559
|
"content": "Email",
|
|
@@ -562,32 +562,34 @@
|
|
|
562
562
|
"color": "muted"
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
|
+
"content": "@entity.email",
|
|
565
566
|
"type": "typography",
|
|
566
|
-
"variant": "body"
|
|
567
|
-
"content": "@entity.email"
|
|
567
|
+
"variant": "body"
|
|
568
568
|
}
|
|
569
|
-
]
|
|
569
|
+
],
|
|
570
|
+
"gap": "md",
|
|
571
|
+
"direction": "horizontal",
|
|
572
|
+
"type": "stack"
|
|
570
573
|
},
|
|
571
574
|
{
|
|
575
|
+
"type": "stack",
|
|
576
|
+
"gap": "md",
|
|
572
577
|
"direction": "horizontal",
|
|
573
578
|
"children": [
|
|
574
579
|
{
|
|
575
580
|
"variant": "caption",
|
|
576
581
|
"content": "Phone",
|
|
577
|
-
"
|
|
578
|
-
"
|
|
582
|
+
"color": "muted",
|
|
583
|
+
"type": "typography"
|
|
579
584
|
},
|
|
580
585
|
{
|
|
586
|
+
"type": "typography",
|
|
581
587
|
"variant": "body",
|
|
582
|
-
"content": "@entity.phone"
|
|
583
|
-
"type": "typography"
|
|
588
|
+
"content": "@entity.phone"
|
|
584
589
|
}
|
|
585
|
-
]
|
|
586
|
-
"type": "stack",
|
|
587
|
-
"gap": "md"
|
|
590
|
+
]
|
|
588
591
|
},
|
|
589
592
|
{
|
|
590
|
-
"direction": "horizontal",
|
|
591
593
|
"gap": "md",
|
|
592
594
|
"children": [
|
|
593
595
|
{
|
|
@@ -598,34 +600,32 @@
|
|
|
598
600
|
},
|
|
599
601
|
{
|
|
600
602
|
"variant": "body",
|
|
601
|
-
"
|
|
602
|
-
"
|
|
603
|
+
"type": "typography",
|
|
604
|
+
"content": "@entity.jobId"
|
|
603
605
|
}
|
|
604
606
|
],
|
|
607
|
+
"direction": "horizontal",
|
|
605
608
|
"type": "stack"
|
|
606
609
|
},
|
|
607
610
|
{
|
|
608
|
-
"gap": "md",
|
|
609
|
-
"type": "stack",
|
|
610
611
|
"direction": "horizontal",
|
|
611
612
|
"children": [
|
|
612
613
|
{
|
|
613
614
|
"color": "muted",
|
|
614
615
|
"type": "typography",
|
|
615
|
-
"
|
|
616
|
-
"
|
|
616
|
+
"content": "Notes",
|
|
617
|
+
"variant": "caption"
|
|
617
618
|
},
|
|
618
619
|
{
|
|
620
|
+
"variant": "body",
|
|
619
621
|
"content": "@entity.notes",
|
|
620
|
-
"type": "typography"
|
|
621
|
-
"variant": "body"
|
|
622
|
+
"type": "typography"
|
|
622
623
|
}
|
|
623
|
-
]
|
|
624
|
+
],
|
|
625
|
+
"gap": "md",
|
|
626
|
+
"type": "stack"
|
|
624
627
|
}
|
|
625
|
-
]
|
|
626
|
-
"direction": "vertical",
|
|
627
|
-
"type": "stack",
|
|
628
|
-
"gap": "sm"
|
|
628
|
+
]
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
631
|
"type": "divider"
|
|
@@ -633,49 +633,49 @@
|
|
|
633
633
|
{
|
|
634
634
|
"children": [
|
|
635
635
|
{
|
|
636
|
-
"
|
|
637
|
-
"type": "stat-display",
|
|
636
|
+
"value": "@entity.appliedAt",
|
|
638
637
|
"label": "Applied",
|
|
639
|
-
"
|
|
638
|
+
"icon": "calendar",
|
|
639
|
+
"type": "stat-display"
|
|
640
640
|
},
|
|
641
641
|
{
|
|
642
|
-
"value": "@entity.resumeUrl",
|
|
643
642
|
"label": "Resume",
|
|
643
|
+
"type": "stat-display",
|
|
644
644
|
"icon": "file-text",
|
|
645
|
-
"
|
|
645
|
+
"value": "@entity.resumeUrl"
|
|
646
646
|
}
|
|
647
647
|
],
|
|
648
|
-
"
|
|
649
|
-
"
|
|
648
|
+
"type": "simple-grid",
|
|
649
|
+
"cols": 2.0
|
|
650
650
|
},
|
|
651
651
|
{
|
|
652
|
+
"direction": "horizontal",
|
|
653
|
+
"align": "center",
|
|
654
|
+
"gap": "sm",
|
|
655
|
+
"type": "stack",
|
|
652
656
|
"children": [
|
|
653
657
|
{
|
|
654
658
|
"type": "button",
|
|
655
|
-
"label": "Advance Stage",
|
|
656
|
-
"variant": "primary",
|
|
657
659
|
"action": "ADVANCE_STAGE",
|
|
660
|
+
"label": "Advance Stage",
|
|
658
661
|
"actionPayload": {
|
|
659
662
|
"id": "@entity.id"
|
|
660
|
-
}
|
|
663
|
+
},
|
|
664
|
+
"variant": "primary"
|
|
661
665
|
},
|
|
662
666
|
{
|
|
667
|
+
"label": "Reject",
|
|
663
668
|
"action": "REJECT_APPLICANT",
|
|
664
|
-
"variant": "danger",
|
|
665
669
|
"actionPayload": {
|
|
666
670
|
"id": "@entity.id"
|
|
667
671
|
},
|
|
668
672
|
"type": "button",
|
|
669
|
-
"
|
|
673
|
+
"variant": "danger"
|
|
670
674
|
}
|
|
671
|
-
]
|
|
672
|
-
"direction": "horizontal",
|
|
673
|
-
"gap": "sm",
|
|
674
|
-
"align": "center",
|
|
675
|
-
"type": "stack"
|
|
675
|
+
]
|
|
676
676
|
}
|
|
677
677
|
],
|
|
678
|
-
"
|
|
678
|
+
"gap": "md"
|
|
679
679
|
}
|
|
680
680
|
]
|
|
681
681
|
]
|
|
@@ -704,22 +704,22 @@
|
|
|
704
704
|
"render-ui",
|
|
705
705
|
"main",
|
|
706
706
|
{
|
|
707
|
+
"align": "center",
|
|
708
|
+
"type": "stack",
|
|
707
709
|
"gap": "md",
|
|
710
|
+
"className": "py-12",
|
|
711
|
+
"direction": "vertical",
|
|
708
712
|
"children": [
|
|
709
713
|
{
|
|
710
714
|
"type": "spinner"
|
|
711
715
|
},
|
|
712
716
|
{
|
|
713
|
-
"type": "typography",
|
|
714
717
|
"content": "Rejecting applicant…",
|
|
718
|
+
"type": "typography",
|
|
715
719
|
"variant": "caption",
|
|
716
720
|
"color": "muted"
|
|
717
721
|
}
|
|
718
|
-
]
|
|
719
|
-
"type": "stack",
|
|
720
|
-
"align": "center",
|
|
721
|
-
"className": "py-12",
|
|
722
|
-
"direction": "vertical"
|
|
722
|
+
]
|
|
723
723
|
}
|
|
724
724
|
]
|
|
725
725
|
]
|
|
@@ -754,11 +754,11 @@
|
|
|
754
754
|
"color": "muted"
|
|
755
755
|
}
|
|
756
756
|
],
|
|
757
|
-
"direction": "vertical",
|
|
758
757
|
"type": "stack",
|
|
758
|
+
"direction": "vertical",
|
|
759
|
+
"gap": "md",
|
|
759
760
|
"align": "center",
|
|
760
|
-
"className": "py-12"
|
|
761
|
-
"gap": "md"
|
|
761
|
+
"className": "py-12"
|
|
762
762
|
}
|
|
763
763
|
]
|
|
764
764
|
]
|
|
@@ -778,8 +778,8 @@
|
|
|
778
778
|
"Applicant",
|
|
779
779
|
{
|
|
780
780
|
"emit": {
|
|
781
|
-
"
|
|
782
|
-
"
|
|
781
|
+
"success": "ApplicantLoaded",
|
|
782
|
+
"failure": "ApplicantLoadFailed"
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
],
|
|
@@ -787,19 +787,19 @@
|
|
|
787
787
|
"render-ui",
|
|
788
788
|
"main",
|
|
789
789
|
{
|
|
790
|
-
"gap": "md",
|
|
791
|
-
"align": "center",
|
|
792
790
|
"className": "py-12",
|
|
793
791
|
"direction": "vertical",
|
|
792
|
+
"gap": "md",
|
|
793
|
+
"align": "center",
|
|
794
794
|
"children": [
|
|
795
795
|
{
|
|
796
796
|
"type": "spinner"
|
|
797
797
|
},
|
|
798
798
|
{
|
|
799
|
-
"color": "muted",
|
|
800
|
-
"variant": "caption",
|
|
801
799
|
"type": "typography",
|
|
802
|
-
"
|
|
800
|
+
"color": "muted",
|
|
801
|
+
"content": "Advancing applicant…",
|
|
802
|
+
"variant": "caption"
|
|
803
803
|
}
|
|
804
804
|
],
|
|
805
805
|
"type": "stack"
|
|
@@ -822,8 +822,8 @@
|
|
|
822
822
|
"Applicant",
|
|
823
823
|
{
|
|
824
824
|
"emit": {
|
|
825
|
-
"
|
|
826
|
-
"
|
|
825
|
+
"success": "ApplicantLoaded",
|
|
826
|
+
"failure": "ApplicantLoadFailed"
|
|
827
827
|
}
|
|
828
828
|
}
|
|
829
829
|
],
|
|
@@ -831,22 +831,22 @@
|
|
|
831
831
|
"render-ui",
|
|
832
832
|
"main",
|
|
833
833
|
{
|
|
834
|
-
"className": "py-12",
|
|
835
834
|
"type": "stack",
|
|
836
|
-
"direction": "vertical",
|
|
837
835
|
"gap": "md",
|
|
838
|
-
"
|
|
836
|
+
"className": "py-12",
|
|
837
|
+
"direction": "vertical",
|
|
839
838
|
"children": [
|
|
840
839
|
{
|
|
841
840
|
"type": "spinner"
|
|
842
841
|
},
|
|
843
842
|
{
|
|
844
|
-
"
|
|
843
|
+
"color": "muted",
|
|
845
844
|
"variant": "caption",
|
|
846
845
|
"content": "Rejecting applicant…",
|
|
847
|
-
"
|
|
846
|
+
"type": "typography"
|
|
848
847
|
}
|
|
849
|
-
]
|
|
848
|
+
],
|
|
849
|
+
"align": "center"
|
|
850
850
|
}
|
|
851
851
|
]
|
|
852
852
|
]
|
|
@@ -861,8 +861,8 @@
|
|
|
861
861
|
"Applicant",
|
|
862
862
|
{
|
|
863
863
|
"emit": {
|
|
864
|
-
"
|
|
865
|
-
"
|
|
864
|
+
"success": "ApplicantLoaded",
|
|
865
|
+
"failure": "ApplicantLoadFailed"
|
|
866
866
|
}
|
|
867
867
|
}
|
|
868
868
|
],
|
|
@@ -879,50 +879,86 @@
|
|
|
879
879
|
]
|
|
880
880
|
},
|
|
881
881
|
"config": {
|
|
882
|
-
"
|
|
883
|
-
"type": "[
|
|
882
|
+
"fields": {
|
|
883
|
+
"type": "[FieldSpec]",
|
|
884
884
|
"default": [
|
|
885
885
|
{
|
|
886
|
-
"label": "
|
|
887
|
-
"
|
|
888
|
-
"variant": "
|
|
889
|
-
"event": "OPEN_APPLICANT"
|
|
886
|
+
"label": "Name",
|
|
887
|
+
"name": "name",
|
|
888
|
+
"variant": "caption"
|
|
890
889
|
},
|
|
891
890
|
{
|
|
892
|
-
"
|
|
893
|
-
"
|
|
894
|
-
"variant": "
|
|
891
|
+
"label": "Email",
|
|
892
|
+
"name": "email",
|
|
893
|
+
"variant": "caption"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"variant": "caption",
|
|
897
|
+
"name": "jobId",
|
|
898
|
+
"label": "Job"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"label": "Stage",
|
|
902
|
+
"name": "stage",
|
|
903
|
+
"variant": "badge"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "appliedAt",
|
|
907
|
+
"label": "Applied",
|
|
908
|
+
"variant": "caption"
|
|
895
909
|
}
|
|
896
910
|
],
|
|
897
|
-
"label": "
|
|
898
|
-
"description": "
|
|
911
|
+
"label": "Columns to show",
|
|
912
|
+
"description": "Each column maps to one field on the Applicant entity",
|
|
899
913
|
"tier": "customization",
|
|
900
914
|
"items": {
|
|
901
915
|
"type": "object",
|
|
902
916
|
"properties": {
|
|
917
|
+
"name": {
|
|
918
|
+
"name": "name",
|
|
919
|
+
"type": "string",
|
|
920
|
+
"required": true
|
|
921
|
+
},
|
|
903
922
|
"label": {
|
|
904
923
|
"name": "label",
|
|
905
924
|
"type": "string",
|
|
906
|
-
"required":
|
|
925
|
+
"required": false
|
|
907
926
|
},
|
|
908
|
-
"
|
|
909
|
-
"name": "
|
|
927
|
+
"icon": {
|
|
928
|
+
"name": "icon",
|
|
910
929
|
"type": "string",
|
|
911
|
-
"required":
|
|
930
|
+
"required": false
|
|
912
931
|
},
|
|
913
932
|
"variant": {
|
|
914
933
|
"name": "variant",
|
|
915
934
|
"type": "string",
|
|
916
935
|
"required": false
|
|
917
936
|
},
|
|
918
|
-
"
|
|
919
|
-
"name": "
|
|
937
|
+
"format": {
|
|
938
|
+
"name": "format",
|
|
939
|
+
"type": "string",
|
|
940
|
+
"required": false
|
|
941
|
+
},
|
|
942
|
+
"key": {
|
|
943
|
+
"name": "key",
|
|
944
|
+
"type": "string",
|
|
945
|
+
"required": false
|
|
946
|
+
},
|
|
947
|
+
"header": {
|
|
948
|
+
"name": "header",
|
|
920
949
|
"type": "string",
|
|
921
950
|
"required": false
|
|
922
951
|
}
|
|
923
952
|
}
|
|
924
953
|
}
|
|
925
954
|
},
|
|
955
|
+
"eVerifyRequired": {
|
|
956
|
+
"type": "boolean",
|
|
957
|
+
"default": false,
|
|
958
|
+
"label": "E-Verify required",
|
|
959
|
+
"description": "US I-9 / E-Verify gate. Block ADVANCE_STAGE to 'hired' until verification passes.",
|
|
960
|
+
"tier": "customization"
|
|
961
|
+
},
|
|
926
962
|
"title": {
|
|
927
963
|
"type": "string",
|
|
928
964
|
"default": "Applicants",
|
|
@@ -930,37 +966,30 @@
|
|
|
930
966
|
"description": "Heading shown above the applicant pipeline",
|
|
931
967
|
"tier": "customization"
|
|
932
968
|
},
|
|
933
|
-
"
|
|
934
|
-
"type": "
|
|
969
|
+
"retentionAfterRejectionDays": {
|
|
970
|
+
"type": "number",
|
|
971
|
+
"default": 730.0,
|
|
972
|
+
"label": "Retention after rejection (days)",
|
|
973
|
+
"description": "Days to keep rejected applicants. Default 730 (2 years) is typical EEOC retention.",
|
|
974
|
+
"tier": "advanced"
|
|
975
|
+
},
|
|
976
|
+
"itemActions": {
|
|
977
|
+
"type": "[ItemAction]",
|
|
935
978
|
"default": [
|
|
936
979
|
{
|
|
937
|
-
"
|
|
938
|
-
"
|
|
939
|
-
"
|
|
940
|
-
|
|
941
|
-
{
|
|
942
|
-
"label": "Email",
|
|
943
|
-
"variant": "caption",
|
|
944
|
-
"name": "email"
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
"name": "jobId",
|
|
948
|
-
"variant": "caption",
|
|
949
|
-
"label": "Job"
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"name": "stage",
|
|
953
|
-
"variant": "badge",
|
|
954
|
-
"label": "Stage"
|
|
980
|
+
"icon": "arrow-right",
|
|
981
|
+
"label": "Open",
|
|
982
|
+
"event": "OPEN_APPLICANT",
|
|
983
|
+
"variant": "primary"
|
|
955
984
|
},
|
|
956
985
|
{
|
|
957
|
-
"
|
|
958
|
-
"
|
|
959
|
-
"
|
|
986
|
+
"variant": "danger",
|
|
987
|
+
"label": "Reject",
|
|
988
|
+
"event": "REJECT_APPLICANT"
|
|
960
989
|
}
|
|
961
990
|
],
|
|
962
|
-
"label": "
|
|
963
|
-
"description": "
|
|
991
|
+
"label": "Row actions",
|
|
992
|
+
"description": "Buttons users can click on each applicant row",
|
|
964
993
|
"tier": "customization",
|
|
965
994
|
"items": {
|
|
966
995
|
"type": "object",
|
|
@@ -968,40 +997,53 @@
|
|
|
968
997
|
"label": {
|
|
969
998
|
"name": "label",
|
|
970
999
|
"type": "string",
|
|
971
|
-
"required":
|
|
1000
|
+
"required": true
|
|
972
1001
|
},
|
|
973
|
-
"
|
|
974
|
-
"name": "
|
|
1002
|
+
"event": {
|
|
1003
|
+
"name": "event",
|
|
975
1004
|
"type": "string",
|
|
976
|
-
"required":
|
|
1005
|
+
"required": true
|
|
977
1006
|
},
|
|
978
1007
|
"variant": {
|
|
979
1008
|
"name": "variant",
|
|
980
1009
|
"type": "string",
|
|
981
1010
|
"required": false
|
|
982
1011
|
},
|
|
983
|
-
"name": {
|
|
984
|
-
"name": "name",
|
|
985
|
-
"type": "string",
|
|
986
|
-
"required": true
|
|
987
|
-
},
|
|
988
1012
|
"icon": {
|
|
989
1013
|
"name": "icon",
|
|
990
1014
|
"type": "string",
|
|
991
1015
|
"required": false
|
|
992
|
-
},
|
|
993
|
-
"key": {
|
|
994
|
-
"name": "key",
|
|
995
|
-
"type": "string",
|
|
996
|
-
"required": false
|
|
997
|
-
},
|
|
998
|
-
"format": {
|
|
999
|
-
"name": "format",
|
|
1000
|
-
"type": "string",
|
|
1001
|
-
"required": false
|
|
1002
1016
|
}
|
|
1003
1017
|
}
|
|
1004
1018
|
}
|
|
1019
|
+
},
|
|
1020
|
+
"anonymizeOnRejection": {
|
|
1021
|
+
"type": "boolean",
|
|
1022
|
+
"default": false,
|
|
1023
|
+
"label": "Anonymize on rejection",
|
|
1024
|
+
"description": "When true, scrub PII (name, email, phone, resumeUrl) on REJECT_APPLICANT. Pair with std-data-erasure.",
|
|
1025
|
+
"tier": "customization"
|
|
1026
|
+
},
|
|
1027
|
+
"equalOpportunityTrackingEnabled": {
|
|
1028
|
+
"type": "boolean",
|
|
1029
|
+
"default": false,
|
|
1030
|
+
"label": "Equal opportunity tracking",
|
|
1031
|
+
"description": "Capture demographic data separately for EEO reporting (sibling collection, not on Applicant entity).",
|
|
1032
|
+
"tier": "advanced"
|
|
1033
|
+
},
|
|
1034
|
+
"backgroundCheckRequired": {
|
|
1035
|
+
"type": "boolean",
|
|
1036
|
+
"default": false,
|
|
1037
|
+
"label": "Background check required",
|
|
1038
|
+
"description": "Block ADVANCE_STAGE to 'hired' until a background check is on file.",
|
|
1039
|
+
"tier": "customization"
|
|
1040
|
+
},
|
|
1041
|
+
"i9DocumentsRequired": {
|
|
1042
|
+
"type": "boolean",
|
|
1043
|
+
"default": false,
|
|
1044
|
+
"label": "I-9 documents required",
|
|
1045
|
+
"description": "Require I-9 supporting documents at the hired stage.",
|
|
1046
|
+
"tier": "customization"
|
|
1005
1047
|
}
|
|
1006
1048
|
},
|
|
1007
1049
|
"scope": "collection"
|
|
@@ -1020,4 +1062,4 @@
|
|
|
1020
1062
|
]
|
|
1021
1063
|
}
|
|
1022
1064
|
]
|
|
1023
|
-
}
|
|
1065
|
+
}
|