Wiki source code of Use Cases

Version 14.1 by Veikko Saikkonen on 2022/02/15 11:56

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