Closed OllisGit closed 2 years ago
This issue has been automatically marked for closing, because it has not had activity in 30 days. It will be closed if no further activity occurs in 10 days.
This issue was closed, because it has been already marked for 10 days with no activity.
Use Namingconventions like
Functions called from jinja-Template:
doSomething()
Functions only used in JavaScript-File starting with underscore (private):
_doSecretStuff()
Knockout-Fields must end with OK:
selectedColorNameKO
orallColorsKOArray
Each Dialog must have its own
jinja2
andjs
fileCreate reusable Knockout-Components
submitButton
. Each component has its ownjs
andjinja2
file. Components should be located in a sub-folderUse Model-Classes in separate
js-file