Skip to content

Commit b215549

Browse files
Rename requirements links
Refers: eclipse-score/process_description#418
1 parent 1cef60a commit b215549

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ bazel_dep(name = "aspect_rules_lint", version = "1.10.2", dev_dependency = True)
7575
bazel_dep(name = "buildifier_prebuilt", version = "8.5.1.2", dev_dependency = True)
7676

7777
#docs-as-code
78-
bazel_dep(name = "score_docs_as_code", version = "4.2.0", dev_dependency = True)
78+
bazel_dep(name = "score_docs_as_code", version = "4.4.0", dev_dependency = True)
7979
bazel_dep(name = "score_process", version = "1.5.4", dev_dependency = True)
8080

8181
# grpc-java 1.66.0 imports a grpc extension repo removed in newer grpc versions.

MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/docs/architecture_modeling_example.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ Requirements for the Example
286286
:reqtype: Functional
287287
:security: YES
288288
:safety: ASIL_B
289-
:satisfies: stkh_req__mtfn__example_req
289+
:derived_from: stkh_req__mtfn__example_req
290290
:status: valid
291-
:belongs_to: feat__mtef
291+
:satisfied_by: feat__mtef
292292

293293
The feature shall provide the functionality to ....
294294

@@ -297,8 +297,8 @@ Requirements for the Example
297297
:reqtype: Functional
298298
:security: YES
299299
:safety: ASIL_B
300-
:satisfies: feat_req__example_feature__example_req
300+
:derived_from: feat_req__example_feature__example_req
301301
:status: valid
302-
:belongs_to: comp__mod_temp_component_example_2
302+
:satisfied_by: comp__mod_temp_component_example_2
303303

304304
The component shall provide the Logical Operation 4 to get the ..

score/component_example/docs/requirements/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Component Requirements
4242
:reqtype: Process
4343
:security: YES
4444
:safety: ASIL_B
45-
:satisfies: feat_req__example_feature__example_req
45+
:derived_from: feat_req__example_feature__example_req
4646
:status: valid
47-
:belongs_to: comp__mod_temp_component_name_template
47+
:satisfied_by: comp__mod_temp_component_name_template
4848

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

@@ -54,8 +54,8 @@ Component Requirements
5454
The above directive must be updated according to your component requirements.
5555

5656
- Replace the example content by the real content for your first requirement
57-
- Set ``satistifes`` with links to Feature requirements
58-
- Set ``belongs_to`` with a link to the right Component id
57+
- Set ``derived_from`` with links to Feature requirements
58+
- Set ``satisfied_by`` with a link to the right Component id
5959
- Set ``safety`` and ``security`` to the right value
6060
- Set the status to valid and start the review/merge process
6161
- Add other needed requirements for your component
@@ -97,7 +97,7 @@ Hints
9797
- Add other needed requirements for your feature
9898
- Set ``status`` to ``valid`` and start the review/merge process
9999

100-
.. needextend:: "component_name" in id
100+
.. needextend:: is_external == False and "component_name" in id
101101
:+tags: component_name
102102

103103
Requirements checklist

0 commit comments

Comments
 (0)