From 8d745423802a778fac8a8cd9375c1de77ae810c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Rintam=C3=A4ki?= <marko.rintamaki@jamk.fi> Date: Tue, 5 Oct 2021 11:18:01 +0000 Subject: [PATCH] Update template-requirement-as-table.md --- .../templates/template-requirement-as-table.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/20-Requirement-management/templates/template-requirement-as-table.md b/docs/20-Requirement-management/templates/template-requirement-as-table.md index 0459f4d..4432aef 100644 --- a/docs/20-Requirement-management/templates/template-requirement-as-table.md +++ b/docs/20-Requirement-management/templates/template-requirement-as-table.md @@ -11,7 +11,7 @@ When one environment is used to gather relevant information, it is easier to lin | Requirement ID | Description | Related feature | -|:-:|:-:|:-:|:-:| +|:-:|:-:|:-:| | CUSTOMER-REQ-0001 | eg. As a user I want to login using my Facebook credentials to avoid any hassle. | [Feature template](template-feature.md) | | CUSTOMER-REQ-0002 | Customer Requirement ||| | CUSTOMER-REQ-0003 | Customer Requirement ||| @@ -21,13 +21,11 @@ When one environment is used to gather relevant information, it is easier to lin **Business requirements** -| Requirement ID | Type | Description | Related feature | -|:-:|:-:|:-:|:-:| -| BUSINESS-REQ-0001 | Business Requirement | Logging in to the service should be easy so that we can reach a wide user base = 35% of the target group | [Feature template](template-feature.md) | -| BUSINESS-REQ-0002 | Business Requirement ||| -| BUSINESS-REQ-0003 | Business Requirement ||| -| BUSINESS-REQ-0004 | Business Requirement ||| -| BUSINESS-REQ-0005 | Business Requirement ||| +| Requirement ID | Description | Related feature | +|:-:|:-:|:-:| +| BUSINESS-REQ-0001 | eg. Logging in to the service should be easy so that we can reach a wide user base = 35% of the target group | [Feature template](template-feature.md) | +| BUSINESS-REQ-0002 |...|| +| BUSINESS-REQ-0003 |...|| ## Techical or Legal Constraints? -- GitLab