Skip to content
Snippets Groups Projects
Commit f001d895 authored by Marko Rintamäki's avatar Marko Rintamäki
Browse files

Update template-usecase.md

parent d97c66a1
No related branches found
No related tags found
No related merge requests found
Pipeline #438290 passed with warnings
......@@ -5,26 +5,29 @@ It is a good idea to include a view of the selected relevant use case descriptio
Remember that the drawn description is only part of the description of the use case! The use case should be described in detail in text format.
```plantuml
Actor1 -- (Modify existing request)
Actor2 -- (Modify existing request)
Actor2 -- (Send a new request)
```
* Author:
* Date / Version:
* Process section ?
* Author: Your name?
* Date / Version: xx/yy/zzzz
**User roles**
1. role?
2. role?
1. role? Actor1?
2. role? Actor2?
3. role?
**Prerequisites / Conditions**
1. Condition
2. Condition
1. Condition which should be fulfilled
2. Condition which should be existing
**Use Case Diagram**
```plantuml
Actor1 -- (Modify existing request)
Actor2 -- (Modify existing request)
Actor2 -- (Send a new request)
```
**Description of use case**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment