From c01855b8127963249f5fc12a811dae2d8acf6200 Mon Sep 17 00:00:00 2001 From: PandaeDo Date: Mon, 11 May 2026 10:51:35 +0200 Subject: [PATCH] add/fix rasics --- .../architecture_design/architecture_workflow.rst | 11 +++++++++++ .../implementation/implementation_workflow.rst | 12 ++++++++++++ .../platform_management_workflow.rst | 12 ++++++++++++ .../requirements_workflow.rst | 12 ++++++++++++ .../safety_management_workflow.rst | 15 +++++++++++++++ .../verification/verification_workflows.rst | 6 +++--- 6 files changed, 65 insertions(+), 3 deletions(-) diff --git a/process/process_areas/architecture_design/architecture_workflow.rst b/process/process_areas/architecture_design/architecture_workflow.rst index 0ef1844fe4..8aa15036f7 100644 --- a/process/process_areas/architecture_design/architecture_workflow.rst +++ b/process/process_areas/architecture_design/architecture_workflow.rst @@ -76,3 +76,14 @@ For a detailed explanation of workflows and their role within the process model, The architecture designs are monitored and verified. The inspection shall be implemented as integral part of the review in GitHub. + +RAS(IC) for Architecture Design: +******************************** + +.. needtable:: RASIC Overview for Architecture Design + :tags: architecture_design + :filter: "architecture_design" in tags and type == "workflow" and is_external == False + :style: table + :sort: status + :columns: id as "Activity";responsible as "Responsible";approved_by as "Approver";supported_by as "Supporter" + :colwidths: 30,30,30,30 diff --git a/process/process_areas/implementation/implementation_workflow.rst b/process/process_areas/implementation/implementation_workflow.rst index 4e30de2a93..d2266867d4 100644 --- a/process/process_areas/implementation/implementation_workflow.rst +++ b/process/process_areas/implementation/implementation_workflow.rst @@ -65,3 +65,15 @@ For a detailed explanation of workflows and their role within the process model, The Implementation Verification of the Detailed Design and Code consists of the following topics - Detailed Design and Code Inspection - Static and Dynamic Code Analysis performed by a tool. Acceptance criteria are defined in the Verification Plan :need:`gd_temp__verification_plan`. + + +RAS(IC) for Implementation: +*************************** + +.. needtable:: RASIC Overview for Implementation + :tags: implementation + :filter: "implementation" in tags and type == "workflow" and is_external == False + :style: table + :sort: status + :columns: id as "Activity";responsible as "Responsible";approved_by as "Approver";supported_by as "Supporter" + :colwidths: 30,30,30,30 diff --git a/process/process_areas/platform_management/platform_management_workflow.rst b/process/process_areas/platform_management/platform_management_workflow.rst index 59a5ad25f4..b59057cd58 100644 --- a/process/process_areas/platform_management/platform_management_workflow.rst +++ b/process/process_areas/platform_management/platform_management_workflow.rst @@ -54,3 +54,15 @@ For a detailed explanation of workflows and their role within the process model, The :need:`Project Lead ` is responsible to adjust the plan, if deviations are detected. + + +RAS(IC) for Platform Management: +******************************** + +.. needtable:: RASIC Overview for Platform Management + :tags: platform_management + :filter: "platform_management" in tags and type == "workflow" and is_external == False + :style: table + :sort: status + :columns: id as "Activity";responsible as "Responsible";approved_by as "Approver";supported_by as "Supporter" + :colwidths: 30,30,30,30 diff --git a/process/process_areas/requirements_engineering/requirements_workflow.rst b/process/process_areas/requirements_engineering/requirements_workflow.rst index 703756de5b..43f608db04 100644 --- a/process/process_areas/requirements_engineering/requirements_workflow.rst +++ b/process/process_areas/requirements_engineering/requirements_workflow.rst @@ -115,3 +115,15 @@ For a detailed explanation of workflows and their role within the process model, :contains: gd_chklst__req_inspection The requirements are monitored and verified. The inspection shall be implemented as integral part of the review in version management tool. + + +RAS(IC) for Requirements Engineering: +************************************* + +.. needtable:: RASIC Overview for Requirements Engineering + :tags: requirements_engineering + :filter: "requirements_engineering" in tags and type == "workflow" and is_external == False + :style: table + :sort: status + :columns: id as "Activity";responsible as "Responsible";approved_by as "Approver";supported_by as "Supporter" + :colwidths: 30,30,30,30 diff --git a/process/process_areas/safety_management/safety_management_workflow.rst b/process/process_areas/safety_management/safety_management_workflow.rst index 99c3a6ee66..d5d3677ab4 100644 --- a/process/process_areas/safety_management/safety_management_workflow.rst +++ b/process/process_areas/safety_management/safety_management_workflow.rst @@ -135,3 +135,18 @@ Safety Management Workflows | - Assessing the impact on affected elements, safety requirements, and work products | - Documenting the rationale for decisions regarding acceptance, implementation, or rejection of the change | The outcome is a change impact analysis report and a documented decision, which are reviewed and approved as part of the Safety Management process. + + +.. needextend:: docname is not None and "process_areas/safety_management" in docname + :+tags: safety_management + +RAS(IC) for Safety Management: +****************************** + +.. needtable:: RASIC Overview for Safety Management + :tags: safety_management + :filter: "safety_management" in tags and type == "workflow" and is_external == False + :style: table + :sort: status + :columns: id as "Activity";responsible as "Responsible";approved_by as "Approver";supported_by as "Supporter" + :colwidths: 30,30,30,30 diff --git a/process/process_areas/verification/verification_workflows.rst b/process/process_areas/verification/verification_workflows.rst index aef78d3ef9..ca6d318edb 100644 --- a/process/process_areas/verification/verification_workflows.rst +++ b/process/process_areas/verification/verification_workflows.rst @@ -230,9 +230,9 @@ For a detailed explanation of workflows and their role within the process model, RAS(IC) for Verification: ************************* -.. needtable:: RASIC Overview for Problem Resolution - :tags: verification_process - :filter: "verification_process" in tags and type == "workflow" and is_external == False +.. needtable:: RASIC Overview for Verification + :tags: verification + :filter: "verification" in tags and type == "workflow" and is_external == False :style: table :sort: status :columns: id as "Activity";responsible as "Responsible";approved_by as "Approver";supported_by as "Supporter"