Closed djjd47130 closed 5 years ago
At this time, I'm pulled between implementing primitive filters based on that which is available in the GitHub API (which there's only 2-3 filters), or fetch all records and integrate a client-side filter just for display. The latter would require much more effort, and may be subject to the V2 branch.
I've decided to make this a feature for v0.2.
This is in progress and working, however I have a challenge that needs to be resolved. The "Check All" / "Check None" features need to only apply to the items currently listed - not to any items which are filtered out. Also need to show current number of items listed in status bar when filtered, for example "5 of 25 Repositories".
For the time being, this will only be a plain text filter applied to the repo name. At this time I don't see much reason to filter by any other field.
Need to be able to filter the repositories in some way, without losing the user's checked repos.
EDIT
At this time, I'm pulled between implementing primitive filters based on that which is available in the GitHub API (which there's only 2-3 filters), or fetch all records and integrate a client-side filter just for display. The latter would require much more effort, and may be subject to the V2 branch.