-
Notifications
You must be signed in to change notification settings - Fork 514
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 debouncing for all new API's #9660
Comments
can anyone assign this to me ? |
Add debouncing for all new API's |
Create a list of all API's before working on it. |
|
For each route explain why we need debouncing |
No need to add denouncing for all new APIs, I want to add denouncing for the two |
@bodhish ,can I start work on this |
there are more things that needs to be debounced. please find more usages and list them. |
@rithviknishad @bodhish, I found these three cases where debouncing is needed, particularly in the search bar component on each keystroke. If you know of any other APIs that need debouncing, please help
|
@rithviknishad can you help ,I found these 3 only ..? |
Describe the bug
Debouncing is not added in organization and facilities search field. On every key stroke network call is made, that's not expected
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Network calls should be debounced so that they are made only after the user has stopped typing for a short period, reducing unnecessary calls and improving performance.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: