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

Design UI #18

Open
GordianDziwis opened this issue Apr 1, 2020 · 2 comments
Open

Design UI #18

GordianDziwis opened this issue Apr 1, 2020 · 2 comments

Comments

@GordianDziwis
Copy link
Collaborator

GordianDziwis commented Apr 1, 2020

Version 1

image

Version 2

image

Version 3

image

@GordianDziwis GordianDziwis changed the title Design ui Design UI Apr 1, 2020
@GordianDziwis
Copy link
Collaborator Author

Ideas for Version 3

  • Selecting all and no facet values gives the same matches.

@Aklakan
Copy link
Member

Aklakan commented Apr 4, 2020

When we click a facet, we should have e.g. a tabbed pane for how we want to create constraints.
The prior versions always had this 'click on a facet value to create a constraint' thing.
But in the API we can e.g. do

facetNode.constraints().between(foo, bar).activate()
facetNode.constraints().greaterThan(baz).activate()

So we could have a separate tab where we show a sliders to create/update/delete range constraints.

The API even has a method to get all values NOT affected by constraints facetNode.fwd().nonConstrainedFacetValueCounts() It is useful in the benchmark to find out what has not yet been constrained - maybe its not that useful in the UI :)

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

No branches or pull requests

2 participants