-
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-2323 Add-tabs-to-display-monitored-and-ignored-schema-in-Data-Detection #5236
PROD-2323 Add-tabs-to-display-monitored-and-ignored-schema-in-Data-Detection #5236
Conversation
…s-to-display-monitored-and-ignored-schema-in-Data-Detection
…tion-Discovery-Breadcrumbs' of github.com:ethyca/fides into PROD-2323-Add-tabs-to-display-monitored-and-ignored-schema-in-Data-Detection
…onited. Do the same for unmonitored.
…ema-in-Data-Detection' of github.com:ethyca/fides into PROD-2323-Add-tabs-to-display-monitored-and-ignored-schema-in-Data-Detection
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…tion filter tabs.
…tion filter tabs.
…s-to-display-monitored-and-ignored-schema-in-Data-Detection
fides Run #9717
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5236/merge
|
Run status |
Passed #9717
|
Run duration | 00m 37s |
Commit |
e69a77f928 ℹ️: Merge 1c7e59dfb80376319e118db0ba9db0a31050696b into edb36c77d0585185863d565ec7f6...
|
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 ↗︎ |
…from getting too small
Good catch. I just pushed a change adding a column width of 180 for the action column. It shouldn't shrink past that now. |
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.
Looks great, overall. Just some minor clean up and possibly looking into that button issue.
CHANGELOG.md
Outdated
@@ -20,6 +20,9 @@ The types of changes are: | |||
### Added | |||
- Added Gzip Middleware for responses [#5225](https://github.com/ethyca/fides/pull/5225) | |||
- Adding source and submitted_by fields to privacy requests (Fidesplus) [#5206](https://github.com/ethyca/fides/pull/5206) | |||
- Added Action Required / Monitored / Unmonitored tabs to Data Detection page [#5236](https://github.com/ethyca/fides/pull/5236) | |||
- Added Action Required / Unmonitored tabs to Data Discovery page [#5236](https://github.com/ethyca/fides/pull/5236) |
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 second line can likely be removed as redundant?
initialFilterTabIndex: router.query?.filterTabIndex | ||
? Number(router.query?.filterTabIndex) | ||
: undefined, | ||
}); |
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.
👍 love the clean up
…ignored-schema-in-Data-Detection
fides Run #9718
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #9718
|
Run duration | 00m 37s |
Commit |
50995c7ed6: PROD-2323 Add-tabs-to-display-monitored-and-ignored-schema-in-Data-Detection (#5...
|
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
In Data Detection, add tabs to display Monited, Ignored Schema and Action Required.
Code Changes
Screenshots
Data Detection > Action Required Tab
Data Detection > Monitored Tab
Data Detection > Unmonitored Tab
Data Discovery > Action Required Tab
Data Discovery > Unmonitored Tab
Steps to Confirm
Go to the Data Detection page
Check that using the Monitored tab it displays the Monitored status items only and that the icon for the changeType is monitored (green dot). Also the status column should read Monitored and the action column show only have the Ignore button.
Check that using the Unmonitored tab it displays the Unmonitored status items only and that the icon for the changeType is unmonitored (red dot). Also the status column should read Unmonitored and the action column show only have the Monitor button.
Check that you can navigate up and down the datasets while keeping the tab filter the same
Go to the Data Disocvery page
Check that using the Unmonitored tab it displays the Unmonitored status items only and that the icon for the changeType is unmonitored (red dot). Also the status column should read Unmonitored and the action column show no actions (decided best not to try to add this now, since there's a new UI version of DnD coming soon that solves these problems)
Check that you can navigate up and down the datasets while keeping the tab filter the same
Pre-Merge Checklist
CHANGELOG.md