ebi-gene-expression-group / atlas-components

Front end components of Expression Atlas and Single Cell Expression Atlas
3 stars 3 forks source link

Adding waiting time before triggering the REST calls in the new faceted search result component #139

Open ke4 opened 1 year ago

ke4 commented 1 year ago

Currently every filter change triggering REST calls for the other filter components to refresh and populate their values and also triggers to refresh the result list. We could add a maximum 2 or 3 seconds of waiting time before executing/triggering the REST calls. That would make this component a bit more user-friendly and also it would limit the number of REST calls.