-
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
Classify data category dropdown #1110
Conversation
85b3c71
to
36f532a
Compare
clients/ctl/admin-ui/src/features/dataset/ClassifiedDataCategoryDropdown.tsx
Outdated
Show resolved
Hide resolved
clients/ctl/admin-ui/src/features/dataset/ClassifiedDataCategoryDropdown.tsx
Show resolved
Hide resolved
It is getting big, and it avoids circular dependencies
…onents accessing the store will still work
@ssangervasi after your question about the design, I decided to just integrate the component into the page (with a TODO for what the So that's a few extra commits, and would love if you could take one more look! |
clients/ctl/admin-ui/src/features/dataset/DataCategoryInput.tsx
Outdated
Show resolved
Hide resolved
Updated: Screen.Recording.2022-09-27.at.4.02.45.PM.mov |
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.
👍
clients/ctl/admin-ui/src/features/dataset/ClassifiedDataCategoryDropdown.tsx
Outdated
Show resolved
Hide resolved
clients/ctl/admin-ui/src/features/dataset/ClassifiedDataCategoryDropdown.tsx
Show resolved
Hide resolved
clients/ctl/admin-ui/cypress/components/ClassifiedDataCategoryInput.cy.tsx
Show resolved
Hide resolved
* main: Restrict startsWith comparisons in CheckboxTree more (#1126) [1076] ui/plus: Approve dataset classification button (#1129) Do not rely on order for checking intercept results (#1131) Prepare 1.9.1 release (#1137) Bump fideslang to 1.3.1 (#1136) Prepare changelog for 1.9.0 release (#1134) Update CHANGELOG.md (#1132) Fix bug causing missing datamap rows (#1124) cls migration (#1060)
1d180d7
to
f6ab5ff
Compare
Visual part of #1077 (not integrated yet)
Code Changes
DataCategoryInput
to make it more reusableClassifiedDataCategoryInput
which is two select boxes combinedSteps to Confirm
playground
which will let you just play with the componentPre-Merge Checklist
CHANGELOG.md
Description Of Changes
I thought I'd put up this PR up before attempting to integrate it into the app to make sure the behavior looks right. Given that https://github.com/ethyca/fidesctl-plus/issues/99 isn't in yet, can't integrate fully, but could perhaps get a little farther.
Screen.Recording.2022-09-22.at.2.38.08.PM.mov