Skip to content
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
merged 3 commits into from
Nov 5, 2024

Conversation

gilluminate
Copy link
Contributor

@gilluminate gilluminate commented Nov 5, 2024

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

  • Add badgeProps={{ variant: "outline" }} to each column using the GroupCountBadgeCell component as the cell renderer

Steps to Confirm

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.

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.

CleanShot 2024-11-05 at 14 05 21@2x

Pre-Merge Checklist

  • All CI Pipelines Succeeded
  • Issue Requirements are Met
  • Update CHANGELOG.md

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.
Copy link

vercel bot commented Nov 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fides-plus-nightly ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 10:47pm

@gilluminate gilluminate changed the title Update DatamapReportTableColumns.tsx Apply updated taxonomy labels and patterns to other columns in the data map report Nov 5, 2024
@gilluminate gilluminate requested a review from jpople November 5, 2024 21:07
Copy link

cypress bot commented Nov 5, 2024

fides    Run #10810

Run Properties:  status check passed Passed #10810  •  git commit 9a7a5028a5 ℹ️: Merge 0d849ab379d91b0361b10dc9fa553b8e521a7825 into 44054e7b96e6d820363abdd318c5...
Project fides
Branch Review refs/pull/5464/merge
Run status status check passed Passed #10810
Run duration 00m 39s
Commit git commit 9a7a5028a5 ℹ️: Merge 0d849ab379d91b0361b10dc9fa553b8e521a7825 into 44054e7b96e6d820363abdd318c5...
Committer Jason Gill
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
View all changes introduced in this branch ↗︎

@jpople
Copy link
Contributor

jpople commented Nov 5, 2024

Screenshot 2024-11-05 at 16 11 39

Mostly looks good to me-- small nitpick, but some longer badge contents are getting cut off at the default column width, which seems annoying if it's easy to fix. Not a huge deal if not though.

@gilluminate
Copy link
Contributor Author

some longer badge contents are getting cut off at the default column width

@jpople good call. I added the width: "auto" property to each of these as well to help with that. I had forgotten that was part of what made those work well

@gilluminate gilluminate merged commit c11da91 into main Nov 5, 2024
13 checks passed
@gilluminate gilluminate deleted the gill/HJ-39/apply-updated-taxonomy-labels branch November 5, 2024 23:10
Copy link

cypress bot commented Nov 5, 2024

fides    Run #10811

Run Properties:  status check passed Passed #10811  •  git commit c11da91030: Apply updated taxonomy labels and patterns to other columns in the data map repo...
Project fides
Branch Review main
Run status status check passed Passed #10811
Run duration 00m 36s
Commit git 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
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants