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
1 change: 1 addition & 0 deletions docs/design_decisions/DR-003-strat.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ SPDX-License-Identifier: Apache-2.0
:status: proposed
:context: Strategy
:decision: Classify every module into one of three maturity levels — Release, Experimental, or Preview — based on requirement coverage and S-CORE process artifact completeness.
:version: 1
```

---
Expand Down
3 changes: 3 additions & 0 deletions docs/features/baselibs/docs/architecture/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,6 @@ Interfaces
:safety: ASIL_B
:status: valid
:version: 1

.. needextend:: "c.this_doc()"
:+tags: baselibs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
:safety: ASIL_B
:security: YES
:realizes: wp__requirements_inspect[version==1]
:tags: baselibs


Requirement Inspection Checklist
Expand Down
2 changes: 1 addition & 1 deletion docs/features/baselibs/docs/requirements/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,5 @@ Requirements
calculation (e.g. SHA-256, SHA-512) and checksum algorithms (e.g. CRC-32) over
byte data and streams via a pluggable interface.

.. needextend:: is_external == False and "__baselibs" in id
.. needextend:: "c.this_doc()"
:+tags: baselibs
2 changes: 1 addition & 1 deletion docs/features/baselibs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Base Libraries
:status: valid
:version: 1
:safety: ASIL_B
:tags: feature_request
:tags: feature_request, baselibs
:security: YES
:realizes: wp__feat_request[version==1]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,3 @@ Requirements
- Replace the example content by the real content for your first requirement (according to :need:`gd_guidl__req_engineering`)
- Set the status to valid and start the review/merge process
- Add other needed requirements for your feature

.. needextend:: "component_name" in id and is_external == False
:+tags: component_name
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,3 @@ Requirements
- Replace the example content by the real content for your first requirement (according to :need:`gd_guidl__req_engineering`)
- Set the status to valid and start the review/merge process
- Add other needed requirements for your feature

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