Changes for page Team Design Patterns
Last modified by Mathieu Jung-Muller on 2022/04/04 13:54
From version
15.1


edited by Pierre Bongrand
on 2022/03/30 12:09
on 2022/03/30 12:09
Change comment:
There is no comment for this version
To version
16.1


edited by Pierre Bongrand
on 2022/03/30 16:22
on 2022/03/30 16:22
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,9 @@ 1 -{{html}} 2 -<img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/TDP_generalreminder.jpg?rev=1.1" alt="Design Pattern Calendar" width="1000"/> 3 -{{/html}} 1 +===Definition of === 4 4 3 + 4 + 5 + 6 + 5 5 ===General Reminder Design Pattern=== 6 6 **Overview** 7 7 The general reminder design pattern depicts the flow of interactions between Pepper and the PwD in reminder related usecases. This TDP contains the overarching generalizations of the medication, nutrition and calendar event reminders as mentioned in the use cases (UC01, UC02, UC03). Below we describe this TDP in further detail. ... ... @@ -16,10 +16,11 @@ 16 16 * If the answer to the previous step was no, then Pepper proceeds by reminding the user to do the task in question. 17 17 * Now Pepper will wait for a confirmation of the user having done the task in question. The waiting times are different for different use cases, as taking medicine for example takes less time that eating a meal. 18 18 * Finally after receiving the confirmation, Pepper congratulates the the PwD and the DP comes to an end. 19 -| 20 20 {{html}} 21 -<img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/TDP_general activity.jpg?rev=1.1" alt="Design Pattern Calendar" width="1000"/>22 +<img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/TDP_generalreminder.jpg?rev=1.1" alt="Design Pattern Calendar" width="1000"/> 22 22 {{/html}} 24 +| 25 + 23 23 ===Activity Breakdown Design Pattern=== 24 24 **Overview** 25 25 The general activity breakdown design pattern depicts the flow of interactions between Pepper and the PwD with respect to the breakdown of any activity that has been entered in Pepper's system. With respect to the usecases present, this TDP applies to the wake-up routine. Below we describe the TDP in further detail. ... ... @@ -36,6 +36,9 @@ 36 36 * Once all the steps have been successfully completed, Pepper congratulates the PwD. 37 37 | 38 38 42 +{{html}} 43 +<img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/TDP_generalactivity.jpg?rev=1.1" alt="Design Pattern Calendar" width="1000"/> 44 +{{/html}} 39 39 40 40 41 41