Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add refresh button for querying for new runs without completely reloading app #227

Open
gfrogat opened this issue Sep 21, 2018 · 3 comments

Comments

@gfrogat
Copy link
Contributor

gfrogat commented Sep 21, 2018

currently you have to reload the website to get new run and thereby loose the complete app state 😕

@thinkh
Copy link
Member

thinkh commented Sep 21, 2018

You mean, when adding new run JSON files to the backend, they should be available in the select2?

@thinkh
Copy link
Member

thinkh commented Sep 21, 2018

In the simplist case the refresh button can load the run list and replace it in the frontend. A more sophisticated option would be a websocket connect and receiving new runs via "push" event.
In my opinion we should keep it simple. ;-)

@gfrogat
Copy link
Contributor Author

gfrogat commented Sep 21, 2018

yes, querying the run endpoint and updating the select2 would be enough.

websockets would be nice for live-updates but we already iceboxed that idea some time ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants