An action is a group of one or more action items (SD_Meeting_Tool_Action_Item).
The plugin provides a framework for other plugins to create and store their own action items. The plugin also provides action trigger handling, triggering the items in the correct order when requested.
Actions are triggered by other plugins. The registration plugin can, for example, trigger an action that contains action items that insert the participant into a list.
Action items are dynamically supplied by installed plugins. Plugin: Lists, for example, provides action items for adding and removing participants to and from lists.
Enable the plugin in Wordpress.
The plugin will then create the following database tables:
Decide first what action is necessary. Take, for example, checking somebody in.
That would mean that the registration plugin needs an action that:
After the goal is clear, create the action.
Then edit the action and create two action items of the correct type (see the drop-down list).
After the two items are created, configure them. This will, in turn, call the list plugin's configure method. The returned configuration is stored by Actions.
The action items can be reordered by dragging, in case the order is important.
1.8.1.2