Compare commits

...

10 Commits

8 changed files with 76 additions and 7 deletions
+2 -1
View File
@@ -12,5 +12,6 @@
"metadata-menu", "metadata-menu",
"templater-obsidian", "templater-obsidian",
"mermaid-tools", "mermaid-tools",
"mehrmaid" "mehrmaid",
"d2-obsidian"
] ]
+50 -2
View File
@@ -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,
+1
View File
@@ -0,0 +1 @@
Username for 'https://git.msi25.moonlightv.xyz':
@@ -0,0 +1 @@
asserthq
View File
+14
View File
@@ -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) %>
-1
View File
@@ -1 +0,0 @@
testesttesttesttest
+8 -3
View File
@@ -1,8 +1,13 @@
--- ---
id: REQ-XXX-YYY id: REQ-XXX-YYY
title: title:
level: Система | Аппарат | Подсистема | Компонент level: Миссия | Система | Аппарат | Подсистема | Компонент
type: type: Ф
tags: tags:
- req - "#мка"
- "#сэп"
- "#сос"
- "#тмтк"
- "#бку"
- "#пн"
--- ---