-
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
Data Flow Modal #3008
Data Flow Modal #3008
Conversation
clients/admin-ui/src/features/common/system-data-flow/DataFlowAccordionForm.tsx
Show resolved
Hide resolved
Passing run #1281 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
clients/admin-ui/src/features/common/system-data-flow/DataFlowAccordionForm.tsx
Show resolved
Hide resolved
Still testing things out, but going to report this one first. I'm having trouble navigating away from the Data Flow tab. I haven't looked into it, but if I had to guess, I'd point at the dirty form slice? Screen.Recording.2023-04-10.at.3.21.37.PM.mov |
Another thing—I think this flow should let me see a line on the spatial map for pixie operator, right? Screen.Recording.2023-04-10.at.3.41.40.PM.mov |
Oh never mind, I think the line is there, it just doesn't show in search since the destination node doesn't have |
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 is a really great improvement! I peppered some thoughts throughout. the main thing is the bug about not being able to tab away from the Data flow tab. I think we should work through what's going on with all the "new" links on the map, too (at least, I haven't wrapped my head around it!). Let me know if you want to pair!
and yes, I didn't realize this modal/assigning thing would be a pattern throughout the app. we should standardize it at some point, as you suggested.
clients/admin-ui/src/features/common/system-data-flow/DataFlowAccordionForm.tsx
Outdated
Show resolved
Hide resolved
clients/admin-ui/src/features/common/system-data-flow/DataFlowAccordionForm.tsx
Show resolved
Hide resolved
clients/admin-ui/src/features/common/system-data-flow/DataFlowAccordionForm.tsx
Outdated
Show resolved
Hide resolved
clients/admin-ui/src/features/common/system-data-flow/DataFlowAccordionForm.tsx
Outdated
Show resolved
Hide resolved
clients/admin-ui/src/features/common/system-data-flow/DataFlowAccordionForm.tsx
Outdated
Show resolved
Hide resolved
clients/admin-ui/src/features/common/system-data-flow/DataFlowAccordionForm.tsx
Outdated
Show resolved
Hide resolved
@allisonking Everything should be fixed 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.
things are working well! left a few small things, but it's not blocking
Closes #2941
Code Changes
Steps to Confirm
npm run dev
from admin ui.nox -s "dev(fidesplus)"
from fidesplusPre-Merge Checklist
CHANGELOG.md
Description Of Changes
The initial code came from the user manage page that handles assigning roles. I tried to reuse it and make it modular but these flows are different enough that it started to become more complicated to make it usable for both. If this pattern starts to become more common it'll probably worth taking a step back and modularizing all of these components.
demo-of-data-flow.mov
The flow should be the same from the datamap