The dashboard allows every user to keep all important tasks in mind. JobRouter delivers a number of widgets from which the user can chose. The user selects the widgets he wants to see on his dashboard. The widgets can be arranged and their size can be adapted on the dashboard freely.
What is the Dashboard API?
The Dashboard API serves to make the generation of own dashboard widgets as easy as possible. In this widgets contents of different JobRouter modules can be displayed, e.g. by using JobRouter REST API. Alternatively, interfaces of external systems are used to visualize data in JobRouter. You can localize the displayed texts easily.
For the generation of own dashboard widgets knowledge in PHP and Webdesign with HTML and CSS are required.
This manual offers an overview over the Structure of dashboard widgets and the Methods and objects of the dashboard API. Additionally, you get an introduction into the utilization of the template engines (Handlebars) used. Various practical examples complete the manual.
The practical examples of the Dashboard API can be downloaded from the JobRouter support portal.