Skip to content

Enable pre_onboarding_requirements feature flag in example app#1153

Open
cammellos wants to merge 1 commit into
mainfrom
feat/enable-pre-onboarding-requirements-example
Open

Enable pre_onboarding_requirements feature flag in example app#1153
cammellos wants to merge 1 commit into
mainfrom
feat/enable-pre-onboarding-requirements-example

Conversation

@cammellos

Copy link
Copy Markdown
Collaborator

Summary

  • The PreOnboardingRequirements component is already built and wired into OnboardingFlow/ReviewOnboardingStep, but its data fetch is gated behind the pre_onboarding_requirements feature flag, which the example app didn't enable — so it silently rendered nothing.
  • Adds 'pre_onboarding_requirements' to the features array in example/src/Onboarding.tsx so the example actually demonstrates the pre-onboarding requirements flow (e.g. Acknowledgement / CSW-style requirements for EOR hires).

Test plan

  • Run the example app, start an EOR onboarding flow for a country with pre-onboarding requirements configured, and confirm the requirements list renders in the review step
  • Confirm existing onboarding flows without pre-onboarding requirements still render normally (graceful empty state)

Turns on the pre_onboarding_requirements feature in the Onboarding
example so the already-built PreOnboardingRequirements component
(used in ReviewOnboardingStep) actually receives data to render.
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for adp-cost-calculator ready!

Project:adp-cost-calculator
Status: ✅  Deploy successful!
Preview URL:https://adp-cost-calculator-9dr7frgvz-remotecom.vercel.app
Latest Commit:eadae2a

Deployed with vercel-action

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

📊 Coverage Report

⚪ Coverage unchanged

Metric Current Previous Change Status
Lines 88.46% 88.46% 0%
Statements 87.87% 87.87% 0%
Functions 84.84% 84.84% 0%
Branches 79.86% 79.86% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 3885 / 4392
  • Coverage: 88.46%
  • Change: 0% (0 lines)
Statements Coverage
  • Covered: 3947 / 4492
  • Coverage: 87.87%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 1052 / 1240
  • Coverage: 84.84%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2442 / 3058
  • Coverage: 79.86%
  • Change: 0% (0 branches)

✅ Coverage check passed

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for remote-flows ready!

Project:remote-flows
Status: ✅  Deploy successful!
Preview URL:https://remote-flows-43s33i1ft-remotecom.vercel.app
Latest Commit:eadae2a

Deployed with vercel-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant