nextcloud / nextcloud/contacts
Paginate contacts list
Open
@hamza221 is already working on this.
Since Jul 1, 2024.
1. to develop
enhancement
feature: contacts
performance
- 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.
As a user with many contacts the loading times of the app decrease with the rise of data in my address books.
Describe the solution you'd like
Do not load the full address book at page load. Only load the fist x contacts and load more when I scroll.
Work Package
- cdav-library https://github.com/nextcloud/cdav-library/pull/919
- backend https://github.com/nextcloud/server/pull/47909
- Frontend #4125
- Implement proper search (currently only frontend)
- Sabre https://github.com/hamza221/dav/pull/1/files
- Tests
Describe alternatives you've considered
N/a
Additional context
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.
Assessment
This issue has not been assessed yet.