Some basic rules to follow
- Remove all
console.%()
statements. - Remove all
debugger;
statements (!!!{).
Test Qlik Sense Server
Ensure that you test your solution also on Qlik Sense Server, not only in the desktop environment.
Automate it!
One the one hand it's fine to have a deployment checklist, but on the other hand stupid, repetitive work should be minimized.
So I personally prefer to automate as many tasks in my daily work as possible.
Have a look at the following projects to get an idea of how repetitive tasks related to extension development can be automated:
In this tutorial
Introduction
Part I: Introduction to Developing Visualization Extensions for Qlik Sense
Part II: Visualization Extensions & AngularJS
Part III: Subjects
Part IV: Deployment Checklist
Appendix: FAQ
On this page