Wiki source code of Use Cases
Version 8.1 by Aleksanteri Hämäläinen on 2022/02/12 15:03
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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 wellbeing occasionally so that I'm cognitively activated and reminded to think about my condition. | ||
| 9 | ** Feature: Hunger questionnaire. | ||
| 10 | ** Feature: Thirst questionnaire. | ||
| 11 | ** Feature: Tiredness, something else? | ||
| 12 | |||
| 13 | - | ||
| 14 | |||
| 15 | * As a PwD I want to retain my health and well-being as well as possible when I am by myself. | ||
| 16 | * As a PwD I want to retain my autonomy and self sufficiency as long as possible. | ||
| 17 | |||
| 18 | == HCP == | ||
| 19 | * As a HCP I want the PwD to be <something> so that <something>. | ||
| 20 | |||
| 21 | == Family == | ||
| 22 | * As a family member I want the PwD to be <something> so that <something>. | ||
| 23 | |||
| 24 | |||
| 25 | {{html}} | ||
| 26 | <!-- Your HTML code here --> | ||
| 27 | |||
| 28 | <h2>UC001: TITLE</h2> | ||
| 29 | <table width='100%'> | ||
| 30 | <tr> | ||
| 31 | <td width='30%' style="font-size:16px"> | ||
| 32 | <table border='1px' width='50%'> | ||
| 33 | <tr border='1px' width='30%'><td bgcolor='gainsboro'> | ||
| 34 | <b>Objective</b> | ||
| 35 | </td><td width='70%'> | ||
| 36 | OB01: TITLE | ||
| 37 | </td></tr> | ||
| 38 | <tr><td bgcolor='gainsboro'> | ||
| 39 | <b>TDP</b> | ||
| 40 | </td><td> | ||
| 41 | TDP: TITLE | ||
| 42 | </td></tr> | ||
| 43 | <tr><td bgcolor='gainsboro'> | ||
| 44 | <b>Actors</b> | ||
| 45 | </td><td> | ||
| 46 | </td></tr> | ||
| 47 | <tr><td bgcolor='gainsboro'> | ||
| 48 | <b>Pre-condition</b> | ||
| 49 | </td><td> | ||
| 50 | </td></tr> | ||
| 51 | <tr><td bgcolor='gainsboro'> | ||
| 52 | <b>Post-condition</b> | ||
| 53 | </td><td> | ||
| 54 | </td></tr> | ||
| 55 | <tr><td bgcolor='gainsboro'> | ||
| 56 | <b>Action sequence</b> | ||
| 57 | </td><td> | ||
| 58 | Figure<br><br> | ||
| 59 | UC steps:<br> | ||
| 60 | 1. ...<br> | ||
| 61 | 2. ...<br> | ||
| 62 | </td></tr> | ||
| 63 | </table> | ||
| 64 | </td> | ||
| 65 | <td width='50%' style="font-size:16px"> | ||
| 66 | <table border='1px' width='50%'> | ||
| 67 | <tr><td bgcolor='gainsboro'> | ||
| 68 | <b>UC step<b> | ||
| 69 | </td><td bgcolor='gainsboro'> | ||
| 70 | <b>Requirements</b> | ||
| 71 | </td><td bgcolor='gainsboro'> | ||
| 72 | <b>Claims</b> | ||
| 73 | </td><td bgcolor='gainsboro'> | ||
| 74 | <b>IDP</b> | ||
| 75 | </td></tr> | ||
| 76 | <tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr> | ||
| 77 | <tr><td>2</td><td>-</td><td>-</td><td>-</td></tr> | ||
| 78 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 79 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 80 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 81 | </table> | ||
| 82 | |||
| 83 | |||
| 84 | </td></tr> | ||
| 85 | |||
| 86 | </table> | ||
| 87 | {{/html}} |