Wiki source code of Team Design Patterns: Reminder Functionality
Version 9.1 by Arber Demi on 2023/04/11 19:02
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |(% colspan="1" %)Problem|((( | ||
2 | The [[Robot>>doc:Main.c\. Technology.Humanoid Robot.WebHome]] is designed to assist people classified as [[PwD>>doc:Main.sdf.Stakeholders.Person with Dementia.WebHome]] in improving their quality of life. This is done by assisting them in their daily life through reminders. This at the same time assists [[relatives>>doc:Main.sdf.Stakeholders.RelativesFriends.WebHome]] and [[professional caretakers>>doc:Main.sdf.Stakeholders.Professional Caretaker.WebHome]] with their life by allowing them to spend more quality time with the patient or make assisting them easier. | ||
3 | ))) | ||
4 | |Solution Structure|[[image:attach:tdp diagram.png]] | ||
5 | |Solution Description|((( | ||
6 | * (% style="background-color:#ffffff; color:#333333; font-family:Arial; font-size:10.5pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Information input by the patients, sometimes also from the caretakers and relatives | ||
7 | * (% style="background-color:#ffffff; color:#333333; font-family:Arial; font-size:10.5pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)The robot reminds the patients about the events, and the information about the relatives or caretakers through speech, text and images. | ||
8 | * (% style="background-color:#ffffff; color:#333333; font-family:Arial; font-size:10.5pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)The robot plays games with the patients. | ||
9 | * (% style="background-color:#ffffff; color:#333333; font-family:Arial; font-size:10.5pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)The caretakers and relatives can give feedback to the robots as well as adjust them. | ||
10 | ))) | ||
11 | |Human RQ|((( | ||
12 | * (% style="background-color:#ffffff; color:#333333; font-family:Arial; font-size:10.5pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Patients: Interact with the robot to hopefully improve the quality of life with their current cognitive ability. | ||
13 | * (% style="background-color:#ffffff; color:#333333; font-family:Arial; font-size:10.5pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Caretakers and relatives: Give feedback for the robot and also assist patients with the usage of the robot. | ||
14 | ))) | ||
15 | |Machine RQ|((( | ||
16 | * [[RQ01.0: Recall, store and present information>>2\. Specification.Requirements.RQ01\.0\: Recall and present information.WebHome]] | ||
17 | * [[RQ02.0: Schedule events>>2\. Specification.Requirements.RQ02\.0\: Schedule events.WebHome]] | ||
18 | * [[RQ03.0: Play memory games with PwD>>2\. Specification.Requirements.RQ03\.0\: Play memory related games with patient.WebHome]] | ||
19 | * [[RQ04.0: Reflect on actions and feedback>>2\. Specification.Requirements.RQ04\.0\: Reflect on actions and feedback.WebHome]] | ||
20 | ))) | ||
21 | |Consequences|((( | ||
22 | (% style="background-color:#ffffff; color:#333333; font-family:Arial; font-size:10.5pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)+ Help the PwD to improve their lives | ||
23 | |||
24 | (% style="background-color:#ffffff; color:#333333; font-family:Arial; font-size:10.5pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)+ Remove some load from the caretakers when it comes to assisting with the PwD | ||
25 | |||
26 | (% style="background-color:#ffffff; color:#333333; font-family:Arial; font-size:10.5pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)- The function of reminding may be limited by the robot’s abilities and approachability aspect | ||
27 | |||
28 | (% style="background-color:#ffffff; color:#333333; font-family:Arial; font-size:10.5pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)- Privacy concerns created to due the storage of data | ||
29 | ))) | ||
30 | |Grounding|((( | ||
31 | Status: Proto Pattern. | ||
32 | |||
33 | Instantiations: [[UC01.0: Reminder>>2\. Specification.b\. Use Cases.UC01\.0\: Music Bingo.WebHome]] | ||
34 | ))) |