Skip to content

[Refactor] Merge System Status and Resource Monitor Modules #185

Description

@centiceron

Objective:

The engine/ directory currently contains both resource_monitor.py and system_status.py. Since both scripts are dedicated to tracking application health and hardware metrics, having them separated creates unnecessary imports and bloat.

Action Items:

  • Combine the logic of resource_monitor.py and system_status.py into a single script (e.g., engine/system_monitor.py).

  • Update all import references across the application (specifically checking the Settings page and app.py).

  • Ensure that merging them does not break the UI display of system metrics.

  • Delete the deprecated legacy scripts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions