Skip to content

Added stacking into the GUI#3440

Merged
scudette merged 4 commits into
masterfrom
stack
Apr 22, 2024
Merged

Added stacking into the GUI#3440
scudette merged 4 commits into
masterfrom
stack

Conversation

@scudette

Copy link
Copy Markdown
Contributor

Stacking is such a common operation that it needs to be available right in the GUI.

Previously we did stacking using the Group BY in VQL but this is inefficient since we need to repeatadly group by (to get the count in each category) then filter the whole table by the category to see all the items in the category.

This PR adds stacking support directly into the GUI:

  1. Click on any column to sort by that column
  2. There will now be a stacking button next to it which can be used to view the categories and their counts.
  3. Clicking between each category seeks the underlying table to the relevant group.

Stacking is such a common operation that it needs to be available
right in the GUI.

Previously we did stacking using the Group BY in VQL but this is
inefficient since we need to repeatadly group by (to get the count in
each category) then filter the whole table by the category to see all
the items in the category.

This PR adds stacking support directly into the GUI:

1. Click on any column to sort by that column
2. There will now be a stacking button next to it which can be used to
   view the categories and their counts.
3. Clicking between each category seeks the underlying table to the
   relevant group.
@scudette
scudette merged commit 49d5e80 into master Apr 22, 2024
@scudette
scudette deleted the stack branch April 22, 2024 08:54
scudette added a commit that referenced this pull request Apr 25, 2024
Stacking is such a common operation that it needs to be available right
in the GUI.

Previously we did stacking using the Group BY in VQL but this is
inefficient since we need to repeatadly group by (to get the count in
each category) then filter the whole table by the category to see all
the items in the category.

This PR adds stacking support directly into the GUI:

1. Click on any column to sort by that column
2. There will now be a stacking button next to it which can be used to
view the categories and their counts.
3. Clicking between each category seeks the underlying table to the
relevant group.
scudette added a commit that referenced this pull request Apr 25, 2024
Stacking is such a common operation that it needs to be available right
in the GUI.

Previously we did stacking using the Group BY in VQL but this is
inefficient since we need to repeatadly group by (to get the count in
each category) then filter the whole table by the category to see all
the items in the category.

This PR adds stacking support directly into the GUI:

1. Click on any column to sort by that column
2. There will now be a stacking button next to it which can be used to
view the categories and their counts.
3. Clicking between each category seeks the underlying table to the
relevant group.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant