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

fix: routing #2106

Closed
wants to merge 3 commits into from
Closed

Conversation

RitvikSardana
Copy link
Member

@RitvikSardana RitvikSardana commented Dec 19, 2024

  1. On customer portal we were calling api to get all_users. So basically anyone with access to Customer Portal would be able to see the user database along with images.
    image

  2. Because we get_all_users before_route the page load becomes slow, to improve it we will get_all_users after routing, to increase page loading time, and remove the get_all_users code from customer portal.

@RitvikSardana
Copy link
Member Author

Invalid routing, creating another PR

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.

1 participant