-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: generate Storagefield for form builder #976
Conversation
packages/codegen-ui-react/lib/utils/forms/storage-field-component.ts
Outdated
Show resolved
Hide resolved
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #976 +/- ##
===========================================
- Coverage 93.02% 81.26% -11.77%
===========================================
Files 120 121 +1
Lines 5293 5370 +77
Branches 1578 1599 +21
===========================================
- Hits 4924 4364 -560
- Misses 348 935 +587
- Partials 21 71 +50
... and 17 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
...ages/codegen-ui-react/lib/__tests__/__snapshots__/studio-ui-codegen-react-forms.test.ts.snap
Show resolved
Hide resolved
c2b8055
to
e831dfd
Compare
Problem
To support generate StorageField configured by form builder
Additional Notes
Verification
Manual tests
Manually tested the generated code by modifying the data schema & form definition.
Automated tests
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.