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

Creating a pagination or searching feature for the photographers page #215

Open
Menamonmon opened this issue Sep 20, 2022 · 0 comments
Open
Assignees

Comments

@Menamonmon
Copy link
Contributor

Currently, the photographers page loads all of the information about the photographers in a single request which puts a lot of unnecessary load on the backend and causes slowdown for the frontend users.

To improve this, we want to either split the names of the photographers into different tabs based on the alphabetical order of their name (or any other feature, still need to scope this out) and lazy-load them only when a certain tab is viewed or create some sort of filtering/searching boxes to limit the number of photographers that have to be fetched.

The end goal is to have a photographers page that only gives the user information about the photographers that they need and does not put a lot of load on the backend.

@Menamonmon Menamonmon self-assigned this Sep 20, 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

No branches or pull requests

1 participant