nextcloud / contacts

📇 Contacts app for Nextcloud
https://apps.nextcloud.com/apps/contacts
GNU Affero General Public License v3.0
570 stars 173 forks source link

Paginate contacts list #3942

Open ChristophWurst opened 5 months ago

ChristophWurst commented 5 months ago

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

Describe alternatives you've considered

N/a

Additional context

ChristophWurst commented 3 months ago

https://datatracker.ietf.org/doc/html/rfc6352#section-8.6.1 this might be a good start. What it doesn't say is how you can request more data with a given cursor/offset.

E.g.

  1. REPORT or the first 20 contacts ordered by FN
  2. REPORT for 20 contacts that come after "Bob" (or position 20 if we must use offsets)