bcgov / bctw-ui

BC Telemetry Warehouse: UI
https://apps.nrs.gov.bc.ca/int/confluence/display/BCTW/BC+Telemetry+Warehouse
Apache License 2.0
3 stars 5 forks source link

694 Ping pre fetch and related fixes #39

Closed GrahamS-Quartech closed 1 year ago

GrahamS-Quartech commented 1 year ago

This addreses 694 by sending a quick query to the server when changing dates that will make an estimate about the volume of data returned by actually searching. If the estimate is above a certain database defined threshold, the search button is disabled.

This also fixes a bug where changing the date, then applying a new filter would send a new query and filter the results of that instead of using the already existing results.

Additionally, the search button now displays a loading indicator when searching.