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

Filter Logic #2

Open
jbmattos opened this issue May 21, 2022 · 0 comments
Open

Filter Logic #2

jbmattos opened this issue May 21, 2022 · 0 comments

Comments

@jbmattos
Copy link
Collaborator

Main problem to address with the filters:
The UHRI database is enormous. The filters should restrict the volume of data loaded to the page in order to provide a satisfactory user experience.

The current UHRI filter logic is as follows:

  • The values populating the filters are all unique values on the UHRI database and the filters are independent of each other.
  • Multiples values of the filters can be selected
  • It is required at least 1 selected Country, but the other filters remain optional.

Problems:

  1. The Region filter (e.g. Africa, Asia-Pacific) encompasses a wider data scope compared to the Country filter. It is inconsistent to require the latter to restrict data but allow multiple choices of the first.
  2. Because the filters' values are independent of each other, the selection of one filter may undo the other's restrictions. May be interesting to condition the values populating some filters to the restrictions already selected by the user.

Page view:

sdg-tool

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

1 participant