Wiki source code of Use Cases
Version 10.1 by Veikko Saikkonen on 2022/02/15 11:27
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Value stories = | ||
2 | |||
3 | == PWD: == | ||
4 | * As a PwD I want someone to undergo meaningful discourse to feel connected to another person/robot/myself. | ||
5 | |||
6 | == HCP == | ||
7 | * As a HCP I want assistance in the daily activities of the carecenter so that I have more time to focus on the individual patients. | ||
8 | |||
9 | == Family == | ||
10 | * As a family member of a PwD, I want assistance for the PwD so that I feel safe. | ||
11 | |||
12 | = User stories = | ||
13 | |||
14 | == PWD: == | ||
15 | * As a PwD I want to be reminded about eating at typical mealtimes so that I will not forget to eat. | ||
16 | ** Feature: Mealtime reminder. | ||
17 | * As a PwD I want to be questioned about the meals, to activate me and remind me to eat. | ||
18 | ** Feature: Mealtime questionnaire. | ||
19 | * As a PwD I want to be questioned about my wellbeing occasionally so that I'm cognitively activated and reminded to think about my condition. | ||
20 | ** Feature: Hunger questionnaire. | ||
21 | ** Feature: Thirst questionnaire. | ||
22 | ** Feature: Tiredness, something else? | ||
23 | |||
24 | - | ||
25 | |||
26 | * As a PwD I want to retain my health and well-being as well as possible when I am by myself. | ||
27 | * As a PwD I want to retain my autonomy and self sufficiency as long as possible. | ||
28 | |||
29 | == HCP == | ||
30 | * As a HCP I want the PwD to be <something> so that <something>. | ||
31 | |||
32 | == Family == | ||
33 | * As a family member I want the PwD to be <something> so that <something>. | ||
34 | |||
35 | |||
36 | {{html}} | ||
37 | <!-- Your HTML code here --> | ||
38 | |||
39 | <h2>UC001: TITLE</h2> | ||
40 | <table width='100%'> | ||
41 | <tr> | ||
42 | <td width='30%' style="font-size:16px"> | ||
43 | <table border='1px' width='50%'> | ||
44 | <tr border='1px' width='30%'><td bgcolor='gainsboro'> | ||
45 | <b>Objective</b> | ||
46 | </td><td width='70%'> | ||
47 | OB01: TITLE | ||
48 | </td></tr> | ||
49 | <tr><td bgcolor='gainsboro'> | ||
50 | <b>TDP</b> | ||
51 | </td><td> | ||
52 | TDP: TITLE | ||
53 | </td></tr> | ||
54 | <tr><td bgcolor='gainsboro'> | ||
55 | <b>Actors</b> | ||
56 | </td><td> | ||
57 | </td></tr> | ||
58 | <tr><td bgcolor='gainsboro'> | ||
59 | <b>Pre-condition</b> | ||
60 | </td><td> | ||
61 | </td></tr> | ||
62 | <tr><td bgcolor='gainsboro'> | ||
63 | <b>Post-condition</b> | ||
64 | </td><td> | ||
65 | </td></tr> | ||
66 | <tr><td bgcolor='gainsboro'> | ||
67 | <b>Action sequence</b> | ||
68 | </td><td> | ||
69 | Figure<br><br> | ||
70 | UC steps:<br> | ||
71 | 1. ...<br> | ||
72 | 2. ...<br> | ||
73 | </td></tr> | ||
74 | </table> | ||
75 | </td> | ||
76 | <td width='50%' style="font-size:16px"> | ||
77 | <table border='1px' width='50%'> | ||
78 | <tr><td bgcolor='gainsboro'> | ||
79 | <b>UC step<b> | ||
80 | </td><td bgcolor='gainsboro'> | ||
81 | <b>Requirements</b> | ||
82 | </td><td bgcolor='gainsboro'> | ||
83 | <b>Claims</b> | ||
84 | </td><td bgcolor='gainsboro'> | ||
85 | <b>IDP</b> | ||
86 | </td></tr> | ||
87 | <tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr> | ||
88 | <tr><td>2</td><td>-</td><td>-</td><td>-</td></tr> | ||
89 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
90 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
91 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
92 | </table> | ||
93 | |||
94 | |||
95 | </td></tr> | ||
96 | |||
97 | </table> | ||
98 | {{/html}} |