DiscipleTools / DiscipleTools/disciple-tools-mobile-app
Auto pagination of endpoints in background
Open
feature
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Automated Pagination of endpoints like: "/v2/contacts", "/v2/groups", and "/v1/users/get_users" in the background.
At Login: we will continue to request only 100 most recent for "/v2/contacts" and "/v2/groups" like we currently do, in order to make the Login transition to Contact List more seamless, but then continue loading in the background.
We will want a `loading` variables to track status of these calls so that we can wait when the Contact Details (or Group Details) Screen is navigated to, if the background request has not yet completed
Relates to #256 and #262
Contributor guide
Assessment
This issue has not been assessed yet.