Ecosuite Docs
  • Ecosuite User Guide
  • Modules
    • Events
      • Creating a SolarNetwork reset event
      • Creating a Service Request
    • Energy
      • Download Datums
      • Asset Hierarchy
    • Economics
      • Economics Module FAQ
    • Data
      • Project
        • New Project Guide
        • Operating Reports
        • Status
          • Project and System Status and Project Flag filtering
        • Expected Energy Calculation Setup
        • Importing from Coda
      • Pro Forma
        • Importing Financial Models
      • Audit
      • Raw Data
    • Forge
  • Admin
    • User Management 101
    • Settings
      • Tariffs
  • Ecosuite Terminology
    • Forecasting
  • Ecosuite AI
    • Accessing raw data (e.g. for ML training)
  • Power Dashboard
  • 🏢Organizations
    • Google Integration
      • Getting Started
        • Self Hosted
        • Ecosuite Infrastructure
Powered by GitBook
On this page
  1. Modules
  2. Data
  3. Project

Status

PRODUCTION

  • System Status Aggregation

Status information is displayed to the user in two ways at the project level:

  • Project Status

  • System Status (derived)

These two values indicate the top level project status via either an explicit statement made by the user (i.e. setting the “Project Status”), or by aggregating the individual system level statuses to derive a project level “System Status”.

System Status Aggregation

Each system contains an explicit System Status property. Each time a system status is changed, the project evaluates each of its systems to dynamically derive the whole project level “System Status”.

The method can briefly be described by the following logic:

If there are no systems in the project:
  The project status is "New Project"
  
Else:
  If every system status is the same:
    If the shared status is "New System":
      The project status is "New Project"
    Else:
      The project status is whatever this shared status is.
    
  Else if some of the systems are "Operational", but not all of them:
    The project status is "Partially Operational"
  
  Else:
    The project status is "In Progress"

The potential benefit to this approach is that it allows for more fine control over system level progress reporting, with the entire project status therefore merely being a reflection of the sum of all systems.

PreviousOperating ReportsNextProject and System Status and Project Flag filtering

Last updated 1 year ago