From 5962af5f4656fce7ca3bd82f78209f83e478ea84 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marko=20Rintam=C3=A4ki?= <marko.rintamaki@jamk.fi>
Date: Tue, 6 Apr 2021 16:59:19 +0300
Subject: [PATCH] Update template-feature.md

---
 .../templates/template-feature.md             | 46 +++++++------------
 1 file changed, 17 insertions(+), 29 deletions(-)

diff --git a/docs/20-Requirement-management/templates/template-feature.md b/docs/20-Requirement-management/templates/template-feature.md
index bcf8639..1025747 100644
--- a/docs/20-Requirement-management/templates/template-feature.md
+++ b/docs/20-Requirement-management/templates/template-feature.md
@@ -1,50 +1,40 @@
-# Feature template
-
-[![](http://img.youtube.com/vi/45aSdlg6NK0/0.jpg)](http://www.youtube.com/watch?v=45aSdlg6NK0 "")
-
+# Template for feature description
 
 | | |
 |:-:|:-:|
-| Feature ID | e.g. FT0101 |
-| Subsystem the feature is part of | e.g. billing |
-| Responsible person | e.g. Mauri Myyrä |
-| Status | e.g. approved |
+| Feature ID | - |
+| Subsystem  | - |
+| Responsible | - |
+| Status | approved/proposal/under work |
 
-### Description
+**Description**
 
 *Explain what the feature means and what can be done with it*
 
-Sed non nisi id ligula interdum mattis. Fusce vel ullamcorper nunc. Nulla pharetra dui ut enim semper semper. 
-Aenean ut leo tortor. Fusce felis nibh, malesuada vitae nibh at, rhoncus feugiat leo. Nam vehicula vitae ligula 
-vitae condimentum. Ut maximus metus nec lorem ultrices elementum.
-
-
-### Restrictions, requirements and use cases related to this feature
+**Restrictions, requirements and use cases related to this feature**
 
-*All relevant issues related to or contributing to the definition of the feature are gathered here*
+*All relevant references related to or contributing to the definition of the feature are gathered here*
 
 | | |
 |:-:|:-:|
-| [Use Case 1](FT1-kayttotapaus.md) | |
-| [Use Case 2](FT2-kayttotapaus.md) | |
+| [Use Case 1](example-use-case.md) | |
+| [Use Case 2](example-use-case.md) | |
 | [Requirement ReqID]() |  | 
 | [Requirement ReqID]() |  | 
 | [Requirement ReqID]() |  | 
 
-### Preliminary user stories
+**Preliminary user stories**
 
-*Write preliminary user stories here*
+*Document preliminary user stories here*
 
-* As a user I want to be able to.... (check issue #10)
+* As a user I want to be able to.... 
 * As an administrator I want...
 
-
 **These should be transferred to issue descriptions as soon as possible*
 
 e.g. #8 #2
 
-
-### User interface mock-up 
+**User interface mock-up**
 
 *Add a picture or a link here. The mock-up should be essentially related to the feature/functionality.*
 
@@ -52,17 +42,15 @@ e.g. #8 #2
 ![](https://openclipart.org/image/300px/svg_to_png/247488/1461589195.png)
 
 
-### Testing / possible acceptance criteria
+**possible acceptance criteria or test cases**
 
-*Write down some notions for testing*
+>Write down some ideas for testing the implementation*
 
 | Testcase   | Test source  | Responsible  |
 |:-: | :-:|:-:|
 | [Testcase 1]()  | Requirement ID?   |   |
 | [Testcase 2]()  | Requirement ID?   |   |
-| [Testcase 3]()  | Requirement ID?   |   |
-| [Testcase 4]()  | Requirement ID?   |   |
-| | |
+
 
 
 
-- 
GitLab