Part Request
IRI: https://w3id.org/altium/cdm/library/PartRequest
Bounded context: library
Part Request represents a formal demand from a designer to introduce a new Component or Part into the managed library, typically triggered when an item is not yet available in the workspace.
Platform API
GRID (1)
grid:workspace:{workspace-id}:library:part-request/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class lib_part_request["Part Request"]
style lib_part_request fill:#ffe599
click lib_part_request href "../../classes/lib_part_request/"
lib_part_request : id
Comments
Part Request has its own identity and lifecycle, capturing intent, justification, and required attributes, and serving as the entry point for librarian or librarian-like roles to validate, enrich, and release the requested item. It connects design needs with library governance, ensuring that sourcing, compliance, and lifecycle rules are applied consistently before the Part becomes available for use in projects.
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:library:part-request/{id} |