Changes for page Use Cases

Last modified by Cesar van der Poel on 2022/04/05 14:31

From version 1.1 Icon
edited by Bart Vastenhouw
on 2022/02/07 22:26
Change comment: Imported from XAR
To version Icon 5.1 Icon
edited by Xin Wan
on 2022/02/10 15:39
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.BartVastenhouw
1 +XWiki.xinwan
Content
... ... @@ -1,6 +1,6 @@
1 1  {{html}}
2 2  <!-- Your HTML code here -->
3 -<h2>UC001: TITLE</h2>
3 +<h2>UC001: User prevented from going out</h2>
4 4  <table width='100%'>
5 5  <tr>
6 6  <td width='30%' style="font-size:16px">
... ... @@ -8,7 +8,7 @@
8 8  <tr border='1px' width='30%'><td bgcolor='gainsboro'>
9 9   <b>Objective</b>
10 10  </td><td width='70%'>
11 - OB01: TITLE
11 + OB01: Prevent user from going out
12 12  </td></tr>
13 13  <tr><td bgcolor='gainsboro'>
14 14   <b>TDP</b>
... ... @@ -22,10 +22,12 @@
22 22  <tr><td bgcolor='gainsboro'>
23 23   <b>Pre-condition</b>
24 24  </td><td>
25 + User is restless and wants to take a walk
25 25  </td></tr>
26 26  <tr><td bgcolor='gainsboro'>
27 27   <b>Post-condition</b>
28 28  </td><td>
30 + User stays home
29 29  </td></tr>
30 30  <tr><td bgcolor='gainsboro'>
31 31   <b>Action sequence</b>
... ... @@ -32,8 +32,13 @@
32 32  </td><td>
33 33   Figure<br><br>
34 34   UC steps:<br>
35 - 1. ...<br>
36 - 2. ...<br>
37 + 1. User walks to door to go out<br>
38 + 2. User opens door<br>
39 + 3. Door sensor is triggered<br>
40 + 4. In response to door sensor trigger, robot navigates to door<br>
41 + 5. Robot attempts to get attention of user through movement and auditory signals<br>
42 + 6. User focusses on robot<br>
43 + 7. Robot guides user away from door<br>
37 37  </td></tr>
38 38  </table>
39 39  </td>
... ... @@ -59,5 +59,73 @@
59 59  </td></tr>
60 60  
61 61  </table>
69 +
70 +<h2>UC002: User not prevented from going out</h2>
71 +<table width='100%'>
72 +<tr>
73 +<td width='30%' style="font-size:16px">
74 +<table border='1px' width='50%'>
75 +<tr border='1px' width='30%'><td bgcolor='gainsboro'>
76 + <b>Objective</b>
77 +</td><td width='70%'>
78 + OB02: Alert caretakers of user that the user has gone out
79 +</td></tr>
80 +<tr><td bgcolor='gainsboro'>
81 + <b>TDP</b>
82 +</td><td>
83 + TDP: TITLE
84 +</td></tr>
85 +<tr><td bgcolor='gainsboro'>
86 + <b>Actors</b>
87 +</td><td>
88 +</td></tr>
89 +<tr><td bgcolor='gainsboro'>
90 + <b>Pre-condition</b>
91 +</td><td>
92 + User is restless and wants to take a walk
93 +</td></tr>
94 +<tr><td bgcolor='gainsboro'>
95 + <b>Post-condition</b>
96 +</td><td>
97 + Caretakers are alerted of the fact that the user has left
98 +</td></tr>
99 +<tr><td bgcolor='gainsboro'>
100 + <b>Action sequence</b>
101 +</td><td>
102 + Figure<br><br>
103 + UC steps:<br>
104 + 1. User walks to door to go out<br>
105 + 2. User opens door<br>
106 + 3. Door sensor is triggered<br>
107 + 4. In response to door sensor trigger, robot navigates to door<br>
108 + 5. Robot attempts to get attention of user through movement and auditory signals<br>
109 + 6. User ignores robot and walks outside<br>
110 + 7. Robot alerts caretakers that the user has done so<br>
111 + 8. Caretakers take actions necessary to protect and/or locate user<br>
112 +</td></tr>
113 +</table>
114 +</td>
115 +<td width='50%' style="font-size:16px">
116 +<table border='1px' width='50%'>
117 +<tr><td bgcolor='gainsboro'>
118 + <b>UC step<b>
119 +</td><td bgcolor='gainsboro'>
120 + <b>Requirements</b>
121 +</td><td bgcolor='gainsboro'>
122 +<b>Claims</b>
123 +</td><td bgcolor='gainsboro'>
124 +<b>IDP</b>
125 +</td></tr>
126 +<tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr>
127 +<tr><td>2</td><td>-</td><td>-</td><td>-</td></tr>
128 +<tr><td></td><td>-</td><td>-</td><td>-</td></tr>
129 +<tr><td></td><td>-</td><td>-</td><td>-</td></tr>
130 +<tr><td></td><td>-</td><td>-</td><td>-</td></tr>
131 +</table>
132 +
133 +
134 +</td></tr>
135 +
136 +</table>
62 62  {{/html}}
63 63