BCDA-APS / qs-web2023

Web client for Bluesky queueserver using ReactJS
Other
2 stars 0 forks source link

Configuration Settings #12

Open samaraaugust opened 1 year ago

samaraaugust commented 1 year ago

I created a configuration setting modal to be able to change the amount of seconds that the web client fetches new data from the api. The logic regarding changing the amount of seconds is not finished.

samaraaugust commented 1 year ago

image

samaraaugust commented 1 year ago

The primary goal would be to find a more appropriate way to fetch new data from the api, rather than fetching new data every 3 seconds, only fetch new data when the state of the queue server has changed.