-
Notifications
You must be signed in to change notification settings - Fork 74
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
Apply updated taxonomy labels and patterns to other columns in the data map report #5464
Merged
Conversation
This file contains 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
Create a system that populates each of the following columns in the Data map report * Data use * Data category * Data subjects * Data Stewards (can this even be done? * Destinations * Features * Sources * Legal Basis for profiling * Legal Basis for transfers * Responsibilities * Shared Categories * System Dependencies * System Undeclared data categories * Data use undeclared categories * Cookies Ensure all of those columns have the new, consistent looking badge.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
gilluminate
changed the title
Update DatamapReportTableColumns.tsx
Apply updated taxonomy labels and patterns to other columns in the data map report
Nov 5, 2024
fides Run #10810
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5464/merge
|
Run status |
Passed #10810
|
Run duration | 00m 39s |
Commit |
9a7a5028a5 ℹ️: Merge 0d849ab379d91b0361b10dc9fa553b8e521a7825 into 44054e7b96e6d820363abdd318c5...
|
Committer | Jason Gill |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
View all changes introduced in this branch ↗︎ |
@jpople good call. I added the |
jpople
approved these changes
Nov 5, 2024
fides Run #10811
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #10811
|
Run duration | 00m 36s |
Commit |
c11da91030: Apply updated taxonomy labels and patterns to other columns in the data map repo...
|
Committer | Jason Gill |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
View all changes introduced in this branch ↗︎ |
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.
Closes HJ-39
Description Of Changes
Any column in Data map report that uses a badge should have the newer badge look/feel
Code Changes
badgeProps={{ variant: "outline" }}
to each column using theGroupCountBadgeCell
component as the cell rendererSteps to Confirm
Create a system that populates each of the following columns in the Data map report
Ensure all of those columns have the new, consistent looking badge.
Note: Data use and Data category columns already have this new look/feel, so you can reference those for consistency with the update to all of the other columns for this story.
Pre-Merge Checklist
CHANGELOG.md