njx / repoman

A better interface to github issues.
https://repoman.io/
Other
5 stars 2 forks source link

Should we use the github API search instead of doing the filtering client-side? #20

Open njx opened 11 years ago

njx commented 11 years ago

Or do a combination--e.g. use the github API to specify as much of the search as I can, and then do the rest of the filtering on the client.

njx commented 11 years ago

Probably. I think originally I thought we were going to have more complex queries with ors as well as ands. But (assuming the API is implicitly and, not or), it's probably fine to just use that.