You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow GetTask and ListTasks to request a specific subset of fields in the response to enable the client to get exactly what it wants without extra weight
provide an event system which client can easily subscribe to
server side rendering of initial page load
configurable and pause-able refresh in the dashboard
I'm not sure any of those are worth the amount of work and complexity. The initial problem was improved a lot.
The configurable and pause-able refresh loop is a good idea, but let's address that in a separate issue later.
The auto refresh on the task list is a excessive. Looks like it refreshes every 2 seconds, and in my dashboard that's download over 500KB per request.
I do like the idea of having the dashboard update without needing to hit refresh, but there's a lot of room for optimization here:
https://github.com/ohsu-comp-bio/funnel/blob/master/webdash/app.js#L51
The text was updated successfully, but these errors were encountered: