Use Case: Real-Time Administrator Tracking Panel

In an administrator application, there is a screen titled ‘View Active Users.’ The administrator wants to see who is currently active in the system. This information is used to analyse system load and take user-specific action (e.g., send notifications) when necessary.

Application Flow:

  • Element: ‘Get Active Users’ button
  • Trigger: OnClick
  • Action: Authorisation → Get Online Users
  • Display of Results: The user data is displayed in a table.

Results returned by the actions:

  • User Name
  • Email
  • Session Start Time
  • IP Address (if available)
  • Status (Online)