Changes for page Design Patterns

Last modified by Clara Stiller on 2022/04/05 15:31

From version 77.1
edited by Cesar van der Poel
on 2022/04/02 23:24
Change comment: Upload new image "IDP4.png", version 1.1
To version 89.1
edited by Clara Stiller
on 2022/04/05 15:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Cesarvanderpoe
1 +XWiki.ClaraStiller
Content
... ... @@ -15,6 +15,8 @@
15 15  </table>
16 16  {{/html}}
17 17  
18 +
19 +
18 18  === Scene 2===
19 19  {{html}}
20 20  <table style="width: 100%">
... ... @@ -29,6 +29,9 @@
29 29  </table>
30 30  {{/html}}
31 31  
34 +
35 +
36 +
32 32  == TDP
33 33  |**Problem**|The caretaker of a person with dementia (PwD) might not always be around to prevent a user from going out wandering and to locate them and bring them back if they do. To still be able to provide safe environments for all PwDs, a humanoid robot will try to take care of such situations. This will relieve the caretakers from a number of these burdens. There might, however, be cases where the robot cannot do enough, and thus needs to alert a caretaker that can interfere.
34 34  |**Solution structure**|[[image:TDP1-improved.png||height="400"]]
... ... @@ -60,5 +60,13 @@
60 60  |**Robot RQ**| The robot should be able to understand the PwD and try and engage in a conversation with them (RQ004). The robot should also be able to call the caretaker (RQ007)
61 61  
62 62  
68 +== IDP4
69 +|**Problem**|There may be moments when a person with dementia (PwD) wants to simply take a walk to get some fresh air. This is not convenient to do alone, but can easily be done under the supervision of a caretaker.
70 +|**Solution structure**|[[image:IDP4.png||height="400"]]
71 +|**Solution description**| When the user requests to take a walk, a caretaker is notified to accompany them
72 +|**Human RQ**| The PwD needs to be able to request to take a walk
73 +|**Robot RQ**| The robot should be able to understand the PwD (RQ004). The robot should also be able to call the caretaker (RQ007)
63 63  
64 64  
76 +
77 +