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

Dataframe view: deduplicate row with identical value #7068

Open
Tracked by #4466
abey79 opened this issue Aug 6, 2024 · 2 comments
Open
Tracked by #4466

Dataframe view: deduplicate row with identical value #7068

abey79 opened this issue Aug 6, 2024 · 2 comments
Assignees
Labels
feat-dataframe-view Everything related to the dataframe view ui concerns graphical user interface

Comments

@abey79
Copy link
Member

abey79 commented Aug 6, 2024

The dataframe view has a lot of duplicated content, especially in time range mode (same entity for many timestamps, etc.).

  • deduplicate content of the time and/or entity path columns (ie. write the content only once
  • add stroke lines to make cell "merged" state more explicit
  • "stick" the cell value to the top of the table when scrolling
image
@abey79 abey79 added the ui concerns graphical user interface label Aug 6, 2024
@abey79 abey79 self-assigned this Aug 6, 2024
@gavrelina
Copy link
Member

if we start with an entity on top -> most likely this behavior will not happen as often (only if smth was logged at the same time tick multiple times, which is not a majority of cases). Because normally there will be 1 row per a time tick. Hence this will be useful after enabling changing 'Entity as a row' VS 'Entity as a column'?

Screen.Recording.2024-08-29.at.19.18.25.mov

@abey79 abey79 added the feat-dataframe-view Everything related to the dataframe view label Sep 9, 2024
@abey79
Copy link
Member Author

abey79 commented Sep 9, 2024

Probably only useful with:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat-dataframe-view Everything related to the dataframe view ui concerns graphical user interface
Projects
None yet
Development

No branches or pull requests

2 participants