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

My projects list needs pagination #1980

Closed
chrisala opened this issue Feb 17, 2020 · 2 comments
Closed

My projects list needs pagination #1980

chrisala opened this issue Feb 17, 2020 · 2 comments
Assignees
Milestone

Comments

@chrisala
Copy link
Collaborator

The way the page is currently rendered runs into problems (integer overflow) as the number of projects and reports becomes large.
The data returned to the client needs to be reduced and possibly paginated.

@chrisala
Copy link
Collaborator Author

Due to the augmentation of project report data on the client side, server side pagination/search/sorting on those fields (which is currently supported) is difficult.
As a workaround, I've instead changed to load the projects via ajax once the list gets too large to avoid rendering a String to the page which is the cause of the error.

@chrisala chrisala added this to the 4.0 milestone Sep 13, 2024
salomon-j added a commit that referenced this issue Sep 13, 2024
Added a workaround for users with large numbers of project #1980
@chrisala
Copy link
Collaborator Author

Tested in staging with a project list that wasn't working in prod successfully: https://support.ehelp.edu.au/a/tickets/211572

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

No branches or pull requests

1 participant