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
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ bazel_dep(name = "aspect_rules_lint", version = "1.10.2", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "8.5.1.2", dev_dependency = True)

#docs-as-code
bazel_dep(name = "score_docs_as_code", version = "4.2.0", dev_dependency = True)
bazel_dep(name = "score_docs_as_code", version = "4.5.0", dev_dependency = True)
bazel_dep(name = "score_process", version = "1.5.4", dev_dependency = True)

# grpc-java 1.66.0 imports a grpc extension repo removed in newer grpc versions.
Expand Down
11 changes: 6 additions & 5 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


.. document:: [Your Feature Name] Architecture Inspection Checklist
:id: doc__feature_example_arc_inspection
:id: doc__feature_name_arc_inspection
:status: draft
:safety: ASIL_B
:security: YES
Expand Down
2 changes: 1 addition & 1 deletion docs/features/feature_example/safety_analysis/dfa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DFA (Dependent Failure Analysis)
================================

.. document:: [Your Feature Name] DFA
:id: doc__feature_example_dfa
:id: doc__feature_name_dfa
:status: draft
:safety: ASIL_B
:security: NO
Expand Down
2 changes: 1 addition & 1 deletion docs/features/feature_example/safety_analysis/fmea.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FMEA (Failure Modes and Effects Analysis)
=========================================

.. document:: [Your Feature Name] FMEA
:id: doc__feature_example_fmea
:id: doc__feature_name_fmea
:status: draft
:safety: ASIL_B
:security: NO
Expand Down
8 changes: 4 additions & 4 deletions examples/docs/architecture_modeling_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ Requirements for the Example
:reqtype: Functional
:security: YES
:safety: ASIL_B
:satisfies: stkh_req__mtfn__example_req
:derived_from: stkh_req__mtfn__example_req
:status: valid
:belongs_to: feat__mtef
:satisfied_by: feat__mtef

The feature shall provide the functionality to ....

Expand All @@ -297,8 +297,8 @@ Requirements for the Example
:reqtype: Functional
:security: YES
:safety: ASIL_B
:satisfies: feat_req__example_feature__example_req
:derived_from: feat_req__example_feature__example_req
:status: valid
:belongs_to: comp__mod_temp_component_example_2
:satisfied_by: comp__mod_temp_component_example_2

The component shall provide the Logical Operation 4 to get the ..
10 changes: 5 additions & 5 deletions score/component_example/docs/requirements/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Component Requirements
:reqtype: Process
:security: YES
:safety: ASIL_B
:satisfies: feat_req__example_feature__example_req
:derived_from: feat_req__example_feature__example_req
:status: valid
:belongs_to: comp__mod_temp_component_name_template
:satisfied_by: comp__mod_temp_component_name_template

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

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

- Replace the example content by the real content for your first requirement
- Set ``satistifes`` with links to Feature requirements
- Set ``belongs_to`` with a link to the right Component id
- Set ``derived_from`` with links to Feature requirements
- 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 Expand Up @@ -97,7 +97,7 @@ Hints
- Add other needed requirements for your feature
- Set ``status`` to ``valid`` and start the review/merge process

.. needextend:: "component_name" in id
.. needextend:: is_external == False and "component_name" in id
:+tags: component_name

Requirements checklist
Expand Down
Loading