Introduction
The "Events" module allows you to create and edit events, which enable you to interact with the users of your system. In this module, you select an event that the system will respond to and send notifications to your system's users. For example, you have statuses for catalog items "In stock" and "Out of stock," and you want to send users a notification about a status change from "Out of stock" to "In stock":
In Platform OneEntry, there are three ways to interact with your system's users through the "Events" module:
- Push Notification
- Socket IO
More details will be provided in the chapter on editing events
Key Interface Elements of the Events Module
1. Control Buttons
- Additional settings. This allows you to configure the email address from which users of yourFirebase
for push notifications.
2. Event List
Displays all created events. Each row in the list corresponds to one event and contains information about the event's name and an actions column. The following actions are available for events:
Configure - opens the event editing page.
Delete - removes the event from the events table.
3. New Event Creation Form
The event creation form contains two input fields:
- Name - a required field where you must enter the event name;
- Marker - a required field where you must enter a unique Markerfor the event (only Latin letters and the characters "_" and "-" are allowed);
and an "Add" button, which adds the created event if the data in the Name and Marker input fields is valid.