Skip to content
Closed
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
11 changes: 8 additions & 3 deletions docs/internals/requirements/process_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,19 @@ how well this tool implements process requirements.
Unsatisfied Process Requirements
################################

The following table lists tool requirements from our process
The following table lists process requirements from our process
which are not (yet) satisfied,
i.e. covered by tool requirements.

Priority 1 - Unsatisfied requirements
-------------------------------------

.. needtable::
:types: gd_req
:columns: id;title;tags
:colwidths: 2;4;2
:style: table

results = []
ignored_ids = [
# Impact Analysis is free form text, thus not in scope of docs-as-code
Expand Down Expand Up @@ -51,12 +54,14 @@ i.e. covered by tool requirements.
continue
results.append(need)

Priority 2 - Unsatisfied requirements
-------------------------------------
.. needtable::
:types: gd_req
:columns: id;title;tags
:colwidths: 2;4;2
:style: table

results = []
prio = "prio_2"
for need in needs.filter_types(["gd_req"]):
Expand Down
Loading