hydroserver2 / hydroserver

Documentation and issue tracker for HydroServer and related applications
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Add AbortController() to API #143

Closed daniel-slaugh closed 3 months ago

daniel-slaugh commented 4 months ago

With the new Time Series Visualization tool coming up, it's going to be important that the users can click as many filters as the want in any order without the website freezing up on them.

Add an AbortController() to the api and cancel old observation requests and send an updated one each time the user clicks a filter button on the Time Series Visualization page or the plots on the site details page.