You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

About

The PartnerPortal database is a relational SQL Server database, built using an Entity Framework code-first approach.

It contains tables representing real-world entities, such as WorkOrder, Contractor, GridCompany, as well as technical assets like Meter, CableSpecification, and ServiceLine.

In addition, it includes tables that define the work order flow, for example WorkOrderType, WorkOrderStatus, Instruction, and CompletionInfo.

Technical model


Flow model


  • No labels