Wiki source code of Use Cases
Version 13.1 by Veikko Saikkonen on 2022/02/15 11:55
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 | * As a PwD I want to retain my health and well-being as well as possible when I am by myself. | ||
6 | * As a PwD I want to retain my autonomy and self sufficiency as long as possible. | ||
7 | |||
8 | == HCP == | ||
9 | * As a HCP I want assistance in the daily activities of the elderly so that I have more time to focus on the individual PwD. | ||
10 | |||
11 | == Family == | ||
12 | * As a family member of a PwD, I want assistance for the PwD so that I feel safe leaving them alone. | ||
13 | * As a family member of a PwD, I don't want to visit them only to scold them about nutrition for the PwD so that our relationship is not strained by that. | ||
14 | |||
15 | = User stories = | ||
16 | |||
17 | == PWD: == | ||
18 | * As a PwD I want to be reminded about eating at typical mealtimes so that I will not forget to eat. | ||
19 | ** Feature: Mealtime reminder. | ||
20 | * As a PwD I want to be questioned about the meals, to activate me and remind me to eat. | ||
21 | ** Feature: Mealtime questionnaire. | ||
22 | * 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. | ||
23 | ** Feature: Hunger questionnaire. | ||
24 | ** Feature: Thirst questionnaire. | ||
25 | ** Feature: Tiredness, something else? | ||
26 | |||
27 | - | ||
28 | |||
29 | == HCP == | ||
30 | * As a HCP I want the PwD to be <something> so that <something>. | ||
31 | |||
32 | == Family == | ||
33 | * As a close relative (e.g. spouse) I want the robot to remind the PwD about eating/drinking so that I don't have to. | ||
34 | ** Feature: Mealtime reminders. | ||
35 | |||
36 | == Drafts (to be formalised) == | ||
37 | * Take the weight of reminding away from the humans (pwd/relative) | ||
38 | * Make the PwD self-reflect | ||
39 | * Have casual conversations | ||
40 | |||
41 | |||
42 | {{html}} | ||
43 | <!-- Your HTML code here --> | ||
44 | |||
45 | <h2>UC001: TITLE</h2> | ||
46 | <table width='100%'> | ||
47 | <tr> | ||
48 | <td width='30%' style="font-size:16px"> | ||
49 | <table border='1px' width='50%'> | ||
50 | <tr border='1px' width='30%'><td bgcolor='gainsboro'> | ||
51 | <b>Objective</b> | ||
52 | </td><td width='70%'> | ||
53 | OB01: TITLE | ||
54 | </td></tr> | ||
55 | <tr><td bgcolor='gainsboro'> | ||
56 | <b>TDP</b> | ||
57 | </td><td> | ||
58 | TDP: TITLE | ||
59 | </td></tr> | ||
60 | <tr><td bgcolor='gainsboro'> | ||
61 | <b>Actors</b> | ||
62 | </td><td> | ||
63 | </td></tr> | ||
64 | <tr><td bgcolor='gainsboro'> | ||
65 | <b>Pre-condition</b> | ||
66 | </td><td> | ||
67 | </td></tr> | ||
68 | <tr><td bgcolor='gainsboro'> | ||
69 | <b>Post-condition</b> | ||
70 | </td><td> | ||
71 | </td></tr> | ||
72 | <tr><td bgcolor='gainsboro'> | ||
73 | <b>Action sequence</b> | ||
74 | </td><td> | ||
75 | Figure<br><br> | ||
76 | UC steps:<br> | ||
77 | 1. ...<br> | ||
78 | 2. ...<br> | ||
79 | </td></tr> | ||
80 | </table> | ||
81 | </td> | ||
82 | <td width='50%' style="font-size:16px"> | ||
83 | <table border='1px' width='50%'> | ||
84 | <tr><td bgcolor='gainsboro'> | ||
85 | <b>UC step<b> | ||
86 | </td><td bgcolor='gainsboro'> | ||
87 | <b>Requirements</b> | ||
88 | </td><td bgcolor='gainsboro'> | ||
89 | <b>Claims</b> | ||
90 | </td><td bgcolor='gainsboro'> | ||
91 | <b>IDP</b> | ||
92 | </td></tr> | ||
93 | <tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr> | ||
94 | <tr><td>2</td><td>-</td><td>-</td><td>-</td></tr> | ||
95 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
96 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
97 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
98 | </table> | ||
99 | |||
100 | |||
101 | </td></tr> | ||
102 | |||
103 | </table> | ||
104 | {{/html}} |