Dashboard
Description
Section titled “Description”The Dashboard screen allows you to view and manage all brokers registered in the system. It is the central point for monitoring the status of brokers, accessing their details, and performing actions such as adding, updating, or checking their connectivity. This screen is only available in the ENTERPRISE and CLOUD versions; in the EDGE version, the Dashboard is not displayed, as only basic operation is allowed.
The Dashboard displays relevant information about each broker, such as its connection status, name, address, and start date. It also allows for direct management of brokers through action buttons and real-time notifications about the success or failure of operations.
Main Functionality
Section titled “Main Functionality”- Listing of all brokers registered in the system, with detailed information.
- Visualization of the connection status of each broker (connected/disconnected).
- Actions to add a new broker, update parameters of existing brokers, and access advanced configuration.
- Real-time notifications about the status of operations (success/error).
- Quick access to other relevant screens depending on the broker type and installed version.
Availability by version
Section titled “Availability by version”- ENTERPRISE: All features enabled.
- CLOUD: All features enabled.
- EDGE: Not available.
User flow diagram
Section titled “User flow diagram”flowchart TD
A[Login] --> B[Access Dashboard]
B --> C{Are there registered brokers?}
C -- Yes --> D[List brokers with details]
C -- No --> E[Show message: 'No brokers available']
D --> F[Select broker]
F --> G[View details and connection status]
F --> H[Update parameters]
F --> I[Access advanced configuration]
B --> J[Add new broker]
J --> D
E --> J
Inputs/Outputs
Section titled “Inputs/Outputs”- Inputs: No requiere inputs directos, pero permite agregar o actualizar brokers mediante formularios.
- Outputs: Visualización de brokers, estado de conexión, notificaciones de éxito/error, acceso a otras pantallas.