IGE EVENT
User Guide
Visit management system and real-time tracking.
02. Visitor Registration
There are two ways to register a visitor: via the admin panel or via the public form. After registration, the visitor receives their ticket by email.
Note:
Both visitors and exhibitors receive a QR code in VCard V4.0 format, allowing easy contact import into any smartphone.
Registration Flow Diagram
sequenceDiagram
autonumber
participant V as Visitor
participant S as Site (/register)
participant A as Admin (/admin)
participant DB as System
Note over V,S: Public Registration
V->>S: Fills info and chooses a Host
S->>DB: Creates Visitor and Visit
DB-->>V: Shows Ticket + QR Code
DB-->>V: Sends ticket by email
Note over A,V: Host Registration
A->>A: Creates a new Visit
A->>DB: Saves visitor
DB-->>V: Sends ticket by email
A-->>V: Sends ticket link
Public Registration (1-4)
-
1
Visitor enters information (name, company, email) and selects a host.
-
2
Site sends data to the system to create the visitor and visit.
-
3
System displays the ticket and the unique QR code.
-
4
System sends the ticket to the visitor by email.
Host Registration (5-8)
-
5
Admin/Host initiates the creation of a new visit.
-
6
Visitor information is validated and saved.
-
7
System sends the ticket to the visitor by email.
-
8
The host can manually share the ticket link with the visitor.
03. Validation & Printing
When a visitor arrives, the printing desk validates their presence and prints the ticket. Scanning (QR Code) will be integrated in a future phase.
Validation Procedure Diagram
flowchart LR
A["Visitor Arrives"] --> B["Printing Desk"]
B --> C["Print Ticket & Validate"]
C --> D["Auto-Presence Update"]
D --> E["WebSocket Broadcast"]
E --> F["Host Dashboard"]
F --> G["Real-time Notification"]
style A fill:#181B21,stroke:#C3141D,color:#fff
style B fill:#C3141D,stroke:#C3141D,color:#fff
style C fill:#C3141D,stroke:#C3141D,color:#fff
style F fill:#1d4ed8,stroke:#1d4ed8,color:#fff
05. Exhibitor Registration
Exhibitors can register via a dedicated form. Their contact information, business sector, and stand number are recorded to manage their participation effectively.
Note:
Both visitors and exhibitors receive a QR code in VCard V4.0 format, allowing easy contact import into any smartphone.
Exhibitor Flow Diagram
flowchart LR
A["Exhibitor Form"] --> B["Process Validation"]
B --> C["Admin Panel"]
C --> D["Participation Management"]
style A fill:#C3141D,stroke:#C3141D,color:#fff
style C fill:#181B21,stroke:#C3141D,color:#fff