Developer Guide

This section is intended for anyone aiming to extend or improve DaDesktop.

There are several ways to extend DaDesktop's functionality:

  1. Write a simple script that gets triggered at a specific moment (we call these hooks or event scripts).
  2. Create a GUI module.
  3. Implement Authorization or Authentication logic (for example, assigning users to particular roles and groups).

In addition to the above, you may modify the source code yourself, to the extent your licence permits. For further details, please reach out to our sales team in India.

  1. You could fix a bug
  2. You could create a new module
  3. You could rewrite an existing module