Skip to content
Open
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 @@ -41,11 +41,11 @@ Feature Requirements
:reqtype: Process
:security: NO
:safety: ASIL_B
:satisfies: stkh_req__requirements__template
:derived_from: stkh_req__requirements__template
:valid_from: v0.0.1
:valid_until: v1.0.1
:status: invalid
:belongs_to: feat__feature_name
:satisfied_by: feat__feature_name

The Feature shall do xyz to the user to bring him to this condition at this time.

Expand All @@ -66,7 +66,7 @@ Feature Requirements
The above directives must be updated according to your feature requirements.

- Replace the example content by the real content for your first requirement (according to :need:`gd_guidl__req_engineering`)
- Set ``belongs_to`` with a link to feature ID
- Set ``satisfied_by`` with a link to feature ID
- Set ``reqtype`` with a link to the right value (<Functional|Interface|Process|Non-Functional>)
- Set ``satisfies`` with a link to the right stakeholder requirement
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to change "satisfies" to "derived_from"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not in line 71 as far as I see

- Adjust ``safety`` and ``security`` to the right value (ASIL B/QM; YES/NO)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Component Requirements
:reqtype: Process
:security: YES
:safety: ASIL_B
:satisfies: feat_req__feature_name__some_title
:derived_from: feat_req__feature_name__some_title
:status: invalid
:belongs_to: comp__component_name_template
:satisfied_by: comp__component_name_template

The Component shall do xyz to another component to bring it to this condition at this time

Expand All @@ -57,7 +57,7 @@ Component Requirements

- Replace the example content by the real content for your first requirement
- Set ``satistifes`` with links to Feature requirements
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to change "satisfies" to "derived_from"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still open

- Set ``belongs_to`` with a link to the right Component id
- Set ``satisfied_by`` with a link to the right Component id
- Set ``safety`` and ``security`` to the right value
- Set the status to valid and start the review/merge process
- Add other needed requirements for your component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Document Management Process Requirements
.. gd_req:: Document Author
:id: gd_req__doc_author
:status: valid
:tags: done_automation
:tags: prio_1_automation
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not be changed, maybe rebase errror? also below

Copy link
Copy Markdown
Contributor Author

@RSingh1511 RSingh1511 May 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restored.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't see this

:satisfies: wf__platform_cr_mt_platform_mgmt_plan
:complies: std_req__iso26262__support_1045

Expand All @@ -96,7 +96,7 @@ Document Management Process Requirements
.. gd_req:: Document Reviewer
:id: gd_req__doc_reviewer
:status: valid
:tags: done_automation
:tags: prio_1_automation
:satisfies: wf__platform_cr_mt_platform_mgmt_plan
:complies: std_req__iso26262__support_1043

Expand All @@ -106,7 +106,7 @@ Document Management Process Requirements
.. gd_req:: Document Approver
:id: gd_req__doc_approver
:status: valid
:tags: done_automation
:tags: prio_1_automation
:satisfies: wf__platform_cr_mt_platform_mgmt_plan
:complies: std_req__iso26262__support_1045

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Templates
See the Assumption of Use requirement snippets in the
`module template documentation <https://eclipse-score.github.io/module_template/aou_requirements_template.html>`__.


.. gd_temp:: Tool Requirements Template
:id: gd_temp__req_tool_req
:status: valid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Safety Analysis Linkage
.. gd_req:: Safety Analysis attribute: versioning
:id: gd_req__saf_attr_ver
:status: valid
:tags: prio_2_automation, attribute, automated
:tags: done_automation, attribute, automated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no

:satisfies: wf__analyse_platform_featarch, wf__analyse_featarch, wf__analyse_comparch
:complies: std_req__iso26262__support_6425, std_req__iso26262__support_6434

Expand Down Expand Up @@ -225,7 +225,7 @@ Safety Analysis Checks
.. gd_req:: Safety Analysis finalization check
:id: gd_req__saf_finalization_check
:status: valid
:tags: prio_2_automation, attribute, automated
:tags: done_automation, attribute, automated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no

:satisfies: wf__analyse_platform_featarch, wf__analyse_featarch, wf__analyse_comparch
:complies: std_req__iso26262__analysis_848, std_req__iso26262__analysis_749, std_req__isopas8926__44431, std_req__isopas8926__44432

Expand Down
Loading