ENG-3140: PBAC onboarding form and policy config modal#7818
Draft
ENG-3140: PBAC onboarding form and policy config modal#7818
Conversation
Add policy configuration onboarding page and policies grid view for Purpose Based Access Control (PBAC). Includes policy cards with recommendation indicators, violation counts, toggles, search/filter toolbar, and control group organization by regulatory domain.
…type-Onboarding-and-Policy-list-page
https://github.com/ethyca/fides into ENG-2991-FE-Prototype-Onboarding-and-Policy-list-page
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
kruulik
commented
Apr 2, 2026
Comment on lines
+271
to
+273
|
|
||
| # Superpowers | ||
| .superpowers/ |
Contributor
Author
There was a problem hiding this comment.
We'll want this as we do more brainstorming with claude
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.
Ticket ENG-3140
Description Of Changes
Rewrite the access policies onboarding page with a dynamic form that fetches data uses from the API based on industry and geography selections. Add a "Policy config" modal on the policies list page for updating geographies and submitting new policy documents after initial onboarding.
Key changes:
/access-policy/config,/access-policy/data-uses, and/access-policy/generateCode Changes
features/access-policies/OnboardingForm.tsx- Rewritten onboarding form with controlled state, RTK Query integration, multipart FormData submissionfeatures/access-policies/PolicySettingsModal.tsx- New modal for post-onboarding config updates (geographies + documents)features/access-policies/DataUseCard.tsx- Updated to acceptdataUseIdand look up display info from constants, uses Ant theme tokensfeatures/access-policies/access-policies.slice.ts- AddedgetOnboardingConfig,getOnboardingDataUses,generatePoliciesendpointsfeatures/access-policies/types.ts- AddedOnboardingConfigResponse,OnboardingDataUsesResponse,GeneratePoliciesResponse,OnboardingFormStatefeatures/access-policies/constants.ts- AddedINDUSTRY_OPTIONS,DATA_USE_DISPLAYlookup mapmocks/access-policies/handlers.ts- Added mock handlers for config, data-uses, and generate endpointsmocks/access-policies/onboarding-data.ts- Mock data use IDspages/access-policies/index.tsx- Replaced "Onboarding" link with settings icon + PolicySettingsModalpages/access-policies/onboarding/index.tsx- Updated page layout with header description and remote form submit button.gitignore- Added.superpowers/entryDataUseCardsSection,PrivacyPolicySection,RefiningScanInfoBox,PoliciesGrid,PolicyCard,PolicyCategoryGroup,PoliciesToolbar,mock-data, barrelindex.tsSteps to Confirm
/access-policies/onboarding/access-policieson successPre-Merge Checklist
CHANGELOG.mdupdated