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 (composable) filters for projects #75

Open
mattxwang opened this issue Jan 7, 2022 · 0 comments
Open

add (composable) filters for projects #75

mattxwang opened this issue Jan 7, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mattxwang
Copy link
Contributor

With #57 on the horizon, we are going to have a lot of projects. It might get hard to sift through as the end user, which is where a filtering system would help!

The simplest filter to implement is probably off of language. I would suggest starting there; to implement it, I would ask that you:

  1. Create a UI element (it's okay if the styling isn't perfect)
  2. Devise some mechanism to perform the filtering - noting that it could get more complicated once we add more filters
  3. Add some sort of state to manage this
  4. Optional: save the result of the filter to the URL, so you can "send" someone a filter with a link

I would suggest you either branch off of #57 or wait for it to resolve, since it changes the language structure.

@mattxwang mattxwang added the good first issue Good for newcomers label Jan 7, 2022
@matthewcn56 matthewcn56 linked a pull request Mar 22, 2022 that will close this issue
@matthewcn56 matthewcn56 removed a link to a pull request Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Development

No branches or pull requests

2 participants