Wiki source code of Use Cases

Version 17.1 by Andrei Stefan on 2022/02/22 12:19

Show last authors
1 {{html}}
2 <!-- Your HTML code here -->
3 <h2>UC001: Daily todo list</h2>
4 <table width='100%'>
5 <tr>
6 <td width='30%' style="font-size:16px">
7 <table border='1px' width='50%'>
8 <tr border='1px' width='30%'><td bgcolor='gainsboro'>
9 <b>Objective</b>
10 </td><td width='70%'>
11 OB01: Help delay memory loss for patient's daily tasks
12 </td></tr>
13 <tr><td bgcolor='gainsboro'>
14 <b>TDP</b>
15 </td><td>
16 TDP: -
17 </td></tr>
18 <tr><td bgcolor='gainsboro'>
19 <b>Actors</b>
20 </td><td>
21 Care givers/ patient/ robot
22 </td></tr>
23 <tr><td bgcolor='gainsboro'>
24 <b>Pre-condition</b>
25 </td><td>
26 Patient has a todo list
27 </td></tr>
28 <tr><td bgcolor='gainsboro'>
29 <b>Post-condition</b>
30 </td><td>
31 User remebers daily tasks
32 </td></tr>
33 <tr><td bgcolor='gainsboro'>
34 <b>Action sequence</b>
35 </td><td>
36 Figure<br><br>
37 UC steps:<br>
38 1) During the day the robot will play the music before tasks<br>
39 2) User performs task that robots plays music for<br>
40 3) When user finishes task interact with robot to denote being done<br>
41 </td></tr>
42 </table>
43 </td>
44 <td width='50%' style="font-size:16px">
45 <table border='1px' width='50%'>
46 <tr><td bgcolor='gainsboro'>
47 <b>UC step<b>
48 </td><td bgcolor='gainsboro'>
49 <b>Requirements</b>
50 </td><td bgcolor='gainsboro'>
51 <b>Claims</b>
52 </td><td bgcolor='gainsboro'>
53 <b>IDP</b>
54 </td></tr>
55 <tr><td>2</td><td>RQ001: Robot has the ability to play sounds </td><td>CL001: Patient remembers to do the task</td><td>-</td></tr>
56 <tr><td>4</td><td>RQ003: Robot should recognize an indication of being done </td><td>CL003: User is happy because they completed a task</td><td>-</td></tr>
57 </table>
58
59
60 </td></tr>
61
62 </table>
63
64 <h2>UC002: Visit from the care giver or loved ones</h2>
65 <table width='100%'>
66 <tr>
67 <td width='30%' style="font-size:16px">
68 <table border='1px' width='50%'>
69 <tr border='1px' width='30%'><td bgcolor='gainsboro'>
70 <b>Objective</b>
71 </td><td width='70%'>
72 OB02: Update the todo list
73 </td></tr>
74 <tr><td bgcolor='gainsboro'>
75 <b>TDP</b>
76 </td><td>
77 TDP: -
78 </td></tr>
79 <tr><td bgcolor='gainsboro'>
80 <b>Actors</b>
81 </td><td>
82 Care givers/ patient/ robot
83 </td></tr>
84 <tr><td bgcolor='gainsboro'>
85 <b>Pre-condition</b>
86 </td><td>
87 The patient wants to add more tasks or change the music
88 </td></tr>
89 <tr><td bgcolor='gainsboro'>
90 <b>Post-condition</b>
91 </td><td>
92 Todo list is updated
93 </td></tr>
94 <tr><td bgcolor='gainsboro'>
95 <b>Action sequence</b>
96 </td><td>
97 Figure<br><br>
98 UC steps:<br>
99 1) Patient calls care giver or loved one and asks them to visit<br>
100 2) Select together with caregivers music associated with daily tasks<br>
101 3) During the day the robot will play the music before tasks<br>
102 4) User performs task that robots plays music for<br>
103 5) When user finishes task interact with robot to denote being done<br>
104 6) User denotes going to bed<br>
105 7) Robot starts small-quiz about corresponding activities and musics<br>
106 </td></tr>
107 </table>
108 </td>
109 <td width='50%' style="font-size:16px">
110 <table border='1px' width='50%'>
111 <tr><td bgcolor='gainsboro'>
112 <b>UC step<b>
113 </td><td bgcolor='gainsboro'>
114 <b>Requirements</b>
115 </td><td bgcolor='gainsboro'>
116 <b>Claims</b>
117 </td><td bgcolor='gainsboro'>
118 <b>IDP</b>
119 </td></tr>
120 <tr><td>1</td><td>RQ001: Have robot(Nao), tablet, app</td><td>CL001: Benefit set schedule that they can follow, drawback hard for active people with changing schedule</td><td>-</td></tr>
121 <tr><td>2</td><td>RQ002: Have music selection function in app</td><td>CL002: Benefit music helps memory and keeps them calm and is enjoyable, drawbacks can get bored or dont want to be forced</td><td>-</td></tr>
122 <tr><td>3</td><td>RQ003: Place robot on central stationary location</td><td>CL003: Benefit remeber their tasks, drawbacks bored, dont hear it, doing else disturb them</td><td>-</td></tr>
123 <tr><td>4</td><td>RQ004: </td><td>CL004: </td><td>-</td></tr>
124 <tr><td>5</td><td>RQ005: Play alarm (vibration) on tablet</td><td>CL005: Benefit check they perform task and check for healthcare provider, drawback have their hands full</td><td>-</td></tr>
125 <tr><td>6</td><td>RQ006: Have interaction with robot before sleep</td><td>CL006: Benefit scheduled live, can inform loved ones of sleeping, reminder that they didnt perform task, drawbacks forgetting, something extra to do </td><td>-</td></tr>
126 <tr><td>7</td><td>RQ007: Tablet quiz app</td><td>CL007: Benefit reinforcement memory, drawbacks could get repretative </td><td>-</td></tr>
127 </table>
128
129
130 </td></tr>
131
132 </table>
133
134 {{/html}}