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

Add business filters component #9

Closed
2 tasks
LauraBeatris opened this issue Dec 3, 2020 · 0 comments · Fixed by #15
Closed
2 tasks

Add business filters component #9

LauraBeatris opened this issue Dec 3, 2020 · 0 comments · Fixed by #15

Comments

@LauraBeatris
Copy link
Owner

LauraBeatris commented Dec 3, 2020

Describe the feature request

Filters for the businesses list

image

Describe the solution you'd like

A component that has three types of filter:

  • To show all the business -> BusinessFilters.All
  • To show the oldest business -> BusinessFilters.Oldest
  • To show the business with the most locations -> BusinessFilters.MostLocations

Usage:

<BusinessFilters onFilterChange={handleFilterChange} />

Tasks

  • Add component
  • Show on the main page
@LauraBeatris LauraBeatris created this issue from a note in Frontend Features (To do) Dec 3, 2020
@LauraBeatris LauraBeatris changed the title Add Business Filters component Add business Filters component Dec 3, 2020
@LauraBeatris LauraBeatris changed the title Add business Filters component Add business filters component Dec 3, 2020
@LauraBeatris LauraBeatris linked a pull request Dec 3, 2020 that will close this issue
Frontend Features automation moved this from To do to Done Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant