askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
7 stars 3 forks source link

Avoid API call on initial source query page load #629

Closed ajstewart closed 2 years ago

ajstewart commented 2 years ago

As the number of sources increases there is no need to have the entire source list load on the initial load of the sources query page - which is the current behaviour.

Should load as an empty table first, and populate on a query being run.