Part Insight
IRI: https://w3id.org/altium/cdm/insights/PartInsight
Bounded context: insights
TBD
Platform API
GRID (1)
grid:workspace:{workspace-id}:insights:insight/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class ins_PartInsight["Part Insight"]
style ins_PartInsight fill:#a64d79
click ins_PartInsight href "../../classes/ins_PartInsight/"
class ins_Insight["Insight"]
style ins_Insight fill:#a64d79
ins_Insight <|-- ins_PartInsight
click ins_Insight href "../../classes/ins_Insight/"
ins_PartInsight --> "1" lib_part : part
click lib_part href "../../classes/lib_part/"
class lib_part["Part"]
style lib_part fill:#ffe599
ins_PartInsight --> "*" Any : informed by
click Any href "../../classes/Any/"
class Any["Any"]
ins_PartInsight --> "*" Any : occurs in
click Any href "../../classes/Any/"
class Any["Any"]
ins_PartInsight --> "*" col_Task : tasks
click col_Task href "../../classes/col_Task/"
class col_Task["Task"]
style col_Task fill:#6fa8dc
ins_PartInsight : id
Inheritance
- Entity
- Activity
- ins_Insight
- ins_PartInsight
- ins_Insight
- Activity
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| tasks | * |
Task | Task associated with this insight | ins_Insight |
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
| part | 1 |
Part | Part associated with this insight | direct |
| informed by | * |
BOM WIP or Hardware Project |
Entities associated with this insight | direct |
| occurs in | * |
BOM Release or Hardware Project Release or Component Revision |
Entities associated with this insight | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:insights:insight/{id} |
| platformAPI | DesWorkspaceInsInsight |