Changes for page Team Design Patterns
Last modified by Mathieu Jung-Muller on 2022/04/04 13:54
From 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
To version
14.1


edited by Sneha Lodha
on 2022/03/23 16:51
on 2022/03/23 16:51
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. PierreBongrand1 +XWiki.snehalodha - Content
-
... ... @@ -1,9 +1,7 @@ 1 -===Definition of === 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}} 2 2 3 - 4 - 5 - 6 - 7 7 ===General Reminder Design Pattern=== 8 8 **Overview** 9 9 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. ... ... @@ -17,12 +17,11 @@ 17 17 * Now having gained the attention of the PwD, Pepper asks whether the PwD has already performed the task that the reminder is set for. If the answer is yes, then this is where the DP ends, because the reminder would serve no purpose. 18 18 * If the answer to the previous step was no, then Pepper proceeds by reminding the user to do the task in question. 19 19 * 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. 20 -* Finally after receiving the confirmation, Pepper congratulates the the PwD and the DP comes to an end. 18 +* Finally after receiving the confirmation, Pepper congratulates the the PwD and the DP comes to an end 19 +| 21 21 {{html}} 22 -<img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/TDP_general reminder.jpg?rev=1.1" alt="Design Pattern Calendar" width="1000"/>21 +<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"/> 23 23 {{/html}} 24 -| 25 - 26 26 ===Activity Breakdown Design Pattern=== 27 27 **Overview** 28 28 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. ... ... @@ -39,9 +39,6 @@ 39 39 * Once all the steps have been successfully completed, Pepper congratulates the PwD. 40 40 | 41 41 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}} 45 45 46 46 47 47