Ontology Reference¶
Type Catalogue¶
Directive |
Title |
Prefix |
Color |
|---|---|---|---|
|
User Story |
US_ |
#E8D5B7 |
|
Requirement |
REQ_ |
#BFD8D2 |
|
Design Specification |
SPEC_ |
#FEDCD2 |
|
DEFINITION |
DEF_ |
#C8A4D4 |
|
Implementation |
IMPL_ |
#DF744A |
|
Test Case (deprecated — use uat, unit_test, or test) |
TEST_ |
#DCB239 |
|
UAT Test Case |
UAT_ |
#A8E6CF |
|
Unit Test |
UNIT_ |
#FFD3B6 |
Type Relationships¶
flowchart BT
req -->|provides| story
spec -->|implements| req
impl -->|implements| spec
test -->|verifies| req
uat -->|validates| story
unit_test -->|verifies| spec
def -->|defines| spec
Status Lifecycle¶
stateDiagram-v2
draft --> approved
draft --> open
open --> draft
open --> approved
approved --> implemented
implemented --> verified
approved --> draft
[*] --> deprecated : from any