Skip to content

Commit 69ecf0b

Browse files
committed
fix: adapt the process v2.0.0
Requires a workaround for two accidentally removed items.
1 parent 3e5916d commit 69ecf0b

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/internals/requirements/requirements.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ This section provides an overview of current process requirements and their clar
210210
:satisfies:
211211
gd_req__req_check_mandatory,
212212
gd_req__req_attr_safety,
213-
gd_req__impl_diagram_safety,
214213
gd_req__arch_attr_safety
215214

216215
Docs-as-Code shall enforce that the ``safety`` attribute has one of the following values:
@@ -240,7 +239,6 @@ This section provides an overview of current process requirements and their clar
240239
gd_req__req_attr_status,
241240
gd_req__arch_attr_status,
242241
gd_req__saf_attr_status,
243-
gd_req__impl_diagram_status,
244242
gd_req__req_check_mandatory,
245243

246244
Docs-as-Code shall enforce that the ``status`` attribute has one of the following values:
@@ -772,10 +770,6 @@ Architecture Attributes
772770
:implemented: PARTIAL
773771
:version: 1
774772
:satisfies:
775-
gd_req__impl_diagram_check_id,
776-
gd_req__impl_diagram_linkage_id,
777-
gd_req__impl_diagram_check_includes,
778-
gd_req__impl_diagram_linkage_includes,
779773
:parent_covered: YES
780774

781775
Architectural diagrams (``mod_view_sta``, ``feat_arc_sta``, ``comp_arc_sta``,
@@ -788,6 +782,13 @@ Architecture Attributes
788782
"belongs_to", "corresponding architecture element same level"
789783
"includes", "corresponding architecture element lower level"
790784

785+
.. note::
786+
:need:`tool_req__docs_arch_links` satisfies
787+
``gd_req__impl_diagram_check_id`` and
788+
``gd_req__impl_diagram_linkage_id``,
789+
but those were accidentally removed in process v2.0.0.
790+
See `PR #730 <https://github.com/eclipse-score/process_description/pull/730>`_.
791+
791792

792793
💻 Detailed Design & Code
793794
##########################

0 commit comments

Comments
 (0)