Daniel Valadas
Daniel Valadas
Due to the differences in compilation of storybook vs stencil https://github.com/ZanichelliEditore/storybook-addon-stencil was not compatible with recent versions of both. Storybook recent improvements made that difference less of a problem and...
The persona bar template title is smaller than other modules default. We should match it so it looks less out of place. While doing this, we could also adjust the...
nav_TheModuleName.txt is hardcoded to "My Admin Module" we need to update that value to use a template parameter.
There is a mixup between the module name the prefix and the folder name. All testing has been done with the folder having the same name as the modules, but...
The persona bar has functions to send API calls and display a progress on top while waiting on the response. This is nice and looks like the other PB modules...
To get this out the door, integration tests were not implemented on the Persona Bar module template. I would be a nice to have.
As projects age, it is sometimes required to run upgrade logic. It always takes me quite some time to figure out how to do it. If that was in the...
See documentation here https://www.npmjs.com/package/gh-pages The idea is that if the module is in a private repository, publishing its documentation in that repository may be less than useful as we don't...
The concept of this template is that it has everything and the consumer removes what he/she does not want. It is not a "starter" that is basic and the consumer...
Jodit supports plugins, for a nice usage by 3rd parties and potentially as a future DNN Html Editor Provider, it would be nice to have some documentation and an example...