Wiki source code of Team Design Patterns: Reminder Functionality
Last modified by Arber Demi on 2023/04/11 19:03
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
2.1 | 1 | |(% colspan="1" %)Problem|((( |
![]() |
7.1 | 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. |
![]() |
2.1 | 3 | ))) |
![]() |
10.1 | 4 | |Solution Structure|((( |
5 | [[image:attach:tdp diagram.png]] | ||
6 | |||
7 | As a clarification, the "2. Initiate interaction" block contains all possible interactions, whether that's memory game, reminder, scheduling events, etc. | ||
8 | |||
9 | This was done to reduce the clutter in the diagram. | ||
10 | ))) | ||
![]() |
4.1 | 11 | |Solution Description|((( |
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" %)Information input by the patients, sometimes also from the caretakers and relatives | ||
![]() |
5.1 | 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" %)The robot reminds the patients about the events, and the information about the relatives or caretakers through speech, text and images. |
![]() |
4.1 | 14 | * (% 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. |
![]() |
5.1 | 15 | * (% 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. |
![]() |
2.1 | 16 | ))) |
![]() |
4.1 | 17 | |Human RQ|((( |
![]() |
5.1 | 18 | * (% 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. |
19 | * (% 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. | ||
![]() |
2.1 | 20 | ))) |
21 | |Machine RQ|((( | ||
![]() |
9.1 | 22 | * [[RQ01.0: Recall, store and present information>>2\. Specification.Requirements.RQ01\.0\: Recall and present information.WebHome]] |
23 | * [[RQ02.0: Schedule events>>2\. Specification.Requirements.RQ02\.0\: Schedule events.WebHome]] | ||
24 | * [[RQ03.0: Play memory games with PwD>>2\. Specification.Requirements.RQ03\.0\: Play memory related games with patient.WebHome]] | ||
25 | * [[RQ04.0: Reflect on actions and feedback>>2\. Specification.Requirements.RQ04\.0\: Reflect on actions and feedback.WebHome]] | ||
![]() |
2.1 | 26 | ))) |
![]() |
4.1 | 27 | |Consequences|((( |
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" %)+ Help the PwD to improve their lives | ||
![]() |
2.1 | 29 | |
![]() |
4.1 | 30 | (% 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 |
![]() |
3.1 | 31 | |
![]() |
6.1 | 32 | (% 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 |
![]() |
3.1 | 33 | |
![]() |
5.1 | 34 | (% 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 |
![]() |
2.1 | 35 | ))) |
36 | |Grounding|((( | ||
37 | Status: Proto Pattern. | ||
38 | |||
![]() |
3.1 | 39 | Instantiations: [[UC01.0: Reminder>>2\. Specification.b\. Use Cases.UC01\.0\: Music Bingo.WebHome]] |
![]() |
2.1 | 40 | ))) |