Compare commits
2 Commits
c64e5b2d96
...
782b8a3387
| Author | SHA1 | Date | |
|---|---|---|---|
| 782b8a3387 | |||
| cfc49b3e25 |
+50
-2
@@ -1,12 +1,60 @@
|
|||||||
{
|
{
|
||||||
"presetFields": [],
|
"presetFields": [
|
||||||
|
{
|
||||||
|
"type": "Select",
|
||||||
|
"tagName": "select",
|
||||||
|
"icon": "right-triangle",
|
||||||
|
"tooltip": "Accepts a single value from a list",
|
||||||
|
"colorClass": "select",
|
||||||
|
"options": {
|
||||||
|
"sourceType": "ValuesList",
|
||||||
|
"valuesList": {
|
||||||
|
"1": "RoD",
|
||||||
|
"2": "A",
|
||||||
|
"3": "T",
|
||||||
|
"4": "I"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name": "verification",
|
||||||
|
"id": "1EFBQO",
|
||||||
|
"path": "",
|
||||||
|
"style": {
|
||||||
|
"code": true,
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"strikethrough": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "Select",
|
||||||
|
"tagName": "select",
|
||||||
|
"icon": "right-triangle",
|
||||||
|
"tooltip": "Accepts a single value from a list",
|
||||||
|
"colorClass": "select",
|
||||||
|
"options": {
|
||||||
|
"sourceType": "ValuesList",
|
||||||
|
"valuesList": {
|
||||||
|
"1": "0_Миссия",
|
||||||
|
"2": "1_Аппарат",
|
||||||
|
"3": "2_Подсистема",
|
||||||
|
"4": "3_Компонент"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name": "level",
|
||||||
|
"id": "rovOe4",
|
||||||
|
"path": "",
|
||||||
|
"style": {
|
||||||
|
"italic": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"fileClassQueries": [],
|
"fileClassQueries": [],
|
||||||
"displayFieldsInContextMenu": true,
|
"displayFieldsInContextMenu": true,
|
||||||
"globallyIgnoredFields": [],
|
"globallyIgnoredFields": [],
|
||||||
"classFilesPath": null,
|
"classFilesPath": null,
|
||||||
"isAutosuggestEnabled": true,
|
"isAutosuggestEnabled": true,
|
||||||
"fileClassAlias": "fileClass",
|
"fileClassAlias": "fileClass",
|
||||||
"settingsVersion": "5.0",
|
"settingsVersion": "5.2",
|
||||||
"firstDayOfWeek": 1,
|
"firstDayOfWeek": 1,
|
||||||
"enableLinks": true,
|
"enableLinks": true,
|
||||||
"enableTabHeader": true,
|
"enableTabHeader": true,
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
id: ""
|
||||||
|
level: "" # Mission, System, Satellite, Subsystem, Component
|
||||||
|
tag: "" # короткое имя, например "Camera Trigger"
|
||||||
|
type: "" # Functional, Performance, Design, Interface, ...
|
||||||
|
parent: "" # ID родительского требования или список
|
||||||
|
priority: "" # Mandatory, Highly Desirable, Desirable
|
||||||
|
verification: "" # Test, Analysis, Inspection, Demonstration
|
||||||
|
rationale: ""
|
||||||
|
owner: ""
|
||||||
|
---
|
||||||
|
# <% tp.file.title %>
|
||||||
|
|
||||||
|
**Текст требования**: <% tp.file.cursor(1) %>
|
||||||
Reference in New Issue
Block a user