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
dashboard-plugin/client-version is functional, but needs to be improved.
Functions need to be more resilient - code needs to be DRYed out further
We should consider Template from webpack to assist in writing function templates.
Look in webpack code and search for Template.asString to Template.baseFunction, a lot of templating tools are available to make it easier to format and wring blocks of strings.
What happens if a remote fails, we would need to think about what pattern could be implemented - like trying to load another version, when that promise rejects
We want to be able to track the scripts in the best way possible when injecting them.
The text was updated successfully, but these errors were encountered:
I've pulled and merged the latest release branch, and I branched out of there. Haven't made any changes yet.
Would be good to know if I did something wrong, or missing something.
dashboard-plugin/client-version is functional, but needs to be improved.
Functions need to be more resilient - code needs to be DRYed out further
We should consider Template from webpack to assist in writing function templates.
Look in webpack code and search for Template.asString to Template.baseFunction, a lot of templating tools are available to make it easier to format and wring blocks of strings.
What happens if a remote fails, we would need to think about what pattern could be implemented - like trying to load another version, when that promise rejects
We want to be able to track the scripts in the best way possible when injecting them.
The text was updated successfully, but these errors were encountered: