Wiki source code of Use Cases

Version 5.1 by Veikko Saikkonen on 2022/02/12 14:53

Show last authors
1 = Use cases =
2
3 == PWD: ==
4 * As a PwD I want to be reminded about eating at typical mealtimes so that I will not forget to eat.
5 ** Feature: Mealtime reminder.
6 * As a PwD I want to be questioned about the meals, to activate me and remind me to eat.
7 ** Feature: Mealtime questionnaire.
8 * As a PwD I want to be questioned about my hunger occasionally so that I'm cognitively activated and reminded to eat.
9 ** Feature: Hunger questionnaire.
10 * As a PwD I want to be questioned about my thirst occasionally so that I'm cognitively activated and reminded to drink.
11 ** Feature: Thirst questionnaire.
12
13 == HCP ==
14 * As a HCP I want the PwD to be <something> so that <something>.
15
16 == Family ==
17 * As a family member I want the PwD to be <something> so that <something>.
18
19
20 {{html}}
21 <!-- Your HTML code here -->
22
23 <h2>UC001: TITLE</h2>
24 <table width='100%'>
25 <tr>
26 <td width='30%' style="font-size:16px">
27 <table border='1px' width='50%'>
28 <tr border='1px' width='30%'><td bgcolor='gainsboro'>
29 <b>Objective</b>
30 </td><td width='70%'>
31 OB01: TITLE
32 </td></tr>
33 <tr><td bgcolor='gainsboro'>
34 <b>TDP</b>
35 </td><td>
36 TDP: TITLE
37 </td></tr>
38 <tr><td bgcolor='gainsboro'>
39 <b>Actors</b>
40 </td><td>
41 </td></tr>
42 <tr><td bgcolor='gainsboro'>
43 <b>Pre-condition</b>
44 </td><td>
45 </td></tr>
46 <tr><td bgcolor='gainsboro'>
47 <b>Post-condition</b>
48 </td><td>
49 </td></tr>
50 <tr><td bgcolor='gainsboro'>
51 <b>Action sequence</b>
52 </td><td>
53 Figure<br><br>
54 UC steps:<br>
55 1. ...<br>
56 2. ...<br>
57 </td></tr>
58 </table>
59 </td>
60 <td width='50%' style="font-size:16px">
61 <table border='1px' width='50%'>
62 <tr><td bgcolor='gainsboro'>
63 <b>UC step<b>
64 </td><td bgcolor='gainsboro'>
65 <b>Requirements</b>
66 </td><td bgcolor='gainsboro'>
67 <b>Claims</b>
68 </td><td bgcolor='gainsboro'>
69 <b>IDP</b>
70 </td></tr>
71 <tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr>
72 <tr><td>2</td><td>-</td><td>-</td><td>-</td></tr>
73 <tr><td></td><td>-</td><td>-</td><td>-</td></tr>
74 <tr><td></td><td>-</td><td>-</td><td>-</td></tr>
75 <tr><td></td><td>-</td><td>-</td><td>-</td></tr>
76 </table>
77
78
79 </td></tr>
80
81 </table>
82 {{/html}}