Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
There is no way to save a filter setting in dashboard. Every time a class is opened, the filter has to be newly applied.
Feature / Enhancement Description
Allow to create custom views (new section in dashboard) that consist of a class with a pre-defined filter setting.
The views of a class could be accessible in an expandable sub menu of the class in the data browser:
The benefit would be that the number of objects is immediately visible, without even opening the view. And the view can be accessed with 1 click, compared to a menu in the data browser of the class with a dropdown, which would require 3 clicks to navigate to.
Example Use Case
Given a class Product
that contains all products, it is possible to can create a view named Chairs >100$
that shows the Product
class with pre-defined filters for product type: chair
and price: >100
.
Alternatives / Workarounds
Set filters manually ever ytime a class page is opened in data browser.