-
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
Use Fides String instead of TC String language #4267
Conversation
…T Experience and PATCH Privacy Preferences endpoints to pave the way for both a TC and AC string being combined in one string.
Passing run #4603 ↗︎
Details:
Review all test suite changes for PR #4267 ↗︎ |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4267 +/- ##
=======================================
Coverage 87.72% 87.72%
=======================================
Files 331 331
Lines 20870 20870
Branches 2708 2708
=======================================
Hits 18309 18309
Misses 2094 2094
Partials 467 467
☔ View full report in Codecov by Sentry. |
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.
✨
"available options" | ||
) | ||
reject_all_tc_mobile_data: Optional[TCMobileData] = None | ||
reject_all_fides_mobile_data: Optional[TCMobileData] = None |
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.
we'll need to update the TS types, but we can do that separately since nothing in the FE is using these yet 👍 I'll go and update all types in one sweep after this release
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.
OK perfect thank you Allison. I'll merge this one to go out ahead in this release.
Closes https://github.com/ethyca/fidesplus/issues/1163
Description Of Changes
Use more generic "fides_string" instead of "tc_string" language in GET Experience and PATCH Privacy Preferences endpoints to pave the way for both a TC and AC string being combined in one string.
Code Changes
Steps to Confirm
See internal dev docs for expected behavior
Pre-Merge Checklist
CHANGELOG.md