feat: add approvable interactive UML stages

This commit is contained in:
user
2026-07-16 14:10:16 +02:00
parent 41804a8ad1
commit 1c06ca35d6
4 changed files with 440 additions and 36 deletions
+15 -1
View File
@@ -663,7 +663,17 @@
"id": { "type": "string", "minLength": 1 },
"label": { "type": "string", "minLength": 1 },
"description": { "type": "string", "minLength": 1 },
"code_ref": { "type": "string" }
"code_ref": { "type": "string" },
"progress_id": {
"type": "string",
"minLength": 1,
"description": "Identyfikator zatwierdzenia etapu zapisywany w JSON-ie przebiegu zajęć."
},
"svg_label": {
"type": "string",
"minLength": 1,
"description": "Początek etykiety grupy PlantUML zaznaczanej w inline SVG."
}
},
"additionalProperties": false
}
@@ -724,6 +734,10 @@
"criterion": {
"type": "string"
},
"conclusion_tex": {
"type": "string",
"description": "Końcowy wniosek renderowany po zasobach sekcji."
},
"title": {
"type": "string",
"minLength": 1