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 @@ -15,7 +15,7 @@

.. document:: Utils Requirements Inspection Checklist
:id: doc__utils_req_inspection
:status: draft
:status: valid
:safety: ASIL_B
:security: YES
:realizes: wp__requirements_inspect
Expand All @@ -33,10 +33,10 @@ Conduct

As described in the concept :need:`doc_concept__wp_inspections` the following "inspection roles" are expected to be filled:

- content responsible (author): <contributor/committer explicitly named here, who is the main author, as can be seen in config mgt tooling>
- reviewer: <contributor/committer explicitly named here, who is the main content reviewer, must be different from content responsible>
- moderator: <committer explicitly named here, who is is the safety manager, security manager or quality manager initiating the inspection>
- test expert: <one of the reviewers explicitly named here, to cover REQ_08_01 as described>
- content responsible (author): `<https://github.com/ssingh2099>`_
- reviewer: `<https://github.com/mihajlo-k>`_
- moderator: `<https://github.com/aschemmel-tech>`_
- test expert: `<https://github.com/rahulthakre29>`_

Checklist
---------
Expand Down
3 changes: 3 additions & 0 deletions docs/baselibs/components/utils/docs/requirements/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Functional Requirements
:satisfies: feat_req__baselibs__core_utilities, feat_req__baselibs__safety
:status: valid
:belongs_to: comp__baselibs_utils
:tags: inspected

The Utils component shall provide functions for encoding data to Base64 format and decoding Base64 data back to its original form.

Expand All @@ -45,6 +46,7 @@ Functional Requirements
:satisfies: feat_req__baselibs__core_utilities, feat_req__baselibs__safety
:status: valid
:belongs_to: comp__baselibs_utils
:tags: inspected

The Utils component shall provide a functionality that stores a callback and executes it automatically when the class is destructed

Expand All @@ -59,6 +61,7 @@ Non-Functional Requirements
:satisfies: feat_req__baselibs__core_utilities, feat_req__baselibs__safety
:status: valid
:belongs_to: comp__baselibs_utils
:tags: inspected

The Utils component shall ensure that all operations complete in a predictable manner and without dynamic memory allocation.

Expand Down
Loading