Wiki source code of Use Cases

Version 15.1 by Veikko Saikkonen on 2022/02/15 12:06

Show last authors
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 discourse.
22 * As a PwD I want to discuss my wellbeing occasionally so that I'm cognitively activated and reminded to think about my condition.
23 ** Feature: Wellbeing discourse.
24
25 == HCP ==
26 * As a HCP I want the PwD to be reminded about mealtimes so that they are not malnutritioned.
27 ** Feature: Mealtime reminders.
28
29 == Family ==
30 * 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.
31 ** Feature: Mealtime reminders.
32
33 == Drafts (to be formalised) ==
34 * Take the weight of reminding away from the humans (pwd/relative)
35 * Make the PwD self-reflect
36 * Have casual conversations
37
38
39 {{html}}
40 <!-- Your HTML code here -->
41
42 <h2>UC001: TITLE</h2>
43 <table width='100%'>
44 <tr>
45 <td width='30%' style="font-size:16px">
46 <table border='1px' width='50%'>
47 <tr border='1px' width='30%'><td bgcolor='gainsboro'>
48 <b>Objective</b>
49 </td><td width='70%'>
50 OB01: TITLE
51 </td></tr>
52 <tr><td bgcolor='gainsboro'>
53 <b>TDP</b>
54 </td><td>
55 TDP: TITLE
56 </td></tr>
57 <tr><td bgcolor='gainsboro'>
58 <b>Actors</b>
59 </td><td>
60 </td></tr>
61 <tr><td bgcolor='gainsboro'>
62 <b>Pre-condition</b>
63 </td><td>
64 </td></tr>
65 <tr><td bgcolor='gainsboro'>
66 <b>Post-condition</b>
67 </td><td>
68 </td></tr>
69 <tr><td bgcolor='gainsboro'>
70 <b>Action sequence</b>
71 </td><td>
72 Figure<br><br>
73 UC steps:<br>
74 1. ...<br>
75 2. ...<br>
76 </td></tr>
77 </table>
78 </td>
79 <td width='50%' style="font-size:16px">
80 <table border='1px' width='50%'>
81 <tr><td bgcolor='gainsboro'>
82 <b>UC step<b>
83 </td><td bgcolor='gainsboro'>
84 <b>Requirements</b>
85 </td><td bgcolor='gainsboro'>
86 <b>Claims</b>
87 </td><td bgcolor='gainsboro'>
88 <b>IDP</b>
89 </td></tr>
90 <tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr>
91 <tr><td>2</td><td>-</td><td>-</td><td>-</td></tr>
92 <tr><td></td><td>-</td><td>-</td><td>-</td></tr>
93 <tr><td></td><td>-</td><td>-</td><td>-</td></tr>
94 <tr><td></td><td>-</td><td>-</td><td>-</td></tr>
95 </table>
96
97
98 </td></tr>
99
100 </table>
101 {{/html}}