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

[Dashboard] Add Data Observatory catalog (III) - INTERACTIVITY #15116

Closed
1 task done
alejandraarri opened this issue Sep 25, 2019 · 1 comment
Closed
1 task done

[Dashboard] Add Data Observatory catalog (III) - INTERACTIVITY #15116

alejandraarri opened this issue Sep 25, 2019 · 1 comment
Assignees
Labels

Comments

@alejandraarri
Copy link
Contributor

alejandraarri commented Sep 25, 2019

Context

https://github.com/CartoDB/product/issues/464

Main tasks

  • Implement filter by category/country interaction
    - [ ] Add tags element to disable radio buttons in datasets table header (Fixed header)
@csubira
Copy link
Contributor

csubira commented Oct 7, 2019

Dropdown component including properties/methods considering:

  • Open/close
  • Enable/disable
  • Autocomplete
  • Select with click/arrowUp/arrowDown
  • Reset filter and options (x close in input)
  • Limit height
  • Positioning
  • Slot to add comment at the end of the list
  • Events emitted: selected(when item is selected), reset (when input content is deleted).
    - [ ] URL params to store filtering status?-> Addressed in [Dashboard] Add Data Observatory catalog (IV) - Detail PAGE #15124

Connexion between dropdowns, premises:

Status 1 (when first entering page):

  • Input categories with placeholder, not showing reset X.
  • Dropdown categories enabled and open.
  • Input countries with placeholder, not showing reset X.
  • Dropdown countries disabled and closed.
  • No datasets list

Status 2 (click/choose category):

Sends request to get countries list.

  • Input categories filled, showing reset X
  • Dropdown categories closes.
  • Input countries with placeholder, not showing reset X.
  • Dropdown countries enabled and open when clicking in countries input.
  • No dataset list.

Status 3 (click/choose country):

  • Input categories filled, showing reset X
  • Dropdown categories closes.
  • Input countries filled, not showing reset X.
  • Dropdown countries disabled and closed.

Sends request to get datasets.

  • Dataset list

Status 4 (reset choose category)

-> Status 1

Status 5 (reset choose country)

-> Status 2

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

2 participants