Skip to content

Commit f45ef92

Browse files
Allow satisfies link from tool_req to feat_req and comp_req. (#457)
1 parent 05d7862 commit f45ef92

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/internals/requirements/requirements.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,14 +495,14 @@ Versioning
495495
.. table::
496496
:widths: auto
497497

498-
================================ ===================================================
498+
================================ ========================================================
499499
Source Type Allowed Link Target
500-
================================ ===================================================
500+
================================ ========================================================
501501
Feature Requirements Stakeholder Requirements
502502
Component Requirements Feature Requirements
503503
Process Requirements Workflows
504-
Tooling Requirements Process Requirements, Stakeholder Requirements
505-
================================ ===================================================
504+
Tooling Requirements Process-, Stakeholder-, Feature-, Component Requirements
505+
================================ ========================================================
506506

507507
.. note::
508508
Certain tool requirements do not have a matching process requirement.

src/extensions/score_metamodel/metamodel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ needs_types:
344344
optional_links:
345345
# req-Id: tool_req__docs_req_link_satisfies_allowed
346346
# TODO: make it mandatory
347-
satisfies: gd_req, stkh_req
347+
satisfies: gd_req, stkh_req, feat_req, comp_req
348348
optional_options:
349349
codelink: ^.*$
350350
tags: ^.*$

0 commit comments

Comments
 (0)