Describe the bug
There is no delay between user input and firing a request off which could send an overload to servers
To Reproduce
Steps to reproduce the behavior:
Login to va
navigate to bookings
click new flight/bid
open console
view requests getting fired on each key stroke
Expected behavior
To help reduce unecessary requests from being fired off, debounce the request for 200ms and once no input it detected then fire the request
System Information (please complete the following information):
OS: Win 10 Pro 10.0.19044 Build 19044
Community ID: QVirtual
Version 0.5.10.1
Plugins used: default 3
Additional context
This also applies to the sliders, if you drag those, hundreds of requests can be submitted in quick succession. It also degrades the performance of the client
This does not send a request to the VA, but to a local API endpoint, which has stored the flights internally. The API requests you see are for filtering, which do not send to the server.
Describe the bug There is no delay between user input and firing a request off which could send an overload to servers
To Reproduce Steps to reproduce the behavior:
Expected behavior To help reduce unecessary requests from being fired off, debounce the request for 200ms and once no input it detected then fire the request
video https://www.loom.com/share/d9233711d1764e0796c375205e856f4d
System Information (please complete the following information):
Additional context This also applies to the sliders, if you drag those, hundreds of requests can be submitted in quick succession. It also degrades the performance of the client