nextcloud / nextcloud/contacts
filter contacts by multiple groups
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 642
- Forks
- 220
- Avg merge
- 14h 39m
- Merged PRs (30d)
- 51
Description
Is your feature request related to a problem? Please describe.
Problem 1: large organization with multiple locations, each location has a set of roles. Contacts are organized in groups for location and role. How can I find the Person in location X having role A.
Problem 2: many organizations with common roles. How can I find the Person in organization Y having role B.
Describe the solution you'd like
Selecting multiple groups (AND condition) could give fast results.
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing group-selection and contact-list behavior in the Contacts app, then locate where group filtering is handled. Confirm that selecting multiple groups uses AND semantics and that the results include only contacts belonging to every selected group; verify the behavior with the app's existing tests or manual contact data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100