Appearance
Home Behavior Manifest
Scanned
- Frontend files: 18
- Backend files: 3
- Total files: 21
Pages
- Home Dashboard (/home)
Sections
- System Status (system-status)
- Device Health (device-health)
- Alarm Posture (alarm-posture)
- Plan Capacity (plan-capacity)
- Telemetry Usage (telemetry-usage)
- Plan Details (plan-details)
Flows
- load-home-overview
- Page loads.
- Frontend requests the home overview data.
- Backend returns aggregated tenant metrics.
- UI renders summary cards and analytics.
- calculate-system-status
- Evaluate critical alarms.
- Evaluate open alarms.
- Evaluate device connectivity or online rate.
- Determine the final system status.
- calculate-capacity
- Compare usage against plan limits.
- Compute usage percentages for tracked resources.
- Determine the highest pressure area.
- Assign the final capacity state.
Constraints
- Homepage depends on the home overview API response.
- Plan limits may be null for unrestricted plans.
- System status is derived from alarms and connectivity.
- Capacity is calculated using the highest resource usage percentage.
Unknowns
- None
