Custom Widgets

The Custom Widgets Feature allows users to craft widgets that consumes from the API within LubeLogger itself. Only the Root(SuperAdmin) user can modify custom widgets, but once configured it is visible to every user.

How It Works

When LubeLogger loads the Dashboard view, it will check if there is a widgets.html located within the /data directory. If this file exists, a button with the text Additional Widgets will be displayed

Clicking on this button will bring up a dialog/modal which will render everything in widgets.html (JavaScripts included)

Configuring Custom Widgets

This feature requires the user to be comfortable with the following paradigms:

  • JavaScript and jQuery syntaxes
  • Consuming JSON data from API Endpoints
  • Displaying data in DOM elements
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9