16 lines
247 B
Text
16 lines
247 B
Text
@startuml problem_detail
|
|
|
|
!include enums.puml
|
|
!include problem.puml
|
|
!include meta.puml
|
|
|
|
Problem o-- Practice
|
|
Problem o-- HTTPMethod
|
|
Problem o-- Status
|
|
Problem o-- Resolution
|
|
Problem o-- Priority
|
|
Problem o-- DefectStatus
|
|
|
|
Problem o-- Meta
|
|
|
|
@enduml
|