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
Just added the WorkflowService to Dashboard.vue in #149 , and noticed that ended up with some code duplicated that seems boilerplate for polling data. Some of the code may go away with WebSockets, but I suspect some of that would remain.
e.g. the methods are pretty much the same, and could be in a Object or a Mixin?
The text was updated successfully, but these errors were encountered:
Just added the
WorkflowService
toDashboard.vue
in #149 , and noticed that ended up with some code duplicated that seems boilerplate for polling data. Some of the code may go away with WebSockets, but I suspect some of that would remain.e.g. the methods are pretty much the same, and could be in a Object or a Mixin?
The text was updated successfully, but these errors were encountered: