djjd47130 / GitHubBackup

Simple UI for bulk downloading GitHub repositories
http://www.jerrydodge.com/GitHubBackup
MIT License
13 stars 4 forks source link

Implement Filter by Repo Name #4

Closed djjd47130 closed 5 years ago

djjd47130 commented 5 years ago

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.

djjd47130 commented 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.

djjd47130 commented 5 years ago

I've decided to make this a feature for v0.2.

djjd47130 commented 5 years ago

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".

djjd47130 commented 5 years ago

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.