Skip to content

ENG-3714: Form builder base — feature flag, deps, and data layer#8203

Merged
jpople merged 9 commits into
mainfrom
jpople/eng-3714/form-builder-base
May 19, 2026
Merged

ENG-3714: Form builder base — feature flag, deps, and data layer#8203
jpople merged 9 commits into
mainfrom
jpople/eng-3714/form-builder-base

Conversation

@jpople
Copy link
Copy Markdown
Contributor

@jpople jpople commented May 15, 2026

Summary

  • Adds formBuilder feature flag (dev-only)
  • Adds dependencies: @dnd-kit/*, @json-render/*, react-phone-number-input, zod
  • Moves properties/[id].tsxproperties/[id]/index.tsx for nested routing
  • Creates stub page at properties/[id]/forms/[actionPolicyKey].tsx gated by flag
  • Adds pure data layer: catalog.ts, mapper.ts, specMutations.ts, drift.ts, synthesize.ts with 36 unit tests

Test plan

  • npm run typecheck passes (only pre-existing fides-js error)
  • npx jest --testPathPattern="form-builder/__tests__" — 36 tests pass
  • Feature is invisible when formBuilder flag is off
  • Existing property pages still work after [id].tsx[id]/index.tsx move

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fides-plus-nightly Ready Ready Preview, Comment May 19, 2026 8:06pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
fides-privacy-center Ignored Ignored May 19, 2026 8:06pm

Request Review

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 15, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
See the Details below.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 41194ad.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

  • clients/admin-ui/package.json
  • clients/package-lock.json

@jpople jpople marked this pull request as ready for review May 19, 2026 18:41
@jpople jpople requested a review from a team as a code owner May 19, 2026 18:41
@jpople jpople requested review from gilluminate and lucanovera and removed request for a team and lucanovera May 19, 2026 18:42
Copy link
Copy Markdown
Contributor

@gilluminate gilluminate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code for the base looks good!

@github-actions
Copy link
Copy Markdown

Title Lines Statements Branches Functions
admin-ui Coverage: 9%
7.45% (3434/46088) 6.83% (1826/26708) 5.01% (681/13585)
fides-js Coverage: 78%
79.17% (1977/2497) 66.25% (1249/1885) 73.31% (349/476)
privacy-center Coverage: 85%
82.53% (364/441) 79.74% (189/237) 74.07% (60/81)

@jpople jpople added this pull request to the merge queue May 19, 2026
Merged via the queue into main with commit b448b0a May 19, 2026
50 of 52 checks passed
@jpople jpople deleted the jpople/eng-3714/form-builder-base branch May 19, 2026 20:27
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.

2 participants