Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,15 @@ For a detailed explanation of workflows and their role within the process model,

The :need:`Project Lead <rl__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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading