diff --git a/docs/internals/requirements/process_overview.rst b/docs/internals/requirements/process_overview.rst index fda78e965..78ebabe4e 100644 --- a/docs/internals/requirements/process_overview.rst +++ b/docs/internals/requirements/process_overview.rst @@ -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 @@ -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"]):