Tools and Widgets
From Subscribe-HR Wiki Help
(→Creating New Tools and Widgets Item) |
|||
Line 55: | Line 55: | ||
===API=== | ===API=== | ||
− | This section allows developers to create RESTful API end points. | + | This section allows developers to create RESTful API end points which can then be called from front end to provide data and content. For full documentation please refer to our [https://subscribehr.readthedocs.io/en/latest/apps.html developer portal]. |
===Template=== | ===Template=== |
Revision as of 11:14, 16 March 2020
Contents
Tools and Widgets Explained
Subscribe-HR development platform allows users and third party developers to create extensions (Apps). Apps can include a number of simple components e.g. Objects, Fields, Actions etc. In addition Apps can have complex components with rich dynamic content. The following component types can be created through the platform:
- Widget - dashboard widget that is rendered as one of the tiles on the dashboard.
- Wizard - a start wizard that contains a number of steps to take the user through.
- Workbench - a workbench specific application.
- Tool - an application within tools area.
Creating New Tools and Widgets Item
- After logging into the Subscribe-HR portal, select the Development TAB.
- Select the Tools and Widgets folder.
- Select the [Add new record] button.
The following table describes all available fields.
Field Name | Description |
UUID | Unique identifier for the tool or widget. |
Active | Indicates whether tool is active or not. |
Name | Tool or widget name. |
Type | One of the following: Widget, Wizard, Workbench or Tool. |
Size | Only available if type is Widget. Options are Stat, Half or Full. "Stat" is a small tile at the top of the dashboard. "Half" is a half sized tile. "Full" is a full sized tile. |
Icon | Font awesome class to use as the tool icon. |
Development Components
API
This section allows developers to create RESTful API end points which can then be called from front end to provide data and content. For full documentation please refer to our developer portal.