Changes for page Team Design Patterns
Last modified by Varun Singh on 2023/04/05 19:05
From version 4.1
edited by Varun Singh
on 2023/03/14 18:11
on 2023/03/14 18:11
Change comment:
There is no comment for this version
To version 6.1
edited by Varun Singh
on 2023/03/22 10:28
on 2023/03/22 10:28
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,7 +13,7 @@ 13 13 The purpose of this TDP is to demonstrate the flow of painting interaction firstly for an individual patient and then how it can be extended for a group of PwD. Often times it becomes challenging for patients with dementia to do tasks that require dedicated focus and attention since they are prone to get distracted easily. With many PwD as a group, it is not easy for the caregiver to make sure every patient is doing well and whether they require some attention or not. Specifically, in this case, Pepper will be able to help the caregiver by handling the painting activity during the break time such as asking patients whether they would like to paint and helping them with tips and suggestions. We see assisting the PwD with such activity as a meaningful addition to their daily life. The aim is to have Pepper guide the PwD through the steps of the painting activity and pay attention to the PwD throughout the whole process to analyze whether everything went smoothly. 14 14 | 15 15 **Painting Management** 16 -Although each of the IDPs contained in this TDP is described in great detail in the [[Interactive Design Patterns section>>doc:Design Patterns.Interaction Design Patterns.WebHome]], below is a short overview of it divided into Scene A and Scene B: 16 +Although each of the IDPs contained in this TDP is described in great detail in the [[Interactive Design Patterns section>>doc:Design Patterns.Interaction Design Patterns.WebHome]], below is a short overview of it divided into Scene A and Scene B: 17 17 18 18 **~1. Scene A: Active with 1 PwD** 19 19 ... ... @@ -22,7 +22,6 @@ 22 22 * [[Recommend>>doc:Design Patterns.Interaction Design Patterns.IDP\: Recommend a meaningful picture to paint.WebHome]]: If the PwD agrees to paint, Pepper then recommends a picture which could be related to the patient's past life. 23 23 * [[Assist>>doc:Design Patterns.Interaction Design Patterns.IDP\: Explain a Group Activity.WebHome]]: Pepper then assists the PwD during painting by providing helpful suggestions and tips. 24 24 * [[Save>>doc:Design Patterns.Interaction Design Patterns.IDP\: Save a picture of the painting.WebHome]]: Once the painting is done, Pepper takes a screenshot of the painting, saves it to a database and sends it to the PwD's family members. 25 -* [[Emergency>>doc:Design Patterns.Interaction Design Patterns.IDP\: Alert the caregiver in case of emergency.WebHome]]: In case of any anomaly or emergency the patient can call the caretaker or Pepper can also send an alert to the caretaker. 26 26 27 27 **2. Scene B: Active with Scene multiple PwD** 28 28 ... ... @@ -31,4 +31,4 @@ 31 31 * Pepper will keep a track of the progress of all the patients so that when it approaches another patient it knows what stage they are at and is able to accurately assist them at that point. 32 32 * This process will be looped until the painting activity ends or all patients have finished with their painting. 33 33 34 - 33 +Due to time constraints, we will not be able to implement Scene B, instead, we will focus fully on Scene A.