-
Notifications
You must be signed in to change notification settings - Fork 72
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
PROD-2599 Update PC to support hierarchical consent notices + Update all types #5291
PROD-2599 Update PC to support hierarchical consent notices + Update all types #5291
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…-Center-Update-consent-management-screen-to-render-hierarchical-notices
fides Run #10090
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5291/merge
|
Run status |
Passed #10090
|
Run duration | 00m 40s |
Commit |
7f6d45cbc2 ℹ️: Merge 9d8ebc1fbed092ad1d9813031449eff5d0eee977 into 0a0ea4f400ca6d1e10ad3b154f90...
|
Committer | Lucano Vera |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking really great @lucanovera !
Let's just confirm with Jack about the toggle functionality, but otherwise we're good to go here
clients/privacy-center/components/consent/PrivacyPolicyLink.tsx
Outdated
Show resolved
Hide resolved
clients/privacy-center/components/consent/notice-driven/NoticeDrivenConsent.tsx
Show resolved
Hide resolved
clients/privacy-center/components/consent/notice-driven/NoticeDrivenConsent.tsx
Show resolved
Hide resolved
…-Center-Update-consent-management-screen-to-render-hierarchical-notices
Thanks for the review! Jack confirmed the toggle behavior after watching the Loom demo, so we should be good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
fides Run #10101
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #10101
|
Run duration | 00m 39s |
Commit |
ff63603425: PROD-2599 Update PC to support hierarchical consent notices + Update all types (...
|
Committer | Lucano Vera |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Description Of Changes
Implement hierarchical relationships for Privacy Center consent. Update all openapi generated types, fix type issues.
BE branch needed: https://github.com/ethyca/fidesplus/pull/1602
FE admin-ui branch: #5264
Note for reviewer: You'll probably want to ignore the autogenerated types changes that are in the types/models folder. Also you'll see some type fixes, casting, adding ? !. Basically PC was using a set of hardcoded minimal types that were very outdated AND it still supports a "config-file" driven consent that doesn't use the api. The goal was to get everything updated and typescript working, but it will definitely look cleaner once we deprecate the config consent mode.
Code Changes
Screenshots
Steps to Confirm
Admin UI pre-requesites
Privacy Center
Pre-Merge Checklist
CHANGELOG.md