You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a UI element (it's okay if the styling isn't perfect)
Devise some mechanism to perform the filtering - noting that it could get more complicated once we add more filters
Add some sort of state to manage this
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.
The text was updated successfully, but these errors were encountered:
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:
I would suggest you either branch off of #57 or wait for it to resolve, since it changes the language structure.
The text was updated successfully, but these errors were encountered: