Wiki source code of Use Cases

Version 23.1 by Xinqi Li on 2022/02/22 12:30

Show last authors
1 {{html}}
2 <!-- Your HTML code here -->
3 <h2>UC001: Daily todo list</h2>
4 <table width='100%'>
5 <tr>
6 <td width='30%' style="font-size:16px">
7 <table border='1px' width='50%'>
8 <tr border='1px' width='30%'><td bgcolor='gainsboro'>
9 <b>Objective</b>
10 </td><td width='70%'>
11 OB01: Help delay memory loss for patient's daily tasks
12 </td></tr>
13 <tr><td bgcolor='gainsboro'>
14 <b>TDP</b>
15 </td><td>
16 TDP: -
17 </td></tr>
18 <tr><td bgcolor='gainsboro'>
19 <b>Actors</b>
20 </td><td>
21 Care givers/ patient/ robot
22 </td></tr>
23 <tr><td bgcolor='gainsboro'>
24 <b>Pre-condition</b>
25 </td><td>
26 Patient has a todo list
27 </td></tr>
28 <tr><td bgcolor='gainsboro'>
29 <b>Post-condition</b>
30 </td><td>
31 User remebers daily tasks
32 </td></tr>
33 <tr><td bgcolor='gainsboro'>
34 <b>Action sequence</b>
35 </td><td>
36 Figure<br><br>
37 UC steps:<br>
38 1) During the day the robot will play the music before tasks<br>
39 2) User performs task that robots plays music for<br>
40 3) When user finishes task interact with robot to denote being done<br>
41 </td></tr>
42 </table>
43 </td>
44 <td width='50%' style="font-size:16px">
45 <table border='1px' width='50%'>
46 <tr><td bgcolor='gainsboro'>
47 <b>UC step<b>
48 </td><td bgcolor='gainsboro'>
49 <b>Requirements</b>
50 </td><td bgcolor='gainsboro'>
51 <b>Claims</b>
52 </td><td bgcolor='gainsboro'>
53 <b>IDP</b>
54 </td></tr>
55 <tr><td>2</td><td>RQ001: Robot has the ability to play sounds </td><td>CL001: Patient remembers to do the task</td><td>-</td></tr>
56 <tr><td>4</td><td>RQ003: Robot should recognize an indication of being done </td><td>CL003: User is happy because they completed a task</td><td>-</td></tr>
57 </table>
58
59
60 </td></tr>
61
62 </table>
63
64 <h2>UC002: Visit from the care giver or loved ones</h2>
65 <table width='100%'>
66 <tr>
67 <td width='30%' style="font-size:16px">
68 <table border='1px' width='50%'>
69 <tr border='1px' width='30%'><td bgcolor='gainsboro'>
70 <b>Objective</b>
71 </td><td width='70%'>
72 OB02: Update the todo list
73 </td></tr>
74 <tr><td bgcolor='gainsboro'>
75 <b>TDP</b>
76 </td><td>
77 TDP: -
78 </td></tr>
79 <tr><td bgcolor='gainsboro'>
80 <b>Actors</b>
81 </td><td>
82 Care givers/ patient/ robot
83 </td></tr>
84 <tr><td bgcolor='gainsboro'>
85 <b>Pre-condition</b>
86 </td><td>
87 The patient wants to add more tasks or change the music
88 </td></tr>
89 <tr><td bgcolor='gainsboro'>
90 <b>Post-condition</b>
91 </td><td>
92 Todo list is updated
93 </td></tr>
94 <tr><td bgcolor='gainsboro'>
95 <b>Action sequence</b>
96 </td><td>
97 Figure<br><br>
98 UC steps:<br>
99 1) Patient calls care giver or loved one and asks them to visit<br>
100 2) Select together with caregivers music associated with daily tasks<br>
101 3) During the day the robot will play the music before tasks<br>
102 4) User performs task that robots plays music for<br>
103 5) When user finishes task interact with robot to denote being done<br>
104 6) User denotes going to bed<br>
105 7) Robot starts small-quiz about corresponding activities and musics<br>
106 </td></tr>
107 </table>
108 </td>
109 <td width='50%' style="font-size:16px">
110 <table border='1px' width='50%'>
111 <tr><td bgcolor='gainsboro'>
112 <b>UC step<b>
113 </td><td bgcolor='gainsboro'>
114 <b>Requirements</b>
115 </td><td bgcolor='gainsboro'>
116 <b>Claims</b>
117 </td><td bgcolor='gainsboro'>
118 <b>IDP</b>
119 </td></tr>
120 <tr><td>1</td><td>RQ001: Have robot(Nao), tablet, app</td><td>CL001: Benefit set schedule that they can follow, drawback hard for active people with changing schedule</td><td>-</td></tr>
121 <tr><td>2</td><td>RQ002: Have music selection function in app</td><td>CL002: Benefit music helps memory and keeps them calm and is enjoyable, drawbacks can get bored or dont want to be forced</td><td>-</td></tr>
122 <tr><td>3</td><td>RQ003: Place robot on central stationary location</td><td>CL003: Benefit remeber their tasks, drawbacks bored, dont hear it, doing else disturb them</td><td>-</td></tr>
123 <tr><td>4</td><td>RQ004: </td><td>CL004: </td><td>-</td></tr>
124 <tr><td>5</td><td>RQ005: Play alarm (vibration) on tablet</td><td>CL005: Benefit check they perform task and check for healthcare provider, drawback have their hands full</td><td>-</td></tr>
125 <tr><td>6</td><td>RQ006: Have interaction with robot before sleep</td><td>CL006: Benefit scheduled live, can inform loved ones of sleeping, reminder that they didnt perform task, drawbacks forgetting, something extra to do </td><td>-</td></tr>
126 <tr><td>7</td><td>RQ007: Tablet quiz app</td><td>CL007: Benefit reinforcement memory, drawbacks could get repretative </td><td>-</td></tr>
127 </table>
128
129
130 </td></tr>
131
132 </table>
133
134 <h2>UC003: Physical exercise with the robot</h2>
135 <table width='100%'>
136 <tr>
137 <td width='30%' style="font-size:16px">
138 <table border='1px' width='50%'>
139 <tr border='1px' width='30%'><td bgcolor='gainsboro'>
140 <b>Objective</b>
141 </td><td width='70%'>
142 OB01: Help delay memory loss for patient's daily tasks
143 </td></tr>
144 <tr><td bgcolor='gainsboro'>
145 <b>TDP</b>
146 </td><td>
147 TDP: -
148 </td></tr>
149 <tr><td bgcolor='gainsboro'>
150 <b>Actors</b>
151 </td><td>
152 Care givers/ patient/ robot
153 </td></tr>
154 <tr><td bgcolor='gainsboro'>
155 <b>Pre-condition</b>
156 </td><td>
157 Patient has a todo list
158 </td></tr>
159 <tr><td bgcolor='gainsboro'>
160 <b>Post-condition</b>
161 </td><td>
162 User remebers daily tasks
163 </td></tr>
164 <tr><td bgcolor='gainsboro'>
165 <b>Action sequence</b>
166 </td><td>
167 Figure<br><br>
168 UC steps:<br>
169 1) During the day the robot will play the music before tasks<br>
170 2) User performs task that robots plays music for<br>
171 3) When user finishes task interact with robot to denote being done<br>
172 </td></tr>
173 </table>
174 </td>
175 <td width='50%' style="font-size:16px">
176 <table border='1px' width='50%'>
177 <tr><td bgcolor='gainsboro'>
178 <b>UC step<b>
179 </td><td bgcolor='gainsboro'>
180 <b>Requirements</b>
181 </td><td bgcolor='gainsboro'>
182 <b>Claims</b>
183 </td><td bgcolor='gainsboro'>
184 <b>IDP</b>
185 </td></tr>
186 <tr><td>2</td><td>RQ001: Robot has the ability to play sounds </td><td>CL001: Patient remembers to do the task</td><td>-</td></tr>
187 <tr><td>4</td><td>RQ003: Robot should recognize an indication of being done </td><td>CL003: User is happy because they completed a task</td><td>-</td></tr>
188 </table>
189
190 </td></tr>
191 </table>
192 <h2>UC004: Group game at the care home</h2>
193 <table width='100%'>
194 <tr>
195 <td width='30%' style="font-size:16px">
196 <table border='1px' width='50%'>
197 <tr border='1px' width='30%'><td bgcolor='gainsboro'>
198 <b>Objective</b>
199 </td><td width='70%'>
200 OB01: Help delay memory loss for patient's daily tasks
201 </td></tr>
202 <tr><td bgcolor='gainsboro'>
203 <b>TDP</b>
204 </td><td>
205 TDP: -
206 </td></tr>
207 <tr><td bgcolor='gainsboro'>
208 <b>Actors</b>
209 </td><td>
210 Care givers/ patient/ robot
211 </td></tr>
212 <tr><td bgcolor='gainsboro'>
213 <b>Pre-condition</b>
214 </td><td>
215 Patient has a todo list
216 </td></tr>
217 <tr><td bgcolor='gainsboro'>
218 <b>Post-condition</b>
219 </td><td>
220 User remebers daily tasks
221 </td></tr>
222 <tr><td bgcolor='gainsboro'>
223 <b>Action sequence</b>
224 </td><td>
225 Figure<br><br>
226 UC steps:<br>
227 1) During the day the robot will play the music before tasks<br>
228 2) User performs task that robots plays music for<br>
229 3) When user finishes task interact with robot to denote being done<br>
230 </td></tr>
231 </table>
232 </td>
233 <td width='50%' style="font-size:16px">
234 <table border='1px' width='50%'>
235 <tr><td bgcolor='gainsboro'>
236 <b>UC step<b>
237 </td><td bgcolor='gainsboro'>
238 <b>Requirements</b>
239 </td><td bgcolor='gainsboro'>
240 <b>Claims</b>
241 </td><td bgcolor='gainsboro'>
242 <b>IDP</b>
243 </td></tr>
244 <tr><td>2</td><td>RQ001: Robot has the ability to play sounds </td><td>CL001: Patient remembers to do the task</td><td>-</td></tr>
245 <tr><td>4</td><td>RQ003: Robot should recognize an indication of being done </td><td>CL003: User is happy because they completed a task</td><td>-</td></tr>
246 </table>
247
248
249
250 {{/html}}