Functional Locations
Concept overview
- FunctionalLocation: a place in the plant/site hierarchy where work happens.
Functional locations provide the structure for where equipment resides and where activities occur.
First implementation
- Title (required).
- IDs/keys: standard unique identifiers as used by the backend.
- Standalone: implemented as a separate entity for now, with simple CRUD.
Planned relationships
- Assets linked to FunctionalLocations (where an asset lives or is operated).
- OperatorRounds may reference FunctionalLocations (which location to inspect).
Relationships will be added after the isolated models are stable.
Usage in Blueprint
- Simple CRUD list for FunctionalLocations.
- Title‑based forms to add/edit records.
- Offline support similar to WorkItem and OperatorRounds: create/edit offline, sync later.
See also:
- Assets (/docs/domain/assets)
- Asset Types (/docs/domain/asset-types)