Template Editor

DocuMotor’s user interface (UI) is split up into three main panes located on the left, in the center, and on the right side of the screen. These panes will be called the Data Pane, the Edit Pane, and the Result Pane respectively. Each pane holds different functionalities meeting the users’ needs, and the panes can switch views between these functionalities. The UI also has a top bar containing the overall functionalities needed for all three view panes.

Furthermore, it is possible to adjust the size of the three view panes. When hovering the mouse over the lines splitting the panes, a slider will appear, and it is possible to drag the slider to the left and right which will adjust the size of the panes adjacent to the slider.

Top bar

The top bar is the only component that stays the same no matter what view the user selects in the three main panes. The top bar contains settings that applies to the entire DocuMotor template.

Code snippets

The first functionality in the top bar is to get code snippets to generate the template through the DocuMotor API. Here it is possible to get either a curl snippet or a postman snippet.

Tags

Next to the snippets button is the button for adding or removing tags in the template. The tags are used to define the template under a specific group or theme. This makes it possible to then get a list of all templates with specific tags from the DocuMotor API.

Breadcrumbs and Status Identification

The breadcrumbs show where the current template is located in the DocuMotor. These breadcrumbs are currently not navigational and are at the moment just for informatic purposes.

Furthermore, the breadcrumbs area also shows the status of the template when running or saving the template. If no errors are in the template or in the transformation, the breadcrumbs area will turn green and confirm the action.

For example, when running the transformation, it will show a loading indicator followed by either a green success message, a red warning message, or a warning/error icon including the number of warnings/errors in the transformation.

When a warning or error icon is shown, it is possible to see what the warning/error message is by clicking the icon.

Settings

The settings button opens a dialog that makes it possible to see when the data was last modified and who modified it. It is also possible to change different settings for the template. The settings possible to change are enabling or disabling:

  • Record Sample Data – This feature will automatically fetch the sample data from a third party when turned on.
  • Trim End – This feature will remove blank pages at the end of the generated document when turned on.
  • Output as PDF – This feature will output the generated document as a PDF when turned on.

Save

When clicking the save button, it will prompt the user with information about what changes have been made, and if the user is sure they want to save the changes. Clicking “Apply” in the prompt will save all changes and update the information in the settings menu about when the data has been modified and by who.

Run

The run button will run the transformation and generate the document. However, if the tab called “Transformation Result” is the active tab in the result pane only the transformation will be evaluated since it will not be necessary to generate the template in the background.