-
Notifications
You must be signed in to change notification settings - Fork 323
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
Adding the IO Tab #2613
Adding the IO Tab #2613
Conversation
# Conflicts: # web/src/i18n/config.ts
Codecov Report
@@ Coverage Diff @@
## main #2613 +/- ##
=========================================
Coverage 83.33% 83.33%
Complexity 1291 1291
=========================================
Files 244 244
Lines 5940 5940
Branches 279 279
=========================================
Hits 4950 4950
Misses 844 844
Partials 146 146 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@phixMe so much great work here to make traversing very large lineage graph easier (or at least, more intuitive). I have some minor feedback on how I see users interacting with the "list" view in a more intuitive way:
|
So, we don't have graph recentering available to us, I made an update for the other two items. |
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.
LGTM ❤️
Problem
For large graphs users wish to navigate the graph without clicking on the graph itself because it's hard to do with many edges that are not able to be displayed.
One-line summary:
Adds a new tab to move between graph elements without looking at the graph itself.
Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)