URS-WPC-001: Work Piece Carrier Management¶
| Property | Value |
|---|---|
| ID | URS-WPC-001 |
| Version | 1.0 |
| Status | Draft |
| Bounded Context | WorkPieceCarrier |
| Author | |
| Approved By | |
| Date |
BR Traceability¶
| URS Requirement | Business Requirement | arc42 Reference |
|---|---|---|
| URS-WPC-001.1 | BR-03 | arc42/01 s1.1 |
| URS-WPC-001.2 | BR-03 | arc42/01 s1.1 |
| URS-WPC-001.3 | BR-03 | arc42/01 s1.1 |
Scope¶
The WorkPieceCarrier bounded context manages physical carriers (WPCs) that hold products during manufacturing. WPCs are tracked via RFID and move through manufacturing stations.
Requirements¶
URS-WPC-001.1: Create Work Piece Carrier¶
Description: The system shall allow creation of work piece carriers with name, RFID tag, and type.
Acceptance Criteria: - Create WPC with name, RFID tag identifier, and carrier type - Auto-generated UID and CRC - Timestamp and Creator recorded - RFID tag is stored for physical tracking
GxP Relevance: Direct Risk Class: Medium
URS-WPC-001.2: Query Work Piece Carriers¶
Description: The system shall allow querying WPCs by ID, RFID tag, type, or availability status.
Acceptance Criteria: - Retrieve WPC by UID - Look up WPC by RFID tag - Filter WPCs by type - List available (unassigned) WPCs
GxP Relevance: Indirect Risk Class: Low
URS-WPC-001.3: Update and Delete Work Piece Carriers¶
Description: The system shall allow updating WPC properties and deleting WPC records.
Acceptance Criteria: - Update WPC name, type, or RFID tag - CRC recalculated on update - Delete WPC by UID - Appropriate error if WPC does not exist
GxP Relevance: Supporting Risk Class: Low
References¶
- Architecture: arc42/05 s5.2.1 — WPC BC
- Related URS: URS-MFG-001 (WPC association in processes)