Force values title#801
Draft
gabrielseco wants to merge 6 commits intopbyr-3600-load-dynamically-in-the-sdk-the-basic-information-versionfrom
Draft
Force values title#801gabrielseco wants to merge 6 commits intopbyr-3600-load-dynamically-in-the-sdk-the-basic-information-versionfrom
gabrielseco wants to merge 6 commits intopbyr-3600-load-dynamically-in-the-sdk-the-basic-information-versionfrom
Conversation
Contributor
📦 Bundle Size Report
Size Limits
Largest Files (Top 5)
View All Files (310 total)
✅ Bundle size check passed |
Contributor
|
Deploy preview for remote-flows-example-app ready! ✅ Preview Built with commit e2b7774. |
Contributor
|
Deploy preview for remote-flows ready! ✅ Preview Built with commit e2b7774. |
Contributor
📊 Coverage Report✅ Coverage increased! 🎉
Detailed BreakdownLines Coverage
Statements Coverage
Functions Coverage
Branches Coverage
✅ Coverage check passed |
Collaborator
Author
|
bugbot run |
…tion-version' into force-values-title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I fixed two bugs here
Note
Medium Risk
Moderate risk because it changes onboarding API query parameters for schema fetch/create/update and adjusts field rendering, which could affect form behavior if version options are misconfigured; defaults remain unchanged (v1).
Overview
Onboarding flow now supports explicit JSON schema version configuration for
employment_basic_informationandbenefit_offers_form_schema, using new helpers (getBasicInformationSchemaVersion,getBenefitOffersSchemaVersion) and wiring these versions through schema fetches and the create/update employment & benefit-offer mutations. Types and tests are expanded accordingly, and the example app demonstrates setting a basic-information schema version.Forced-value fields now always render a title (falling back to
labelwhen no statement title is provided) and tests are updated to reflect this. Separately, flat-fieldset processing now guarantees thefieldset-flatwrapper isn’t filtered out, and the gzip bundle size limit is increased.Written by Cursor Bugbot for commit b7b06d4. This will update automatically on new commits. Configure here.