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

Make live query result table columns sortable #4572

Closed
1 task done
mike-j-thomas opened this issue Mar 14, 2022 · 3 comments
Closed
1 task done

Make live query result table columns sortable #4572

mike-j-thomas opened this issue Mar 14, 2022 · 3 comments
Assignees
Labels
~customer request An enhancement requested by a Fleet customer customer-ufa ~frontend Frontend-related issue.
Milestone

Comments

@mike-j-thomas
Copy link
Member

mike-j-thomas commented Mar 14, 2022

Goal

As a user, I have trouble easily understanding large amounts of data.

I would like to be able to sort Fleet’s live query results so that I can quickly scroll through thousands of results. This way, I can get a reasonable understanding of the most common values that exist for that particular column.

Figma

Live result filters: https://www.figma.com/file/hdALBDsrti77QuDNSzLdkx/?node-id=3717%3A126303

Tasks

1

  • Enable sort filter on all columns for both "Query" and "Policy" live query results table.
  • Once merged, deploy to loadtest and test frontend performance. Although we're paginating results, this is frontend paginated, which means the user's browser will have to sort al live query results. That will take some horsepower. 🐴 ✊
  • Check performance metrics using chrome devtools to see how much CPU is being required for each sort.
  • If performance is really bad, loop in product for review.
@mike-j-thomas

This comment was marked as resolved.

@noahtalerman noahtalerman added ~customer request An enhancement requested by a Fleet customer and removed ~spiffier Improvements to UX or look and feel labels Mar 14, 2022
@noahtalerman

This comment was marked as resolved.

@mike-j-thomas

This comment was marked as resolved.

@noahtalerman noahtalerman changed the title UX - spiffy live query results filter Live query results filter Mar 14, 2022
@noahtalerman noahtalerman changed the title Live query results filter Live query results sort Mar 15, 2022
@noahtalerman noahtalerman added :architect Involves getting a careful architectural review. and removed :wireframe (Fleet core product) labels Mar 21, 2022
@lukeheath lukeheath added 2 ~frontend Frontend-related issue. and removed :architect Involves getting a careful architectural review. labels Mar 24, 2022
@lukeheath lukeheath changed the title Live query results sort Make live query result table columns sortable Mar 24, 2022
@lukeheath lukeheath assigned RachelElysia and unassigned lukeheath Mar 24, 2022
@lukeheath lukeheath added this to the 4.13.0 milestone Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
~customer request An enhancement requested by a Fleet customer customer-ufa ~frontend Frontend-related issue.
Development

No branches or pull requests

4 participants