Skip to content

Commit feb485e

Browse files
authored
feat: Add PhysicalComponent to work item types
Merge pull request #17 from DSD-DBS/add-physical-component
2 parents a287c63 + 0e46f2e commit feb485e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

template/.polarion/tracker/fields/custom-fields.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,6 @@ SPDX-License-Identifier: Apache-2.0 -->
8787
type="text/html" />
8888
<field description="Grouped links backlinks for scenarios." id="scenarios_reverse"
8989
name="is Scenario in" type="text/html" />
90+
<field description="Context Diagram" id="context_diagram" name="Context Diagram"
91+
type="text/html" />
9092
</fields>

template/.polarion/tracker/fields/workitem-type-enum.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,15 @@ SPDX-License-Identifier: Apache-2.0 -->
124124
description="A Component is a constituent part of either the System or Internal Actors. He contributes to their behavior, properties and characteristics, by interacting with other Components and with both Internal and External Actors."
125125
iconURL="/polarion/icons/project/%project-id%/PhysicalComponentNode.gif"
126126
id="physicalComponentNode" name="Physical Component Node" sortOrder="35" />
127+
<option
128+
description="A Component is a constituent part of either the System or Internal Actors. He contributes to their behavior, properties and characteristics, by interacting with other Components and with both Internal and External Actors."
129+
iconURL="/polarion/icons/project/%project-id%/PhysicalComponent.gif"
130+
id="physicalComponent" name="Physical Component" sortOrder="36" />
127131
<option
128132
description="The Mode of an element defines the kind of element exploitation expected in given use conditions. A Mode is activated by operators. It is usually the result of a design decision and is an expected behavior feature of the element."
129-
iconURL="/polarion/icons/project/%project-id%/Mode.gif" id="mode" name="Mode" sortOrder="36" />
133+
iconURL="/polarion/icons/project/%project-id%/Mode.gif" id="mode" name="Mode" sortOrder="37" />
130134
<option
131135
description="The State of an element characterizes the element behavior in given environmental conditions. A State is activated mainly by external conditions, or by operators. It may be unexpected and even suffered."
132136
iconURL="/polarion/icons/project/%project-id%/State.gif" id="state" name="State"
133-
sortOrder="37" />
137+
sortOrder="38" />
134138
</enumeration>

0 commit comments

Comments
 (0)