-
Notifications
You must be signed in to change notification settings - Fork 23
rename relations for SysML compatibility #618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
|
||
|
|
@@ -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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. need to change "satisfies" to "derived_from"
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should not be changed, maybe rebase errror? also below
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Restored.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
|
||
|
|
@@ -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 | ||
|
|
||
|
|
@@ -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 | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
|
||
|
|
@@ -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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
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"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
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