- Notifications
You must be signed in to change notification settings - Fork673
Add support for searching groups#55
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost commentedOct 17, 2015
I agree with you Gauvain. It would be nice if these kind of 'search' functions are implemented directly in the classes (like Group or project). What do you think about this: A special class to do queries (we will have the possibility to choose between):
|
Factorize the code to avoid duplication with the ProjectManager class.Implement unit tests for the group search.Original patchh from Daniel Serodio (PR#55).
The code has changed recently and it's been easier to implement this method on the group manager. I pushed the change in commit5513d0f. Thank you! |
It can probably be improved, but works for my needs