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

feat: upload server side pagination #1699

Closed
wants to merge 42 commits into from
Closed

Conversation

flea89
Copy link
Contributor

@flea89 flea89 commented Aug 3, 2022

Resolves #1362

joshJarr and others added 30 commits May 27, 2022 15:33
…ination. Add removed `after` filtering parameter to the endpoint. Document `sortBy`, `sortOrder`, `after` & `offset` in the swagger docs. Set `Size` param default to 10 from 25.
…size is returned. Add tests for date filtering (before & after) and sorting by date.
…se for get user/uploads to allow for pagination. Renames `Link` to `Next_link` in header to be more descriptive.
…o prevent comparing to message string. Remove .only.
…optimise `sortBy` queries on the `GET user/uploads` endpoint.
@flea89 flea89 marked this pull request as draft August 3, 2022 08:21
@flea89 flea89 changed the title Fix/get upload pagination feat: upload server side pagination Aug 4, 2022
@flea89
Copy link
Contributor Author

flea89 commented Aug 8, 2022

@joshJarr left some comments in the code itself here.

I've started migrating the account page to use the new table.
But left it to you in an interim state, things are starting to fit together, but quite some work is still required to tie everything up.

@joshJarr
Copy link
Contributor

Closing this PR as it is superseded by #1836

@joshJarr joshJarr closed this Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FE - Upload & Pins file manager table refactor File load & pagination issues for user with many files
2 participants