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

Merge NewFilterableListWrapper and FilterableListWrapper #1078

Open
jthrilly opened this issue Sep 29, 2020 · 0 comments
Open

Merge NewFilterableListWrapper and FilterableListWrapper #1078

jthrilly opened this issue Sep 29, 2020 · 0 comments
Labels
Milestone

Comments

@jthrilly
Copy link
Member

jthrilly commented Sep 29, 2020

Two components with the same goals, but with different features:

NewFilterableListWrapper:

  • Uses staggered animation
  • Functional component, using hooks
  • Better handling of interaction events

FilterableListWrapper:

  • Supports large lists with react-virtualized

We should unify these components and think through what the interface should look like.

Design goals:

  • Filter and sort an arbitrary list of items
  • Provide an arbitrary component to render representing each item
  • Allow filter and sort behaviour to be customised
  • Support very large (1000+) lists of items
  • Support nice interaction animations for filtering and sorting
  • Support different kinds of interactions with items: select, click, drag.
  • Support display modes? i.e compact/full/details
  • Possibly move to UI as shared component?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant