From ed64d42feb0f25e01d3f256faaf3c7c91b5b2179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Voskuhl?= <juergen.voskuhl@itcv-software.com> Date: Fri, 29 Sep 2023 15:02:45 +0200 Subject: [PATCH] Added some constants --- lib/constants-standards.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/constants-standards.js b/lib/constants-standards.js index 7b0de0d..17d45ed 100644 --- a/lib/constants-standards.js +++ b/lib/constants-standards.js @@ -39,4 +39,13 @@ module.exports = Object.freeze({ 'genehmigung_dekommissionierung', 'dekommissionierung', ], + + // All possible artefacts + ARTEFACTS: [ + { id: 'artefaktSpec', text: 'Spezifikation' }, + { id: 'artefaktBenutzerdokumentation', text: 'Benutzerdokumentation' }, + { id: 'artefaktTestumgebung', text: 'Testumgebung' }, + { id: 'artefaktRefImplementation', text: 'Referenzimplementierung' }, + { id: 'artefaktBetriebskonzept', text: 'Betriebskonzept' }, + ], }) -- GitLab