Questionnaire workflow UI for privacy assessments#7515
Merged
lucanovera merged 11 commits intomainfrom Mar 2, 2026
Merged
Conversation
…. Add request input UI.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Contributor
Greptile SummaryThis PR adds a questionnaire workflow UI for privacy assessments, enabling teams to request input via Slack. The implementation includes a modal for selecting questions, a status bar for tracking progress, and updates to the evaluation flow to support multiple templates and systems. Key changes:
Issues:
The code quality is good with proper TypeScript typing, component separation, and error handling. The implementation follows existing patterns in the codebase. Confidence Score: 4/5
Important Files Changed
Last reviewed commit: 440fe3e |
clients/admin-ui/src/features/privacy-assessments/privacy-assessments.slice.ts
Show resolved
Hide resolved
speaker-ender
approved these changes
Feb 27, 2026
Contributor
speaker-ender
left a comment
There was a problem hiding this comment.
Overall looks good and works as expected.
Minor nits and comments but approving as is.
clients/admin-ui/src/features/privacy-assessments/AssessmentDetail.tsx
Outdated
Show resolved
Hide resolved
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-2792
Description Of Changes
Adds UI to request input from team via Slack. Updates the template evaluation UI to allow selecting multiple systems and multiple templates.
Code Changes
Steps to Confirm
Nightly might be down, check if this link works before trying to test the preview, otherwise you will need to test locally: https://fides-plus-nightly-git-eng-2792-ui-request-input-a7a839-ethyca.vercel.app/systems
Pre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and works