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

feat: commit a filter as a named slice #79

Open
willeppy opened this issue Apr 9, 2024 · 1 comment
Open

feat: commit a filter as a named slice #79

willeppy opened this issue Apr 9, 2024 · 1 comment
Labels

Comments

@willeppy
Copy link
Member

willeppy commented Apr 9, 2024

Save the current filters into a named slice. Can then also see all the columns derived from that slice. This requires several new features probably, I think:

  1. Save current selections as a named slice
  2. Ability to re-load slices into current selection from a list or drop down
  3. When new column created, affiliate it with a slice (either make new or associate with the current slice)
  4. For derived columns, ability to load their originating slice into the current selection from the column profiles
@willeppy
Copy link
Member Author

I think the second feature (re-loading slices into current selection) is important to make this actually usable but is not possible with mosaic currently. Because you need a way to populate selections with pre-existing selections that have been saved to the database.

In future, if move away from mosaic this will be easier and more feasible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant