Changes for page Use Cases

Last modified by Ricardo Vogel on 2022/04/05 11:39

From version Icon 11.1 Icon
edited by Jeffrey Lim
on 2022/03/02 14:14
Change comment: There is no comment for this version
To version Icon 13.1 Icon
edited by Jeffrey Lim
on 2022/03/02 14:22
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,5 +1,5 @@
1 1  {{html}}
2 -<h2>Use Case 1: Taking a normal walk without caretakers</h2>
2 +<h2>Use Case 1: User takes a normal walk without caretakers</h2>
3 3  <table width='100%'>
4 4  <tr>
5 5  <td width='30%' style="font-size:16px">
... ... @@ -31,7 +31,8 @@
31 31  </td><td> UC steps:<br>
32 32   1. PwD equips the proximity grip and gets ready to go. <br>
33 33   2. MiRo guides the PwD during the walk. <br>
34 - 3. PwD gets home safely.
34 + 3. PwD meets other people during the walk. <br>
35 + 4. PwD gets home safely.
35 35  </td></tr>
36 36  </table>
37 37  </td>
... ... @@ -48,7 +48,8 @@
48 48  </td></tr>
49 49  <tr><td>1</td><td>-</td><td>-</td><td>-</td></tr>
50 50  <tr><td>2</td><td>MiRo can follow a set route</td><td>Walking with MiRo increases the user's happiness</td><td>Guiding the human while walking pattern</td></tr>
51 -<tr><td>3</td><td>-</td><td>-</td><td>-</td></tr>
52 +<tr><td>3</td><td>MiRo can suspend the walk if the user is talking with someone</td><td>-</td><td>-</td></tr>
53 +<tr><td>4</td><td>-</td><td>-</td><td>-</td></tr>
52 52  </table>
53 53  </td></tr>
54 54  </table>
... ... @@ -112,7 +112,7 @@
112 112  </td></tr>
113 113  </table>
114 114  
115 -<h2>Use Case 3: User falls while taking a walk</h2>
117 +<h2>Use Case 3: User walks away while taking a walk</h2>
116 116  <table width='100%'>
117 117  <tr>
118 118  <td width='30%' style="font-size:16px">
... ... @@ -125,7 +125,7 @@
125 125  <tr><td bgcolor='gainsboro'>
126 126   <b>TDP</b>
127 127  </td><td>
128 - Robot in charge
130 + Human lost
129 129  </td></tr>
130 130  <tr><td bgcolor='gainsboro'>
131 131   <b>Actors</b>
... ... @@ -144,6 +144,65 @@
144 144  </td><td>
145 145   UC steps:<br>
146 146   1. PwD takes a walk, MiRo guides PwD during the walk. <br>
149 + 2. PwD walks away, MiRo stops. <br>
150 + 3. MiRo tries to get PwD's attention. <br>
151 + 4. MiRo fails to regain PwD's attention and notifies caretaker. <br>
152 + 5. Caretaker arrives and guides PwD back home safely.
153 +</td></tr>
154 +</table>
155 +</td>
156 +<td width='50%' style="font-size:16px">
157 +<table border='1px' width='50%'>
158 +<tr><td bgcolor='gainsboro'>
159 + <b>UC step<b>
160 +</td><td bgcolor='gainsboro'>
161 + <b>Requirements</b>
162 +</td><td bgcolor='gainsboro'>
163 +<b>Claims</b>
164 +</td><td bgcolor='gainsboro'>
165 +<b>IDP</b>
166 +</td></tr>
167 +<tr><td>1</td><td>MiRo can follow a set route</td><td>Walking with MiRo increases the user's happiness</td><td>Guiding the human while walking pattern</td></tr>
168 +<tr><td>2</td><td>MiRo can detect if the PwD is too far away</td><td>-</td><td>Guiding human back pattern</td></tr>
169 +<tr><td>3</td><td>MiRo can make sounds</td><td>-</td><td>Getting attention pattern</td></tr>
170 +<tr><td>4</td><td>MiRo can notify caretakers</td><td>-</td><td>-</td></tr>
171 +<tr><td>5</td><td>-</td><td>-</td><td>-</td></tr>
172 +</table>
173 +</td></tr>
174 +</table>
175 +
176 +<h2>Use Case 4: User falls while taking a walk</h2>
177 +<table width='100%'>
178 +<tr>
179 +<td width='30%' style="font-size:16px">
180 +<table border='1px' width='50%'>
181 +<tr border='1px' width='30%'><td bgcolor='gainsboro'>
182 + <b>Objective</b>
183 +</td><td width='70%'>
184 + Allow people with dementia to take a walk without caretakers.
185 +</td></tr>
186 +<tr><td bgcolor='gainsboro'>
187 + <b>TDP</b>
188 +</td><td>
189 + Robot in charge
190 +</td></tr>
191 +<tr><td bgcolor='gainsboro'>
192 + <b>Actors</b>
193 +</td><td>Person with Dementia (PwD), MiRo, Caretaker
194 +</td></tr>
195 +<tr><td bgcolor='gainsboro'>
196 + <b>Pre-condition</b>
197 +</td><td>PwD wants to take a walk. MiRo is already in the room. The walking route is already set. PwD already wears the proximity grip.
198 +</td></tr>
199 +<tr><td bgcolor='gainsboro'>
200 + <b>Post-condition</b>
201 +</td><td>Pwd has taken a walk and is safely home now.
202 +</td></tr>
203 +<tr><td bgcolor='gainsboro'>
204 + <b>Action sequence</b>
205 +</td><td>
206 + UC steps:<br>
207 + 1. PwD takes a walk, MiRo guides PwD during the walk. <br>
147 147   2. PwD falls and can't get up, MiRo stops. <br>
148 148   3. MiRo notifies caretaker. <br>
149 149   4. Caretaker arrives and helps PwD. <br>