Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add infinite scroll pagination to user gallery #884

Closed
vnugent opened this issue Jun 21, 2023 · 0 comments
Closed

Add infinite scroll pagination to user gallery #884

vnugent opened this issue Jun 21, 2023 · 0 comments
Assignees
Labels
enhancement Improving existing functionality

Comments

@vnugent
Copy link
Contributor

vnugent commented Jun 21, 2023

What would you like to be able to do? Please describe.
As a user when I look at a profile with a lot of photos, I want to be able keep scrolling to see more.

While working on #869 I see the need for pagination support to improve data liveliness in edit mode. When a user uploads & tags photo, we need to update the backend and at the time maintain a local cache of the tags. Pagination support enables the frontend to fetch just a small chunk of media + tags at a time.

FYI we're currently doing "fake" pagination. We fetch the most recent 500 photos and keep adding 20 more to the gallery as a user scrolls.

Related issue #869

How important is this to you (Please pick one)

  • Important
@vnugent vnugent added the enhancement Improving existing functionality label Jun 21, 2023
@vnugent vnugent self-assigned this Jun 21, 2023
@vnugent vnugent closed this as completed Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant